summaryrefslogtreecommitdiffstats
path: root/liveinit
diff options
context:
space:
mode:
Diffstat (limited to 'liveinit')
-rwxr-xr-xliveinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveinit b/liveinit
index b20a2e7..262c549 100755
--- a/liveinit
+++ b/liveinit
@@ -299,7 +299,7 @@ if [ "$RESCUE" = "" ]; then
else
RAMSIZE=50% # the default value.
fi
- mount -t tmpfs -o defaults,size=${RAMSIZE}% none /mnt
+ mount -t tmpfs -o defaults,size=${RAMSIZE} none /mnt
# Find the Slackware Live media.
# TIP: Increase WAIT to give USB devices a chance to be seen by the kernel.