Update expert post-step for genfstab

This commit is contained in:
Eric Renfro 2024-07-02 16:42:24 -04:00
parent 8f294c4baa
commit ae1889f32f
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -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