summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-07-26 17:13:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-07-26 17:13:37 +0000
commitf84fac1014a83a3b6d56071b6384bb4d3ac4d21f (patch)
tree50d9bc50cd7f83cf736a83c28606b4a42d6cc279
parent1fdd616cfbaa9100337cf6835610940e6ec688b9 (diff)
downloaddrakx-backup-do-not-use-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar
drakx-backup-do-not-use-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar.gz
drakx-backup-do-not-use-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar.bz2
drakx-backup-do-not-use-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.tar.xz
drakx-backup-do-not-use-f84fac1014a83a3b6d56071b6384bb4d3ac4d21f.zip
no_comment
-rwxr-xr-xmake_boot_img2
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;