summaryrefslogtreecommitdiffstats
path: root/install/randommac
diff options
context:
space:
mode:
Diffstat (limited to 'install/randommac')
-rw-r--r--install/randommac13
1 files changed, 13 insertions, 0 deletions
diff --git a/install/randommac b/install/randommac
new file mode 100644
index 0000000..98526d5
--- /dev/null
+++ b/install/randommac
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+build() {
+ add_runscript
+ add_binary macchanger
+ add_file /usr/share/macchanger/OUI.list
+ add_file /usr/share/macchanger/wireless.list
+}
+
+help() {
+ echo "This hook initilizes first network device with random mac"
+ echo "address from inside initramfs."
+}