2011-10-08 17:09:58 +00:00
|
|
|
case "${ACTION}" in
|
|
|
|
post)
|
2011-10-17 14:19:38 +00:00
|
|
|
if [ -c dev/urandom -a ! -f etc/machine-id ]; then
|
2012-09-22 13:46:06 +00:00
|
|
|
systemd-machine-id-setup
|
2012-09-22 14:20:52 +00:00
|
|
|
systemctl enable getty@.service || true
|
2011-10-17 14:19:38 +00:00
|
|
|
fi
|
2011-10-08 17:09:58 +00:00
|
|
|
;;
|
|
|
|
esac
|