10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# Remove dbus machine id.
|
||
|
#
|
||
|
# This removes dbus machine id that cache that makes each system unique.
|
||
|
|
||
|
rm -f /var/lib/dbus/machine-id
|