mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-05-15 12:31:30 +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
|
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…
x
Reference in New Issue
Block a user