From 25460e0599eec760b90164d1ebe438cded167970 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 1 Apr 2007 18:08:14 +0000 Subject: Renaming of boot.ld to boot.slx to be more naming compliant (and understandable) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@848 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/ubuntu/functions-default | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'initramfs/distro-specs/ubuntu/functions-default') diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default index 52b2c6c7..a2e6de7c 100644 --- a/initramfs/distro-specs/ubuntu/functions-default +++ b/initramfs/distro-specs/ubuntu/functions-default @@ -103,9 +103,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/${D_INITDIR}/boot.ld + >>/mnt/etc/${D_INITDIR}/boot.slx echo "ntpdate -s -b $ntp_servers >${LOGFILE} 2>&1 &" \ - >>/mnt/etc/${D_INITDIR}/boot.ld + >>/mnt/etc/${D_INITDIR}/boot.slx else rllinker "ntp" "$start" "$stop" fi @@ -193,7 +193,7 @@ keytable () { # consolefont consolefont () { echo -e "setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1" \ - >>/mnt/etc/${D_INITDIR}/boot.ld + >>/mnt/etc/${D_INITDIR}/boot.slx } @@ -218,7 +218,7 @@ if [ "x$late_dm" = "xyes" ] ; then else echo -e "\t/etc/${D_INITDIR}/gdm start >${LOGFILE} 2>&1\n\ \t( sleep 60; ln -sf /etc/${D_INITDIR}/gdm /etc/rc3.d/S01gdm \ - >${LOGFILE} 2>&1) &\n" >>/mnt/etc/${D_INITDIR}/boot.ld + >${LOGFILE} 2>&1) &\n" >>/mnt/etc/${D_INITDIR}/boot.slx fi # append gdm user echo "gdm:x:113:">>/etc/group @@ -350,7 +350,7 @@ testmkd /mnt/${kdmrcdir} # ln -sf ../${D_INITDIR}/kdm /mnt/etc/rc3.d/K20kdm # echo -e "\t/etc/${D_INITDIR}/kdm start >${LOGFILE} 2>&1\n\ # \t( sleep 120; ln -sf /etc/${D_INITDIR}/kdm /etc/rc3.d/S01kdm \ -# >${LOGFILE} 2>&1) &\n" >>/mnt/etc/${D_INITDIR}/boot.ld +# >${LOGFILE} 2>&1) &\n" >>/mnt/etc/${D_INITDIR}/boot.slx #fi # write configuration file @@ -365,7 +365,7 @@ if [ "x$start_dreshal" = "xyes" ]; then fi } -# initialize boot.ld - skript to be executed during early system startup +# initialize boot.slx - skript to be executed during early system startup # (before most of the normal boot init scripts) # this script should operate like a normal runlevel script (fixme!!) d_mkrlscript () { -- cgit v1.2.3-55-g7522