Correct other typo in genfstab
This commit is contained in:
parent
7abac58179
commit
520f5363f5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function expert_step() {
|
|||
${cmd} apt install -y arch-install-scripts
|
||||
|
||||
if [[ "$DEBUG" ]]; then
|
||||
echo "genfstab -U /target >> /target/etc/genfstab"
|
||||
echo "genfstab -U /target >> /target/etc/fstab"
|
||||
else
|
||||
genfstab -U /target >> /target/etc/fstab
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue