mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
removed 2 echo statements: these are not needed, we are already on debug mode with set -x
This commit is contained in:
parent
e967d2f5a9
commit
71178cf8ec
1 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ pushd sysa
|
||||||
# SYSTEM A
|
# SYSTEM A
|
||||||
|
|
||||||
# Setup tmp
|
# Setup tmp
|
||||||
echo "trying to mount ramdisk/tmpfs: size 8G"
|
|
||||||
mkdir -p tmp/
|
mkdir -p tmp/
|
||||||
sudo mount -t tmpfs -o size=8G tmpfs tmp
|
sudo mount -t tmpfs -o size=8G tmpfs tmp
|
||||||
|
|
||||||
|
|
@ -134,5 +133,4 @@ fi
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
echo "trying to unmount ramdisk/tmpfs, abort with CTRL+C"
|
|
||||||
sudo umount sysa/tmp
|
sudo umount sysa/tmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue