Skip to content

Commit edc7944

Browse files
authored
fix: cleanup fstab in ubuntu flat images (#365)
resolves #362 for flat images as well Fix by @r00ta in #363
1 parent 062555f commit edc7944

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ubuntu/scripts/cleanup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ cloud-init clean --logs
2525

2626
apt-get autoremove --purge -yq
2727
apt-get clean -yq
28+
29+
# Cleanup fstab
30+
rm -r /etc/fstab

0 commit comments

Comments
 (0)