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.
jade-gui/jade_gui/manualpartitioning.py

28 lines
315 B
Python

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",
]