File: FAIBASE

package info (click to toggle)
fai 6.5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,084 kB
  • sloc: sh: 6,774; perl: 5,665; makefile: 138
file content (12 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# example of new config file for setup-storage
#
# <type> <mountpoint> <size>   <fs type> <mount options> <misc options>

# you may want to add "-O ^metadata_csum_seed" to createopts if the target
# system is older than bullseye. See #866603, #1031415, #1031416 for more info.

disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid

primary /      2G-50G   ext4  rw,noatime,errors=remount-ro
logical swap   200-10G  swap  sw
logical /home  100-     ext4  rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"