postrm 191 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/bin/sh

# Generate unique IDs for this machine:
dbus-uuidgen --ensure
systemd-machine-id-setup

# Ping must me set suid, which we lost with squashfs extraction
chmod u-s /bin/ping

exit 0