mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-03 23:31:08 +00:00
Some more partition management customizations and (hopefully) proper LUKS support.
This commit is contained in:
parent
85c47a701a
commit
faafedb2a2
10
lubuntu/modules/fstab.conf
Normal file
10
lubuntu/modules/fstab.conf
Normal file
@ -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
|
||||
update_db: true
|
||||
|
||||
operations:
|
||||
- remove:
|
||||
|
@ -1 +1,4 @@
|
||||
enableLuksAutomatedPartitioning: true
|
||||
efiSystemPartition: "/boot/efi"
|
||||
enableLuksAutomatedPartitioning: false
|
||||
neverCreateSwap: true
|
||||
drawNestedPartitions: true
|
||||
|
@ -19,14 +19,12 @@ sequence:
|
||||
- keyboard
|
||||
- localecfg
|
||||
- luksbootkeyfile
|
||||
- luksopenswaphookcfg
|
||||
- initcpiocfg
|
||||
- initcpio
|
||||
- users
|
||||
- displaymanager
|
||||
- networkcfg
|
||||
- hwclock
|
||||
- services
|
||||
- initramfscfg
|
||||
- initramfs
|
||||
- bootloader
|
||||
- packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user