Merge branch 'features' into src
This commit is contained in:
commit
ac9ba90738
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -477,7 +477,7 @@ formatdevices(){
|
||||||
formatbootdevice boot $bootdev
|
formatbootdevice boot $bootdev
|
||||||
fi
|
fi
|
||||||
if [ ! "$swapdev" = "" ]; then
|
if [ ! "$swapdev" = "" ]; then
|
||||||
formatswapdevice
|
formatswapdevice swap $swapdev
|
||||||
fi
|
fi
|
||||||
formatdevice root $rootdev
|
formatdevice root $rootdev
|
||||||
if [ ! "$homedev" = "" ]; then
|
if [ ! "$homedev" = "" ]; then
|
||||||
|
|
Loading…
Reference in a new issue