summaryrefslogtreecommitdiffstats
path: root/partitioner/config
blob: bf34dcca57c7b0e739a74ed2347f59257341b47c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Partitions
SLX_PARTITION_TYPE='GPT'
# SLX_CHOOSEN_DISK='sda'
SLX_AUTOMATIC_PARTITIONING='no'
SLX_DELETE_PARTITION_TABLE='no'
SLX_PARTITION_TABLE='			
44,10G,/tmp
43,10G,/boot,bootable
42,10G,/cache
41,10G,/home
40,5G,/teste'

#Create GPT or msdos style partition table
#Choose disk to partition
#Don't be interactive, use carefully
#Override existing partitions
#Partition table in the format: ID,Size,Mountpoint,Bootable