Update expert post-step for genfstab
This commit is contained in:
parent
8f294c4baa
commit
ae1889f32f
1 changed files with 2 additions and 2 deletions
|
@ -138,13 +138,13 @@ function expert_step() {
|
||||||
${cmd} apt install -y arch-install-scripts
|
${cmd} apt install -y arch-install-scripts
|
||||||
|
|
||||||
if [[ "$DEBUG" ]]; then
|
if [[ "$DEBUG" ]]; then
|
||||||
echo "genfstab -U /target >> /target/etc/fstab"
|
echo "genfstab -U /target > /target/etc/fstab"
|
||||||
echo "==== genfstab result : begin ===="
|
echo "==== genfstab result : begin ===="
|
||||||
genfstab -U /target
|
genfstab -U /target
|
||||||
echo "==== genfstab result : end ===="
|
echo "==== genfstab result : end ===="
|
||||||
echo
|
echo
|
||||||
else
|
else
|
||||||
genfstab -U /target >> /target/etc/fstab
|
genfstab -U /target > /target/etc/fstab
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$SWAP" ]]; then
|
if [[ "$SWAP" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue