diff options
Diffstat (limited to 'filehooker/syslinux/archiso_sys64.cfg')
-rw-r--r-- | filehooker/syslinux/archiso_sys64.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/filehooker/syslinux/archiso_sys64.cfg b/filehooker/syslinux/archiso_sys64.cfg new file mode 100644 index 00000000..4a26ff47 --- /dev/null +++ b/filehooker/syslinux/archiso_sys64.cfg @@ -0,0 +1,8 @@ +LABEL arch64 +TEXT HELP +Filehooker boot +ENDTEXT +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 |