Some more partition management customizations and (hopefully) proper LUKS support.

ubuntu/focal
Simon Quigley 7 years ago
parent 85c47a701a
commit faafedb2a2

@ -0,0 +1,10 @@
mountOptions:
default: defaults
btrfs: defaults,noatime,space_cache,autodefrag
ssdExtraMountOptions:
ext4: discard
jfs: discard
xfs: discard
swap: discard
btrfs: discard,compress=lzo
crypttabOptions: luks,keyscript=/bin/cat

@ -1,4 +1,5 @@
backend: apt backend: apt
update_db: true
operations: operations:
- remove: - remove:

@ -1 +1,4 @@
enableLuksAutomatedPartitioning: true efiSystemPartition: "/boot/efi"
enableLuksAutomatedPartitioning: false
neverCreateSwap: true
drawNestedPartitions: true

@ -19,14 +19,12 @@ sequence:
- keyboard - keyboard
- localecfg - localecfg
- luksbootkeyfile - luksbootkeyfile
- luksopenswaphookcfg
- initcpiocfg
- initcpio
- users - users
- displaymanager - displaymanager
- networkcfg - networkcfg
- hwclock - hwclock
- services - services
- initramfscfg
- initramfs - initramfs
- bootloader - bootloader
- packages - packages

Loading…
Cancel
Save