summaryrefslogtreecommitdiffstats
path: root/server/modules/partitioner/opt/openslx/scripts/partitioner
diff options
context:
space:
mode:
Diffstat (limited to 'server/modules/partitioner/opt/openslx/scripts/partitioner')
-rwxr-xr-xserver/modules/partitioner/opt/openslx/scripts/partitioner2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/modules/partitioner/opt/openslx/scripts/partitioner b/server/modules/partitioner/opt/openslx/scripts/partitioner
index 23e90b18..03e089c4 100755
--- a/server/modules/partitioner/opt/openslx/scripts/partitioner
+++ b/server/modules/partitioner/opt/openslx/scripts/partitioner
@@ -93,7 +93,7 @@ for PARTITION in $SLX_PARTITION_TABLE; do
if [ -n $3 ]; then
PARTTBL["$SLX_CHOOSEN_DISK$COUNTER/mountpoint"]=$3
fi
- if [ -n "$4" ]; then
+ if [ "$4" = "bootable" ]; then
PARTTBL["$SLX_CHOOSEN_DISK$COUNTER/bootable"]=1
else
PARTTBL["$SLX_CHOOSEN_DISK$COUNTER/bootable"]=0