more verbose

This commit is contained in:
MatMoul 2015-11-01 18:09:36 +01:00
parent c0da47c6af
commit 36f1230d51

2
archfi
View file

@ -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