summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-02-28 01:30:52 +0100
committerDirk von Suchodoletz2008-02-28 01:30:52 +0100
commit452c337f95981496e38c975108a484abf1c685e8 (patch)
treeeabd337a79cba35e2df1f71a2d5385aeddd2fc5f /initramfs/initrd-stuff/init
parentSome changes to cdboot init. The next busybox should contain the (diff)
downloadcore-452c337f95981496e38c975108a484abf1c685e8.tar.gz
core-452c337f95981496e38c975108a484abf1c685e8.tar.xz
core-452c337f95981496e38c975108a484abf1c685e8.zip
Improved CD preboot init file ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1583 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index fb44688f..f47092cc 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -405,7 +405,7 @@ sed "s,@@@serverip@@@,$serverip," -i /etc/machine-setup
[ $DEBUGLEVEL -eq 20 ] && echo "** finished ip config at $(sysup)"
# ... or ldap if available (in background)
[ -n "$ldap" ] && ldapconf &
-# ... or via tftp file get (in background)
+# ... or via (t)ftp/http file get (in background)
[ -n "$file" ] && fileget &
runinithook '15-have-ip-config'