You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
filesystems = [
|
|
"don't format",
|
|
"bfs",
|
|
"cramfs",
|
|
"ext3",
|
|
"fat",
|
|
"msdos",
|
|
"xfs",
|
|
"btrfs",
|
|
"ext2",
|
|
"ext4",
|
|
"minix",
|
|
"vfat",
|
|
"f2fs",
|
|
]
|
|
|
|
mountpoints = [
|
|
"none",
|
|
"/",
|
|
"/boot",
|
|
"/boot/efi",
|
|
"/home",
|
|
"/opt",
|
|
"/tmp",
|
|
"/usr",
|
|
"/var",
|
|
]
|