Fix typo in genfstab expert phase
This commit is contained in:
parent
b066addacd
commit
7abac58179
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ function expert_step() {
|
||||||
if [[ "$DEBUG" ]]; then
|
if [[ "$DEBUG" ]]; then
|
||||||
echo "genfstab -U /target >> /target/etc/genfstab"
|
echo "genfstab -U /target >> /target/etc/genfstab"
|
||||||
else
|
else
|
||||||
genfstab -U /target >> /target/etc/genfstab
|
genfstab -U /target >> /target/etc/fstab
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$ENCRYPTION" ]]; then
|
if [[ "$ENCRYPTION" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue