We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23be2e7 commit ff32ae5Copy full SHA for ff32ae5
2 files changed
tools/appliance/definitions/systemvmtemplate/cleanup.sh
@@ -17,3 +17,6 @@ rm /lib/udev/rules.d/75-persistent-net-generator.rules
17
18
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
19
echo "pre-up sleep 2" >> /etc/network/interfaces
20
+
21
+# Remove the vagrant user
22
+deluser --group --force -remove-home vagrant
tools/appliance/definitions/systemvmtemplate/zerodisk.sh
@@ -3,5 +3,6 @@ rm -f /root/*
3
4
# Zero out the free space to save space in the final image:
5
dd if=/dev/zero of=/EMPTY bs=1M
6
+sync
7
rm -f /EMPTY
8
0 commit comments