Writing /var/www/alexforencich.com/wiki/data/cache/4/46b9743063eada1b9b87616fa603e989.metadata failed
Writing /var/www/alexforencich.com/wiki/data/cache/8/82c271370227209391fb4cd3f1fd6ef3.xhtml failed
This is an old revision of the document!
Unique machine ID for nfs root systems
- machineid
#!/bin/sh -e PREREQS="" prereqs() { echo "$PREREQS"; } case "$1" in prereqs) prereqs exit 0 ;; esac # write sanitized motherboard UUID to /run/machine-id sed 's/-//g' /sys/class/dmi/id/product_uuid > /run/machine-id # requires the following symbolic links: # ln -sf /run/machine-id /etc/machine-id # ln -sf /run/machine-id /var/lib/dbus/machine-id