Skip to content

Commit 2fe6198

Browse files
authored
Merge pull request #121 from rancher-sandbox/empty-fstab
Make sure the /etc/fstab is empty
2 parents c3583ad + b261c00 commit 2fe6198

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

genapkovl-lima.sh

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ tmp="$(mktemp -d)"
2828
trap cleanup EXIT
2929

3030
mkdir -p "$tmp"/etc
31+
makefile root:root 0644 "$tmp"/etc/fstab <<EOF
32+
# /etc/fstab
33+
EOF
34+
3135
makefile root:root 0644 "$tmp"/etc/hostname <<EOF
3236
$HOSTNAME
3337
EOF

0 commit comments

Comments
 (0)