diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-26 17:13:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-26 17:13:37 +0000 |
commit | f84fac1014a83a3b6d56071b6384bb4d3ac4d21f (patch) | |
tree | 50d9bc50cd7f83cf736a83c28606b4a42d6cc279 /make_boot_img | |
parent | 1fdd616cfbaa9100337cf6835610940e6ec688b9 (diff) | |
download | drakx-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar drakx-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar.gz drakx-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar.bz2 drakx-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar.xz drakx-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.zip |
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index f4ddb756f..990aca848 100755 --- a/make_boot_img +++ b/make_boot_img @@ -140,7 +140,7 @@ sub boot_img_alpha { _ "$mke2fs $img"; _ "/sbin/e2writeboot $img /boot/bootlx"; _ "$sudo mount -t ext2 $img $mnt -o loop"; - _ "cp -f vmlinux.gz $mnt"; + _ "cp -f vmlinux.gz $mnt" if $type !~ /blank/; -f "$type.rdz" ? _ "cp -f $type.rdz $mnt" : initrd("${mnt}2", "$mnt/$type.rdz"); mkdir "$mnt/etc", 0777; |