From 961266e262590d5018a1e9bd95632d3cad51dde9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 27 May 2013 11:31:02 +0200 Subject: Initial import --- install/randommac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 install/randommac (limited to 'install/randommac') 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." +} -- cgit v1.2.3-54-g00ecf