mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add slackware option to main
This commit is contained in:
parent
46e60e885e
commit
c16673b606
2 changed files with 5 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ item fedora ${space} Fedora
|
|||
item gentoo ${space} Gentoo
|
||||
item opensuse ${space} openSUSE
|
||||
item scientific ${space} Scientific
|
||||
item slackware ${space} Slackware
|
||||
item ubuntu ${space} Ubuntu
|
||||
item tinycore ${space} TinyCoreLinux
|
||||
# Options
|
||||
|
|
@ -56,3 +57,7 @@ goto linux_menu
|
|||
:scientific
|
||||
chain scientific.ipxe
|
||||
goto linux_menu
|
||||
|
||||
:slackware
|
||||
chain slackware.ipxe
|
||||
goto linux_menu
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ echo -n Enter version: ${} && read version
|
|||
set dir slackware/slackware${sbits}-${version}
|
||||
|
||||
imgfree
|
||||
imgtrust --allow
|
||||
kernel ${mirror}/${dir}/kernels/huge.s/bzImage
|
||||
initrd ${mirror}/${dir}/isolinux/initrd.img
|
||||
imgargs bzImage load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s ${params}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue