Fix typo in genfstab expert phase

This commit is contained in:
Eric Renfro 2024-06-23 20:30:13 -04:00
parent b066addacd
commit 7abac58179
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -168,7 +168,7 @@ function expert_step() {
if [[ "$DEBUG" ]]; then
echo "genfstab -U /target >> /target/etc/genfstab"
else
genfstab -U /target >> /target/etc/genfstab
genfstab -U /target >> /target/etc/fstab
fi
if [[ "$ENCRYPTION" ]]; then