From 70bbd0f73ba87dc65cc3fe83832224e73ade8c8e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 13 Feb 2016 00:51:27 +0100 Subject: liveinit: fix the mount command by removing a superfluous '%'. --- liveinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liveinit') 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. -- cgit v1.2.3