summaryrefslogtreecommitdiffstats
path: root/remote/modules/partitioner/config
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/partitioner/config')
-rw-r--r--remote/modules/partitioner/config26
1 files changed, 10 insertions, 16 deletions
diff --git a/remote/modules/partitioner/config b/remote/modules/partitioner/config
index bb69d43e..2d547e1e 100644
--- a/remote/modules/partitioner/config
+++ b/remote/modules/partitioner/config
@@ -1,16 +1,10 @@
-#PARTITIONER
-
-PARTITIONTYPE=GPT
-CHOSENDISK=sda
-
-SCRATCHID=44
-SCRATCHSIZE=1
-
-HOMEID=45
-HOMESIZE=2
-
-DNBD3ID=46
-DNBD3SIZE=3
-
-BOOTID=47
-BOOTSIZE=4 \ No newline at end of file
+#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' \ No newline at end of file