summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-03 15:17:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-03 15:17:31 +0000
commit334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90 (patch)
treed3ada9eb5c1d45c5dad2c014236bb4969ba5945c /make_boot_img
parent417c37d2daecc66658a541247e7069cf568092a8 (diff)
downloaddrakx-backup-do-not-use-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar
drakx-backup-do-not-use-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar.gz
drakx-backup-do-not-use-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar.bz2
drakx-backup-do-not-use-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.tar.xz
drakx-backup-do-not-use-334f2d9fc085cdbd28f0c1000e5cdfc560fe5f90.zip
if DEBUGSTAGE1 is set, include sash
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img1
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)