Always overwrite fstab
This commit is contained in:
parent
2f8588f299
commit
fc140c8529
@ -164,7 +164,7 @@ build-gentoo() {
|
|||||||
en_US.UTF-8 UTF-8
|
en_US.UTF-8 UTF-8
|
||||||
EOF
|
EOF
|
||||||
# fstab
|
# fstab
|
||||||
[ -f "$_optdest/etc/fstab" ] || cat <<-EOF > "$_optdest/etc/fstab"
|
cat <<-EOF > "$_optdest/etc/fstab"
|
||||||
# fstab - Filesystem table
|
# fstab - Filesystem table
|
||||||
# See fstab(5) for syntax and configuration information
|
# See fstab(5) for syntax and configuration information
|
||||||
# Example:
|
# Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user