summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/gentoo
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-12-16 01:13:02 +0100
committerDirk von Suchodoletz2006-12-16 01:13:02 +0100
commit0e41494e29e20161d0e7846b79d16324b99b323f (patch)
tree93a052fac7dd27114146d07130908fd0901a444a /initramfs/distro-specs/gentoo
parentUse a temp dir to download the prerequired packages. If we can't create (diff)
downloadcore-0e41494e29e20161d0e7846b79d16324b99b323f.tar.gz
core-0e41494e29e20161d0e7846b79d16324b99b323f.tar.xz
core-0e41494e29e20161d0e7846b79d16324b99b323f.zip
Enabled busybox udev service (see #99 too). Integrated for genereal use
if present in InitRamFS... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@551 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/gentoo')
-rw-r--r--initramfs/distro-specs/gentoo/functions-default13
1 files changed, 5 insertions, 8 deletions
diff --git a/initramfs/distro-specs/gentoo/functions-default b/initramfs/distro-specs/gentoo/functions-default
index f3b3d633..3cbe284a 100644
--- a/initramfs/distro-specs/gentoo/functions-default
+++ b/initramfs/distro-specs/gentoo/functions-default
@@ -1,12 +1,10 @@
-# Description: configuration script for Gentoo V2005.1 to configure
-# linux diskless clients (executed within initial ramdisk
-# after genconfig)
+# configuration script for Gentoo linux distribution to configure OpenSLX
+# linux diskless clients (executed within initialramfs after genconfig)
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-07-2006
+# Dirk von Suchodoletz <dirk@goe.net>, 08-07-2006
#
-# Copyright: (c) 2006 - RZ Universitaet Freiburg
-#
-# Version: 0.0.2c
+# (c) 2006 - RZ Universitaet Freiburg
+# (c) 2006 - OpenSLX.ORG Project
# empty functions are defined at the beginning of /etc/functions
@@ -22,7 +20,6 @@ config_rc_entry "KEYMAP" "${KEYTABLE}"
# udev service - not verified!
udev_hotplug () {
-echo "Starting udev"
ln -s /bin/udevd /bin/udevstart && udevstart &
if [ -x /bin/udevd ] ; then
export UDEVD_EXPECTED_SEQNUM=$(cat /sys/kernel/hotplug_seqnum)