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/ubuntu | |
| 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/ubuntu')
| -rw-r--r-- | initrd/distro-specs/ubuntu/config-5.10 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/initrd/distro-specs/ubuntu/config-5.10 b/initrd/distro-specs/ubuntu/config-5.10 index a4110833..08bea552 100644 --- a/initrd/distro-specs/ubuntu/config-5.10 +++ b/initrd/distro-specs/ubuntu/config-5.10 @@ -1,6 +1,6 @@ # Description: distro specific settings for Debian/Sarge # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 16-01-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 09-04-2006 # Blablub # # Copyright: (c) 2003, 2005 - RZ Universitaet Freiburg @@ -23,6 +23,8 @@ # D_DEFAULTCOUNTRY - localization (see common functions) # 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=/default D_ETCEXCL="etc/gconf/*\n*.old\n*-\n\ @@ -48,3 +50,4 @@ D_INITSCRIPTS="mountvirtfs udev procps.sh bootlogd boot.ld hwclock.sh sudo dbus" D_XF86CONFFILE="/etc/X11/xorg.conf" D_XFONTPATH="/usr/share/fonts/*" D_DEFAULTCOUNTRY="de" +D_BOOTLOCAL="" |
