diff options
author | MatMoul <matmoul@gmail.com> | 2015-11-01 18:09:36 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-11-01 18:09:36 +0100 |
commit | 36f1230d51361a8af42bb4eaa9903ef4ca78e7f6 (patch) | |
tree | 449f074c698bfe6f8920e645304d15c93eec5b4c | |
parent | c0da47c6af591720bd7a39a40dee73c69aa68ed6 (diff) | |
download | hyperfi-36f1230d51361a8af42bb4eaa9903ef4ca78e7f6.tar.lz hyperfi-36f1230d51361a8af42bb4eaa9903ef4ca78e7f6.tar.xz hyperfi-36f1230d51361a8af42bb4eaa9903ef4ca78e7f6.zip |
more verbose
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -607,7 +607,7 @@ mountparts(){ echo "mount $rootdev /mnt" mount $rootdev /mnt echo "mkdir /mnt/{boot,home}" - mkdir /mnt/{boot,home} + mkdir /mnt/{boot,home} 2>/dev/null if [ ! "$bootdev" = "" ]; then echo "mount $bootdev /mnt/boot" mount $bootdev /mnt/boot |