Tails: Remove obsolete aufs

From https://github.com/thias/glim/pull/63
This commit is contained in:
Eric Teunis de Boone 2023-04-07 22:02:53 +02:00
parent e809b32e67
commit 6f2f7ef1c1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ for isofile in ${this_isopath}/tails-*.iso; do
echo "Using ${isoname}..."
loopback loop "${isodev}${isofile}"
linux (loop)/live/vmlinuz boot=live live-media=removable findiso=${isofile} config apparmor=1 security=apparmor nopersistence noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails kaslr slab_nomerge slub_debug=FZP mce=0 vsyscall=none page_poison=1 union=aufs quiet
linux (loop)/live/vmlinuz boot=live live-media=removable findiso=${isofile} config apparmor=1 security=apparmor nopersistence noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails kaslr slab_nomerge slub_debug=FZP mce=0 vsyscall=none page_poison=1 quiet
initrd (loop)/live/initrd.img
}
done