diff options
| author | Nico Dietrich | 2006-01-19 20:44:11 +0100 |
|---|---|---|
| committer | Nico Dietrich | 2006-01-19 20:44:11 +0100 |
| commit | e6d00779a1815a9d094f97743c3cc87db187c7f3 (patch) | |
| tree | 461841e23b11d2651f49f62fe6fcb7b7690a53ef /initrd/distro-specs/debian/functions-debian | |
| parent | Fehler beim Startskriptlinking und dhcp-client behoben (diff) | |
| download | core-e6d00779a1815a9d094f97743c3cc87db187c7f3.tar.gz core-e6d00779a1815a9d094f97743c3cc87db187c7f3.tar.xz core-e6d00779a1815a9d094f97743c3cc87db187c7f3.zip | |
systematisches ersetzen der distro-variablen-namen
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@22 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/debian/functions-debian')
| -rw-r--r-- | initrd/distro-specs/debian/functions-debian | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/initrd/distro-specs/debian/functions-debian b/initrd/distro-specs/debian/functions-debian index 00d64832..4344ac96 100644 --- a/initrd/distro-specs/debian/functions-debian +++ b/initrd/distro-specs/debian/functions-debian @@ -42,9 +42,9 @@ if [ -f /mnt/etc/init.d/ntp ] ; then testmkd /mnt/var/lib/ntp/var/run/ntp &>/dev/null if [ "x$start_ntp" = "xinitial" ] ; then echo -e "# entry added by $0: $date" \ - >>/mnt/etc/${INITDIR}/boot.ld + >>/mnt/etc/${D_INITDIR}/boot.ld echo "ntpdate -s -b $ntp_servers >${LOGFILE} 2>&1 &" \ - >>/mnt/etc/${INITDIR}/boot.ld + >>/mnt/etc/${D_INITDIR}/boot.ld else rllinker "ntp" "$start" "$stop" fi @@ -163,7 +163,7 @@ config_dm () { cp /etc/displaymanager /mnt/etc/sysconfig/displaymanager # echo -e "#!/bin/sh\n# entry added by $0: $date\n\ -#(sleep 1; /etc/init.d/xdm start) &" >>/mnt/etc/${INITDIR}/boot.ld +#(sleep 1; /etc/init.d/xdm start) &" >>/mnt/etc/${D_INITDIR}/boot.ld ln -sf /etc/init.d/xdm /mnt/etc/init.d/rc5.d/S01xdm ln -sf /etc/init.d/xdm /mnt/etc/init.d/rc5.d/K20xdm } @@ -171,7 +171,7 @@ config_dm () { # consolefont consolefont () { echo -e "setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1" \ - >>/mnt/etc/${INITDIR}/boot.ld + >>/mnt/etc/${D_INITDIR}/boot.ld } # acpi and powersave |
