diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-10-06 20:23:43 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-10-06 20:23:43 +0000 |
commit | 0142fb53d790cb06f8db8c9a883b8857aee40dbe (patch) | |
tree | 7d45786352ce238da4b3143f0db1cc9cfeaf5f45 | |
parent | b2450f4ac7ff697720c6fada22a5aee033668af2 (diff) | |
download | drakx-0142fb53d790cb06f8db8c9a883b8857aee40dbe.tar drakx-0142fb53d790cb06f8db8c9a883b8857aee40dbe.tar.gz drakx-0142fb53d790cb06f8db8c9a883b8857aee40dbe.tar.bz2 drakx-0142fb53d790cb06f8db8c9a883b8857aee40dbe.tar.xz drakx-0142fb53d790cb06f8db8c9a883b8857aee40dbe.zip |
make ``all'' work with pcmcia devices
-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 8aca92237..78324cfa0 100755 --- a/make_boot_img +++ b/make_boot_img @@ -143,7 +143,7 @@ label auto append ramdisk_size=32000 initrd=$type.rdz $ftype auto_install=Mandrake/base/auto_inst.cfg.pl label all kernel vmlinuz - append ramdisk_size=32000 initrd=$type.rdz vga=788 + append ramdisk_size=32000 initrd=$type.rdz pcmcia vga=788 "); _ "sync"; _ "df $mnt"; |