aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2018-09-04 01:15:26 +0200
committerMatMoul <matmoul@gmail.com>2018-09-04 01:15:26 +0200
commit8f770a0337bb969ad57a4274b7da423c74fb7897 (patch)
treef3640d522ccb303712e4bc84d3f8694b0ec8ea1b
parentc0ad4f79febdf49711bbbe3e5f7ec5e248965ddf (diff)
downloadhyperfi-8f770a0337bb969ad57a4274b7da423c74fb7897.tar.lz
hyperfi-8f770a0337bb969ad57a4274b7da423c74fb7897.tar.xz
hyperfi-8f770a0337bb969ad57a4274b7da423c74fb7897.zip
Update string format swap
-rw-r--r--archfi2
1 files changed, 1 insertions, 1 deletions
diff --git a/archfi b/archfi
index c866d51..a48765f 100644
--- a/archfi
+++ b/archfi
@@ -477,7 +477,7 @@ formatdevices(){
formatbootdevice boot $bootdev
fi
if [ ! "$swapdev" = "" ]; then
- formatswapdevice
+ formatswapdevice swap $swapdev
fi
formatdevice root $rootdev
if [ ! "$homedev" = "" ]; then