Support for MEMDISK

The .iso can now be booted using Grub (memdisk from Syslinux package):

	linux16 /memdisk
	initrd16 /path/to/iso

As well as from Syslinux:

	LINUX memdisk
	INITRD path/to/iso
This commit is contained in:
Christian Neukirchen
2015-05-02 01:01:17 +02:00
committed by Juan RP
parent 1571ef8d44
commit 929175a025
5 changed files with 43 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ copy_void_conf() {
copy_dracut_files() {
mkdir -p $1/usr/lib/dracut/modules.d/01vmklive
cp dracut/*.sh $1/usr/lib/dracut/modules.d/01vmklive/
cp dracut/* $1/usr/lib/dracut/modules.d/01vmklive/
}
install_prereqs() {