diff options
author | Erwan Velu <erwan@mandriva.org> | 2003-06-11 18:00:33 +0000 |
---|---|---|
committer | Erwan Velu <erwan@mandriva.org> | 2003-06-11 18:00:33 +0000 |
commit | b2862b31164a8fd6f1af9de02354fa431423ac1d (patch) | |
tree | 0839380f9c902a8d8b8a2c919610d6b61b118521 | |
parent | f5dabc106fb21263b60dd26eb81853f577fe4fd1 (diff) | |
download | drakx-b2862b31164a8fd6f1af9de02354fa431423ac1d.tar drakx-b2862b31164a8fd6f1af9de02354fa431423ac1d.tar.gz drakx-b2862b31164a8fd6f1af9de02354fa431423ac1d.tar.bz2 drakx-b2862b31164a8fd6f1af9de02354fa431423ac1d.tar.xz drakx-b2862b31164a8fd6f1af9de02354fa431423ac1d.zip |
patching for ka support
-rwxr-xr-x | make_boot_img | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make_boot_img b/make_boot_img index 80426e64a..b26668e15 100755 --- a/make_boot_img +++ b/make_boot_img @@ -41,7 +41,7 @@ $install = $ {{ tftprd => "stage1-full", pcmcia => "stage1-full", network => "stage1-network", - ka => "stage1-network", + ka => "stage1-full", usb => "stage1-usb", cdrom => "stage1-cdrom", hd => "stage1-disk", @@ -131,7 +131,6 @@ sub initrd { $modz = "kernel/all.modules$I/$ext"; _ "$sudo cp -f $modz/${ltype}_modules.mar $mnt/modules/modules$I.mar" if $type !~ /blank/; _ "$sudo cp -f $modz/modules.dep $mnt/modules/"; - _ "$sudo cp -f $modz/ext3.o $modz/jbd.o $mnt/modules" if $type eq "ka"; _ "$sudo umount $mnt"; |