diff options
| author | Sebastian Schmelzer | 2009-05-22 22:17:27 +0200 |
|---|---|---|
| committer | Sebastian Schmelzer | 2009-05-22 22:17:27 +0200 |
| commit | d8c9b228163b6e06b01e79dff76a7364a2ba8c7f (patch) | |
| tree | 6a61c013cd77a863c8ec96962adb115b01db1fae /boot-env/preboot | |
| parent | add fbcon, vesa to default module list (diff) | |
| download | core-d8c9b228163b6e06b01e79dff76a7364a2ba8c7f.tar.gz core-d8c9b228163b6e06b01e79dff76a7364a2ba8c7f.tar.xz core-d8c9b228163b6e06b01e79dff76a7364a2ba8c7f.zip | |
minor changes
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2874 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot')
| -rwxr-xr-x | boot-env/preboot/preboot.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/boot-env/preboot/preboot.sh b/boot-env/preboot/preboot.sh index cbb33a98..4a05847f 100755 --- a/boot-env/preboot/preboot.sh +++ b/boot-env/preboot/preboot.sh @@ -36,7 +36,6 @@ if [ x$debuglevel != x0 ]; then else debug="" fi -ash # bring the mac address into the standard format 01-<MAC> client=$(echo 01-$macaddr|sed "s/:/-/g") @@ -52,6 +51,9 @@ wget -O /tmp/initramfs $boot_uri/$initramfs # read primary IP configuration to pass it on . /tmp/ipstuff +clear +ash + # start the new kernel with initialramfs and composed cmdline echo "Booting OpenSLX client $label ..." kexec -l /tmp/kernel --initrd=/tmp/initramfs \ |
