UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others

31 lines (29 loc) 780 B
# Arch # calamares 3.3 --- # Additional options added to each line in /etc/crypttab crypttabOptions: luks # For Debian and Debian-based distributions, change the above line to: # crypttabOptions: luks,keyscript=/bin/cat # Options for handling /tmp in /etc/fstab # Currently default (required) and ssd are supported # The corresponding string can contain the following variables: # tmpfs: true or tmpfs: false to either mount /tmp as tmpfs or not # options: "<mount options>" # # Example: #tmpOptions: # default: # tmpfs: false # options: "" # ssd: # tmpfs: true # options: "defaults,noatime,mode=1777" # tmpOptions: default: tmpfs: false options: "" ssd: tmpfs: true options: "defaults,noatime,mode=1777"