Skip to content

Commit

Permalink
Merge pull request #121 from rancher-sandbox/empty-fstab
Browse files Browse the repository at this point in the history
Make sure the /etc/fstab is empty
  • Loading branch information
jandubois committed Jan 17, 2024
2 parents c3583ad + b261c00 commit 2fe6198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions genapkovl-lima.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ tmp="$(mktemp -d)"
trap cleanup EXIT

mkdir -p "$tmp"/etc
makefile root:root 0644 "$tmp"/etc/fstab <<EOF
# /etc/fstab
EOF

makefile root:root 0644 "$tmp"/etc/hostname <<EOF
$HOSTNAME
EOF
Expand Down

0 comments on commit 2fe6198

Please sign in to comment.