diff options
author | Dirk von Suchodoletz | 2009-01-28 18:20:42 +0100 |
---|---|---|
committer | Dirk von Suchodoletz | 2009-01-28 18:20:42 +0100 |
commit | 4cca5671b22eead7c37e1cf9d7283a1850640f45 (patch) | |
tree | 3707a28eaba65d922ae0abb1c6ac94ec12a28626 /boot-env/preboot | |
parent | Changes to match the new preboot environment (config via (diff) | |
download | core-4cca5671b22eead7c37e1cf9d7283a1850640f45.tar.gz core-4cca5671b22eead7c37e1cf9d7283a1850640f45.tar.xz core-4cca5671b22eead7c37e1cf9d7283a1850640f45.zip |
Changed path name for preboot.env ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2544 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot')
-rwxr-xr-x | boot-env/preboot/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/preboot/init b/boot-env/preboot/init index e84c4df0..fa40630d 100755 --- a/boot-env/preboot/init +++ b/boot-env/preboot/init @@ -129,7 +129,7 @@ ip route add default via $router # at this point a little selection script could be downloaded, which lets the # user choose what kind of SLX client he wants to get echo "Fetching preboot interactive part and configuration from the net ..." -wget -q -c -O $boot_uri/${prebootid}.env /tmp/ +wget -q -c -O $boot_uri/bootloader/${prebootid}.env /tmp/ mkdir /preboot tar -xzf /tmp/${prebootid}.env -C /preboot # start a debug shell if needed, else set quiet kernel parameter |