diff options
author | makefu <github@syntax-fehler.de> | 2013-01-14 02:05:55 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-14 02:05:55 +0100 |
commit | c6f2e76f7f09919f4bbbfd382ce6c42fb051d460 (patch) | |
tree | 9199a67d414817e2a0e66572a152cce83d3b934c /minikrebs/profiles/instakrebs/customfiles/usr/bin/genhostid | |
parent | 7296c90dff5e260c6279aed071fe507a4ddedc4a (diff) |
minikrebs: nfc-login - initial commit
Diffstat (limited to 'minikrebs/profiles/instakrebs/customfiles/usr/bin/genhostid')
-rwxr-xr-x | minikrebs/profiles/instakrebs/customfiles/usr/bin/genhostid | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minikrebs/profiles/instakrebs/customfiles/usr/bin/genhostid b/minikrebs/profiles/instakrebs/customfiles/usr/bin/genhostid new file mode 100755 index 00000000..463e04b7 --- /dev/null +++ b/minikrebs/profiles/instakrebs/customfiles/usr/bin/genhostid @@ -0,0 +1,2 @@ +#!/bin/sh +dd if=/dev/urandom bs=1 count=4> /etc/hostid |