more verbose
This commit is contained in:
parent
c0da47c6af
commit
36f1230d51
2
archfi
2
archfi
@ -607,7 +607,7 @@ mountparts(){
|
|||||||
echo "mount $rootdev /mnt"
|
echo "mount $rootdev /mnt"
|
||||||
mount $rootdev /mnt
|
mount $rootdev /mnt
|
||||||
echo "mkdir /mnt/{boot,home}"
|
echo "mkdir /mnt/{boot,home}"
|
||||||
mkdir /mnt/{boot,home}
|
mkdir /mnt/{boot,home} 2>/dev/null
|
||||||
if [ ! "$bootdev" = "" ]; then
|
if [ ! "$bootdev" = "" ]; then
|
||||||
echo "mount $bootdev /mnt/boot"
|
echo "mount $bootdev /mnt/boot"
|
||||||
mount $bootdev /mnt/boot
|
mount $bootdev /mnt/boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user