From 01d4c78e17050aa072caa91e64d9f111133be0af Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 21 Apr 2011 15:53:33 +0200 Subject: foo.. --- install.sh | 0 postinit.local | 20 -------------------- 2 files changed, 20 deletions(-) mode change 100644 => 100755 install.sh delete mode 100755 postinit.local diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 diff --git a/postinit.local b/postinit.local deleted file mode 100755 index 033b7f7..0000000 --- a/postinit.local +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# This script allows the local admin to extend the -# capabilities at the end of the initramfs (stage3). -# The toolset is rather limited and you have to keep in mind -# that stage4 rootfs has the prefix '/mnt'. -# But you may use some special slx-functions available via - -#./etc/functions -#./etc/distro-functions - - -# 2011-01-04 changed by team-project -alpha=$(cat /proc/cmdline | tr ' ' '\n' | grep alpha | cut -d '=' -f2) -wget -qO - "$@" http://132.230.4.27/dev/resource/getinitramfs/alpha/${alpha} | tar -C /mnt/ -zxvf - -cd /mnt/ -xargs rm < blacklist.txt -rm blacklist.txt -./whitelist.sh -rm whitelist.sh -- cgit v1.2.3-55-g7522