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
|
||||
|
||||
if [[ "$DEBUG" ]]; then
|
||||
echo "genfstab -U /target >> /target/etc/fstab"
|
||||
echo "genfstab -U /target > /target/etc/fstab"
|
||||
echo "==== genfstab result : begin ===="
|
||||
genfstab -U /target
|
||||
echo "==== genfstab result : end ===="
|
||||
echo
|
||||
else
|
||||
genfstab -U /target >> /target/etc/fstab
|
||||
genfstab -U /target > /target/etc/fstab
|
||||
fi
|
||||
|
||||
if [[ "$SWAP" ]]; then
|
||||
|
|
Loading…
Reference in a new issue