diff options
Diffstat (limited to 'elchos/syslinux/archiso_sys64.cfg')
-rw-r--r-- | elchos/syslinux/archiso_sys64.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/elchos/syslinux/archiso_sys64.cfg b/elchos/syslinux/archiso_sys64.cfg new file mode 100644 index 00000000..171877f1 --- /dev/null +++ b/elchos/syslinux/archiso_sys64.cfg @@ -0,0 +1,9 @@ +LABEL arch64 +TEXT HELP +Filehooker boot +ENDTEXT +TIMEOUT 50 +MENU LABEL Boot Filehooker image +LINUX boot/x86_64/vmlinuz +INITRD boot/x86_64/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=y |