From 001bfd5f2b6890cafd209de4ea360927d4dd8a55 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 23 Feb 2013 15:55:49 +0100 Subject: minikrebs is now a submodule --- minikrebs | 1 + .../instakrebs/customfiles/etc/config/network | 14 -------------- .../profiles/instakrebs/customfiles/etc/config/system | 11 ----------- .../profiles/instakrebs/customfiles/etc/config/tinc | 2 -- .../instakrebs/customfiles/etc/config/wireless | 19 ------------------- .../customfiles/etc/dropbear/authorized_keys | 1 - .../profiles/instakrebs/customfiles/etc/rc.local | 3 --- minikrebs/profiles/instakrebs/customfiles/etc/shadow | 5 ----- 8 files changed, 1 insertion(+), 55 deletions(-) create mode 160000 minikrebs delete mode 100644 minikrebs/profiles/instakrebs/customfiles/etc/config/network delete mode 100644 minikrebs/profiles/instakrebs/customfiles/etc/config/system delete mode 100644 minikrebs/profiles/instakrebs/customfiles/etc/config/tinc delete mode 100644 minikrebs/profiles/instakrebs/customfiles/etc/config/wireless delete mode 120000 minikrebs/profiles/instakrebs/customfiles/etc/dropbear/authorized_keys delete mode 100644 minikrebs/profiles/instakrebs/customfiles/etc/rc.local delete mode 100644 minikrebs/profiles/instakrebs/customfiles/etc/shadow (limited to 'minikrebs/profiles/instakrebs/customfiles/etc') diff --git a/minikrebs b/minikrebs new file mode 160000 index 00000000..8fd46a7e --- /dev/null +++ b/minikrebs @@ -0,0 +1 @@ +Subproject commit 8fd46a7e3258bff753c42dc43fecfbbc853a685c diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/config/network b/minikrebs/profiles/instakrebs/customfiles/etc/config/network deleted file mode 100644 index 04722166..00000000 --- a/minikrebs/profiles/instakrebs/customfiles/etc/config/network +++ /dev/null @@ -1,14 +0,0 @@ - -config interface 'loopback' - option ifname 'lo' - option proto 'static' - option ipaddr '127.0.0.1' - option netmask '255.0.0.0' - -config interface 'lan' - option ifname 'eth0' - option proto 'dhcp' - -config interface 'wan' - option ifname 'wlan0' - option proto 'dhcp' diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/config/system b/minikrebs/profiles/instakrebs/customfiles/etc/config/system deleted file mode 100644 index 923755f7..00000000 --- a/minikrebs/profiles/instakrebs/customfiles/etc/config/system +++ /dev/null @@ -1,11 +0,0 @@ -config system - option hostname krebsplug - option timezone UTC - -config 'led' 'lan_led' - option 'name' 'LAN' - option 'sysfs' 'tp-link:blue:system' - option 'trigger' 'netdev' - option 'dev' 'eth0' - option 'mode' 'link tx rx' - diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/config/tinc b/minikrebs/profiles/instakrebs/customfiles/etc/config/tinc deleted file mode 100644 index 3a03196c..00000000 --- a/minikrebs/profiles/instakrebs/customfiles/etc/config/tinc +++ /dev/null @@ -1,2 +0,0 @@ -config tinc-net retiolum - option enabled 1 diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/config/wireless b/minikrebs/profiles/instakrebs/customfiles/etc/config/wireless deleted file mode 100644 index e08a42ed..00000000 --- a/minikrebs/profiles/instakrebs/customfiles/etc/config/wireless +++ /dev/null @@ -1,19 +0,0 @@ - -config wifi-device 'radio0' - option type 'mac80211' - option hwmode '11ng' - option path 'platform/ar933x_wmac' - option htmode 'HT20' - list ht_capab 'SHORT-GI-20' - list ht_capab 'SHORT-GI-40' - list ht_capab 'RX-STBC1' - list ht_capab 'DSSS_CCK-40' - option disabled 1 - -config wifi-iface - option device 'radio0' - option network 'wan' - option encryption 'none' - option mode 'sta' - option ssid 'linksys' - diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/dropbear/authorized_keys b/minikrebs/profiles/instakrebs/customfiles/etc/dropbear/authorized_keys deleted file mode 120000 index 9c87fc52..00000000 --- a/minikrebs/profiles/instakrebs/customfiles/etc/dropbear/authorized_keys +++ /dev/null @@ -1 +0,0 @@ -/root/.ssh/authorized_keys \ No newline at end of file diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/rc.local b/minikrebs/profiles/instakrebs/customfiles/etc/rc.local deleted file mode 100644 index 3113cc2a..00000000 --- a/minikrebs/profiles/instakrebs/customfiles/etc/rc.local +++ /dev/null @@ -1,3 +0,0 @@ -[ ! -e /etc/hostid ] && /usr/bin/genhostid -[ ! -e /etc/tinc/retiolum ] && /usr/bin/autoinfest -exit 0 diff --git a/minikrebs/profiles/instakrebs/customfiles/etc/shadow b/minikrebs/profiles/instakrebs/customfiles/etc/shadow deleted file mode 100644 index 9cc800dd..00000000 --- a/minikrebs/profiles/instakrebs/customfiles/etc/shadow +++ /dev/null @@ -1,5 +0,0 @@ -root:$1$WFDw.yoc$MuPQ4h/nu3WMpHmte5Yrp/:15719:0:99999:7::: -daemon:*:0:0:99999:7::: -ftp:*:0:0:99999:7::: -network:*:0:0:99999:7::: -nobody:*:0:0:99999:7::: -- cgit v1.2.3