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/config19
1 files changed, 13 insertions, 6 deletions
diff --git a/remote/modules/partitioner/config b/remote/modules/partitioner/config
index 2d547e1e..f2e20ca8 100644
--- a/remote/modules/partitioner/config
+++ b/remote/modules/partitioner/config
@@ -1,10 +1,17 @@
#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
+#SLX_PARTITION_TYPE='GPT'
+#SLX_CHOOSEN_DISK='sda'
+SLX_AUTOMATIC_PARTITIONING='no'
+SLX_OVERRIDE_PARTITIONS='no'
+SLX_PARTITION_TABLE='
44,10G,/tmp
43,10G,/boot,bootable
42,10G,/cache
-41,10G,/home' \ No newline at end of file
+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 \ No newline at end of file