Add slackware option to main

This commit is contained in:
Antony Messerli 2015-09-06 09:30:01 -05:00
parent 46e60e885e
commit c16673b606
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@ item fedora ${space} Fedora
item gentoo ${space} Gentoo item gentoo ${space} Gentoo
item opensuse ${space} openSUSE item opensuse ${space} openSUSE
item scientific ${space} Scientific item scientific ${space} Scientific
item slackware ${space} Slackware
item ubuntu ${space} Ubuntu item ubuntu ${space} Ubuntu
item tinycore ${space} TinyCoreLinux item tinycore ${space} TinyCoreLinux
# Options # Options
@ -56,3 +57,7 @@ goto linux_menu
:scientific :scientific
chain scientific.ipxe chain scientific.ipxe
goto linux_menu goto linux_menu
:slackware
chain slackware.ipxe
goto linux_menu

View File

@ -18,7 +18,6 @@ echo -n Enter version: ${} && read version
set dir slackware/slackware${sbits}-${version} set dir slackware/slackware${sbits}-${version}
imgfree imgfree
imgtrust --allow
kernel ${mirror}/${dir}/kernels/huge.s/bzImage kernel ${mirror}/${dir}/kernels/huge.s/bzImage
initrd ${mirror}/${dir}/isolinux/initrd.img initrd ${mirror}/${dir}/isolinux/initrd.img
imgargs bzImage load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s ${params} imgargs bzImage load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s ${params}