summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-04-21 15:53:33 +0200
committerSebastian Schmelzer2011-04-21 15:53:33 +0200
commit01d4c78e17050aa072caa91e64d9f111133be0af (patch)
tree9edc88b8ee3e2c977df6968161159cb7675b26a9
parentPreboot gefixt (diff)
downloadpbs2-01d4c78e17050aa072caa91e64d9f111133be0af.tar.gz
pbs2-01d4c78e17050aa072caa91e64d9f111133be0af.tar.xz
pbs2-01d4c78e17050aa072caa91e64d9f111133be0af.zip
foo..
-rwxr-xr-x[-rw-r--r--]install.sh0
-rwxr-xr-xpostinit.local20
2 files changed, 0 insertions, 20 deletions
diff --git a/install.sh b/install.sh
index b8cbdc2..b8cbdc2 100644..100755
--- a/install.sh
+++ b/install.sh
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