mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-11 08:41:25 +02:00
Add slackware option to main
This commit is contained in:
parent
46e60e885e
commit
c16673b606
@ -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
|
||||||
|
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user