summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/preboot.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-06-03 19:00:24 +0200
committerDirk von Suchodoletz2009-06-03 19:00:24 +0200
commitc16c124612efe583d65187879b7dab833697f4c2 (patch)
tree436ffee2555ab4a6872a595659021a981c30dd6a /boot-env/preboot/preboot.sh
parentSome more steps for PreBoot ... (diff)
downloadcore-c16c124612efe583d65187879b7dab833697f4c2.tar.gz
core-c16c124612efe583d65187879b7dab833697f4c2.tar.xz
core-c16c124612efe583d65187879b7dab833697f4c2.zip
Minor PreBoot changes ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2924 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot/preboot.sh')
-rwxr-xr-xboot-env/preboot/preboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/preboot/preboot.sh b/boot-env/preboot/preboot.sh
index ae96a637..f682f067 100755
--- a/boot-env/preboot/preboot.sh
+++ b/boot-env/preboot/preboot.sh
@@ -69,7 +69,7 @@ wget --post-data "$postdata" -O /tmp/cfg-error \
dialog --infobox "Loading kernel of ${sysname} ..." 3 65
wget -q -O /tmp/kernel $boot_uri/$kernel
dialog --infobox "Loading initial ramfs of ${sysname} ..." 3 65
-wget -O /tmp/initramfs $boot_uri/$initramfs
+wget -q -O /tmp/initramfs $boot_uri/$initramfs
# read primary IP configuration to pass it on (behaviour like IPAPPEND=1 of
# PXElinux)