diff options
| author | Dirk von Suchodoletz | 2006-04-09 16:08:56 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-04-09 16:08:56 +0200 |
| commit | b2a4079c3d1da7632756a31c9c82ffe3f949eadb (patch) | |
| tree | c6b18993356a4c5543e9128fda84cec6ef96e0fd /initrd/distro-specs/gentoo | |
| parent | fix for ip= line configuration problem with etherboot (diff) | |
| download | core-b2a4079c3d1da7632756a31c9c82ffe3f949eadb.tar.gz core-b2a4079c3d1da7632756a31c9c82ffe3f949eadb.tar.xz core-b2a4079c3d1da7632756a31c9c82ffe3f949eadb.zip | |
added bootlocal script (user def. script to run in normal boot), ensured
ash shell compatibility of scripts ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@173 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/gentoo')
| -rw-r--r-- | initrd/distro-specs/gentoo/config-2005.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/initrd/distro-specs/gentoo/config-2005.1 b/initrd/distro-specs/gentoo/config-2005.1 index ff8ee109..2cf9331f 100644 --- a/initrd/distro-specs/gentoo/config-2005.1 +++ b/initrd/distro-specs/gentoo/config-2005.1 @@ -1,6 +1,6 @@ # Description: distro specific settings for Gentoo # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 31-03-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 09-04-2006 # # Copyright: (c) 2005,6 - RZ Universitaet Freiburg @@ -18,7 +18,8 @@ # D_RCDIRS - runlevel directories relative to /etc # D_HWMODTOIGNORE - hardware modules which should not tried to load (because # already in kernel, nonexistent, ...) - +# D_BOOTLOCAL - script for user specified stuff which should be started +# during client bootup, path and file relative to /etc D_SYSCONFDIR=conf.d D_ETCEXCL="opt/gnome/gconf/*\n*.old\n*-\n\ @@ -43,4 +44,4 @@ D_INITSCRIPTS="bootmisc clock urandom boot.ld" D_XF86CONFFILE="/etc/X11/xorg.conf" D_XFONTPATH="/usr/share/fonts/*" D_DEFAULTCOUNTRY="de" - +D_BOOTLOCAL="conf.d/local.start"
\ No newline at end of file |
