diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-09 00:24:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
commit | 72a19f689e43318589a7c2614848778a59629b76 (patch) | |
tree | 404f688c378f9a7281c742e8bafee70126be2f00 /hooks | |
parent | 7340552de6a8e238e54582722ccf7b74d12a212b (diff) | |
download | live-boot-72a19f689e43318589a7c2614848778a59629b76.tar.gz live-boot-72a19f689e43318589a7c2614848778a59629b76.zip |
Merging casper 1.108.
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/live | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |