mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-04 08:43:55 +00:00
need union aufs option for many services to start properly
This commit is contained in:
parent
6a99a2b986
commit
5f2023dbe7
1 changed files with 2 additions and 2 deletions
|
|
@ -27,10 +27,10 @@ goto boot
|
|||
|
||||
:boot
|
||||
imgfree
|
||||
kernel ${kernel_url}vmlinuz boot=live fetch=${squash_url} initrd=initrd nopersistence noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails slab_nomerge slub_debug=FZP mce=0 vsyscall=none page_poison=1 mds=full,nosmt
|
||||
kernel ${kernel_url}vmlinuz boot=live fetch=${squash_url} initrd=initrd nopersistence noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails slab_nomerge slub_debug=FZP mce=0 vsyscall=none page_poison=1 mds=full,nosmt union=aufs
|
||||
initrd ${kernel_url}initrd
|
||||
boot
|
||||
|
||||
:live_exit
|
||||
clear menu
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue