summaryrefslogtreecommitdiffstats
path: root/server/modules/partitioner/opt/openslx/scripts/systemd-partitioner
diff options
context:
space:
mode:
Diffstat (limited to 'server/modules/partitioner/opt/openslx/scripts/systemd-partitioner')
-rwxr-xr-xserver/modules/partitioner/opt/openslx/scripts/systemd-partitioner5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/modules/partitioner/opt/openslx/scripts/systemd-partitioner b/server/modules/partitioner/opt/openslx/scripts/systemd-partitioner
index 11a1952d..ac1875d8 100755
--- a/server/modules/partitioner/opt/openslx/scripts/systemd-partitioner
+++ b/server/modules/partitioner/opt/openslx/scripts/systemd-partitioner
@@ -48,8 +48,9 @@ fi
define_partition_table() {
if [ -z "$SLX_PARTITION_TABLE" ]; then
SLX_PARTITION_TABLE='
- 44,1G,/tmp
- 45,1G,/var/scratch'
+ 44,10G,/tmp
+ 45,10G,/var/scratch
+ 82,4G'
echo "INFO: You didn't define a partition table in config. Using default partition table:\n$SLX_PARTITION_TABLE" 1>&2
if [ "$SLX_AUTOMATIC_PARTITIONING" != "yes" ]; then
dialog --title "INFO" --stdout --msgbox "You didn't define a partition table in config. Using default partition table:\n$SLX_PARTITION_TABLE" 10 40