[archiso2dual] Add changes to make compatible with PXE boot
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
ad5df89b63
commit
556515885d
@ -51,6 +51,7 @@ isolinux_copy() {
|
||||
cp ${_v} $work_dir/i686/mnt/boot/isolinux/*.c32 $work_dir/iso/boot/isolinux/
|
||||
cp ${_v} $work_dir/i686/mnt/boot/isolinux/memdisk $work_dir/iso/boot/isolinux/
|
||||
cp ${_v} $work_dir/i686/mnt/boot/isolinux/isolinux.bin $work_dir/iso/boot/isolinux/
|
||||
cp ${_v} $work_dir/i686/mnt/boot/isolinux/pxelinux.0 $work_dir/iso/boot/isolinux/
|
||||
}
|
||||
|
||||
isolinuxcfg_copy() {
|
||||
|
@ -39,6 +39,7 @@ ENDTEXT
|
||||
MENU LABEL Boot Arch Linux (i686)
|
||||
KERNEL /boot/i686/vmlinuz26
|
||||
APPEND initrd=/boot/i686/archiso.img archisolabel=XXX isomounts=isomounts.i686 tmpfs_size=75% locale=en_US.UTF-8
|
||||
IPAPPEND 0
|
||||
|
||||
LABEL arch64
|
||||
TEXT HELP
|
||||
@ -48,6 +49,7 @@ ENDTEXT
|
||||
MENU LABEL Boot Arch Linux (x86_64)
|
||||
KERNEL /boot/x86_64/vmlinuz26
|
||||
APPEND initrd=/boot/x86_64/archiso.img archisolabel=XXX isomounts=isomounts.x86_64 tmpfs_size=75% locale=en_US.UTF-8
|
||||
IPAPPEND 0
|
||||
|
||||
LABEL arch64-32
|
||||
TEXT HELP
|
||||
@ -57,6 +59,7 @@ ENDTEXT
|
||||
MENU LABEL Boot Arch Linux (x86_64/i686)
|
||||
KERNEL /boot/x86_64/vmlinuz26
|
||||
APPEND initrd=/boot/x86_64/archiso.img archisolabel=XXX isomounts=isomounts.x86_64-i686 tmpfs_size=75% locale=en_US.UTF-8
|
||||
IPAPPEND 0
|
||||
|
||||
LABEL normal
|
||||
TEXT HELP
|
||||
|
Loading…
Reference in New Issue
Block a user