X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=e692690f707351091fb3cda3f59bd5ed29d88758;hb=72a19f689e43318589a7c2614848778a59629b76;hp=a59fe3b3b7404b986e7045d199c9fd3d6e70d125;hpb=7340552de6a8e238e54582722ccf7b74d12a212b;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index a59fe3b..e692690 100755 --- a/hooks/live +++ b/hooks/live @@ -120,3 +120,9 @@ if [ -x /usr/bin/wget ] then copy_exec /usr/bin/wget /bin fi + +if [ "$CASPER_GENERATE_UUID" ]; then + # Unique ID + mkdir -p $DESTDIR/conf + uuidgen -r > $DESTDIR/conf/uuid.conf +fi