diff options
| author | Dirk von Suchodoletz | 2006-05-28 21:49:03 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-05-28 21:49:03 +0200 |
| commit | fb67f24f4eff46b4792be2cd8a32127e96e44759 (patch) | |
| tree | da3a47dc368bcd395e16d3417f0ae25c3c344402 /initrd/distro-specs/gentoo/functions-2005.1 | |
| parent | default entry for X session ... (diff) | |
| download | core-fb67f24f4eff46b4792be2cd8a32127e96e44759.tar.gz core-fb67f24f4eff46b4792be2cd8a32127e96e44759.tar.xz core-fb67f24f4eff46b4792be2cd8a32127e96e44759.zip | |
corrected timing issue for apperance of nbd modules (within init),
placeholder functions for distro specific stuff in /etc/functions ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@240 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/gentoo/functions-2005.1')
| -rw-r--r-- | initrd/distro-specs/gentoo/functions-2005.1 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/initrd/distro-specs/gentoo/functions-2005.1 b/initrd/distro-specs/gentoo/functions-2005.1 index a28019ef..f920b2f6 100644 --- a/initrd/distro-specs/gentoo/functions-2005.1 +++ b/initrd/distro-specs/gentoo/functions-2005.1 @@ -1,17 +1,14 @@ -# Description: configuration script for Ubuntu V5.10 to configure +# Description: configuration script for Gentoo V2005.1 to configure # linux diskless clients (executed within initial # ramdisk after genconfig) # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 30-04-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 28-05-2006 # # Copyright: (c) 2006 - RZ Universitaet Freiburg # # Version: 0.0.2b -# distro specific stuff to initialize -preinit () { - : -} +# empty functions are defined at the beginning of /etc/functions postinit () { # rm -rf /mnt/etc/runlevels/default/* @@ -28,7 +25,7 @@ echo -e "# changes made to this file by $0 (initrd from $date)" \ config_rc_entry "KEYMAP" "${KEYTABLE}" } -# udev service - not checked! +# udev service - not verified! udev_hotplug () { echo "Starting udev" ln -s /bin/udevd /bin/udevstart && udevstart & |
