7 lines
122 B
Text
7 lines
122 B
Text
case "${ACTION}" in
|
|
post)
|
|
if [ -c dev/urandom -a ! -f etc/machine-id ]; then
|
|
bin/systemd-machine-id-setup
|
|
fi
|
|
;;
|
|
esac
|