diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-06-23 10:11:00 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-06-23 10:11:00 +0200 |
commit | 4b64f2db74c5396773667be762385058fb07be2b (patch) | |
tree | 9a54db1410c500ead92a8f2db7103e9f195fafad | |
parent | 3dc83c40e0bf7d04fd8ea2fd66079baef4c7b60f (diff) | |
download | archiso32-4b64f2db74c5396773667be762385058fb07be2b.tar.xz |
Add support for booting from memdisk
This requires mkinitcpio 0.6.7 or later, as well as syslinux 4.00pre56
or later. See http://syslinux.zytor.com/wiki/index.php/MEMDISK
-rw-r--r-- | configs/syslinux-iso/mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/syslinux-iso/mkinitcpio.conf b/configs/syslinux-iso/mkinitcpio.conf index e041ad2..15097c0 100644 --- a/configs/syslinux-iso/mkinitcpio.conf +++ b/configs/syslinux-iso/mkinitcpio.conf @@ -2,5 +2,5 @@ MODULES="" BINARIES="" FILES="" -HOOKS="base udev archiso archiso_pxe_nbd pata scsi sata usb fw pcmcia filesystems usbinput" +HOOKS="base udev memdisk archiso archiso_pxe_nbd pata scsi sata usb fw pcmcia filesystems usbinput" COMPRESSION="lzma" |