06a8c66eae
Add two parameters: img_dev=/dev/sdNM where /dev/sdNM is the device where .iso is located. img_loop=/path/to/arch.iso where /path/to/arch.iso is the full path of the .iso in the device img_dev. Original idea from Baurzhan Muftakhidinov. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
7 lines
184 B
Bash
7 lines
184 B
Bash
# vim:set ft=sh
|
|
MODULES=""
|
|
BINARIES=""
|
|
FILES=""
|
|
HOOKS="base udev memdisk archiso archiso_pxe_nbd archiso_loop_mnt pata scsi sata usb fw pcmcia filesystems usbinput"
|
|
COMPRESSION="lzma"
|