diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-03 15:17:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-03 15:17:31 +0000 |
commit | 334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90 (patch) | |
tree | d3ada9eb5c1d45c5dad2c014236bb4969ba5945c | |
parent | 417c37d2daecc66658a541247e7069cf568092a8 (diff) | |
download | drakx-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar drakx-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar.gz drakx-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar.bz2 drakx-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar.xz drakx-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.zip |
if DEBUGSTAGE1 is set, include sash
-rwxr-xr-x | make_boot_img | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index db5bd9405..744988eab 100755 --- a/make_boot_img +++ b/make_boot_img @@ -168,6 +168,7 @@ sub initrd { my $modz = "kernel/all.modules$I/$ext"; _ "$sudo cp -f $modz/${type}_modules.mar $mnt/modules/modules$I.mar"; _ "$sudo cp -f $modz/modules.dep $mnt/modules/"; + _ "$sudo cp -f /sbin/sash $mnt/tmp/sh" if $ENV{DEBUGSTAGE1}; _ "$sudo umount $mnt"; # Workaround for vfat-loop bug (quite touchy) |