You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
495 B
22 lines
495 B
# example of new config file for setup-storage |
|
# |
|
# <type> <mountpoint> <size> <fs type> <mount options> <misc options> |
|
|
|
disk_config sda disklabel:gpt bootable:1 fstabkey:uuid |
|
primary - 128M - - |
|
primary - 0- - - |
|
|
|
disk_config sdb sameas:sda |
|
|
|
disk_config raid |
|
raid1 /boot/efi sda1,sdb1 vfat defaults mdcreateopts="--metadata=0.90" |
|
raid1 - sda2,sdb2 - - |
|
|
|
disk_config cryptsetup |
|
|
|
luks:"fai" - /dev/md1 - - lukscreateopts="--type luks1" |
|
|
|
disk_config lvm |
|
vg haze md1 |
|
haze-root / 10G ext4 rw,noatime |
|
|
|
|