summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/preboot.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-05-22 23:05:54 +0200
committerDirk von Suchodoletz2009-05-22 23:05:54 +0200
commit25478024d43a6d4c3c2acc15df436dd8a34fa225 (patch)
tree9b48697934d4a6d428d894b1b0dc930f58c94bb6 /boot-env/preboot/preboot.sh
parentminor changes (diff)
downloadcore-25478024d43a6d4c3c2acc15df436dd8a34fa225.tar.gz
core-25478024d43a6d4c3c2acc15df436dd8a34fa225.tar.xz
core-25478024d43a6d4c3c2acc15df436dd8a34fa225.zip
Updated CD boot menu ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2875 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot/preboot.sh')
-rwxr-xr-xboot-env/preboot/preboot.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot-env/preboot/preboot.sh b/boot-env/preboot/preboot.sh
index 4a05847f..795522c8 100755
--- a/boot-env/preboot/preboot.sh
+++ b/boot-env/preboot/preboot.sh
@@ -48,7 +48,8 @@ chvt 1
wget -O /tmp/kernel $boot_uri/$kernel
wget -O /tmp/initramfs $boot_uri/$initramfs
-# read primary IP configuration to pass it on
+# read primary IP configuration to pass it on (behaviour like IPAPPEND=1 of
+# PXElinux)
. /tmp/ipstuff
clear