more verbose
This commit is contained in:
parent
c0da47c6af
commit
36f1230d51
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue