summaryrefslogtreecommitdiffstats
path: root/remote/modules/partitioner/config
blob: 2d547e1ef5f48363accb6576aea00c54449ef3b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#Partitions
SLX_PARTITION_TYPE={GPT|msdos} 		#Create GPT or msdos style partition table
SLX_CHOOSEN_DISK={sda}					#Choose disk to partition
SLX_AUTOMATIC_PARTITIONING={yes|no}	#Don't be interactive, use carefully
SLX_OVERRIDE_PARTITIONS={yes|no}		#Override existing partitions
SLX_PARTITION_TABLE='					#Partition table in the format: ID,Size,Mountpoint,Bootable
44,10G,/tmp
43,10G,/boot,bootable
42,10G,/cache
41,10G,/home'