summaryrefslogtreecommitdiffstats
path: root/partitioner/config
diff options
context:
space:
mode:
Diffstat (limited to 'partitioner/config')
-rw-r--r--partitioner/config17
1 files changed, 0 insertions, 17 deletions
diff --git a/partitioner/config b/partitioner/config
deleted file mode 100644
index bf34dcca..00000000
--- a/partitioner/config
+++ /dev/null
@@ -1,17 +0,0 @@
-#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 \ No newline at end of file