Log of /trunk/conf.d
Directory Listing
Revision
3034 -
Directory Listing
Modified
Thu Oct 11 19:24:53 2007 UTC
(5 years, 7 months ago)
by
uberlord
net.eth0 and net.eth1 makes no sense, thanks to Marc Blumentritt
Revision
2910 -
Directory Listing
Modified
Mon Sep 24 11:29:05 2007 UTC
(5 years, 8 months ago)
by
uberlord
Default timezone to Factory
Revision
2873 -
Directory Listing
Modified
Sun Sep 9 16:49:40 2007 UTC
(5 years, 8 months ago)
by
vapier
revert EARLY_MOUNTS since everything in the boot runlevel depends on localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot)
Revision
2870 -
Directory Listing
Modified
Sun Sep 9 16:04:40 2007 UTC
(5 years, 8 months ago)
by
vapier
Allow people to specify a list of early mount points which will be mounted at the end of localmount so they can do tmpfs on things like /tmp #181527.
Revision
2869 -
Directory Listing
Modified
Sun Sep 9 15:52:05 2007 UTC
(5 years, 8 months ago)
by
vapier
Allow people to specify a list of temp dirs to clean in bootmisc #191807.
Revision
2855 -
Directory Listing
Modified
Tue Aug 28 13:06:44 2007 UTC
(5 years, 8 months ago)
by
uberlord
Undocument pause action, fix --nodeps and --ifstarted, #190045.
Revision
2844 -
Directory Listing
Modified
Mon Aug 20 09:10:24 2007 UTC
(5 years, 9 months ago)
by
uberlord
As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes.
Revision
2786 -
Directory Listing
Modified
Sat Jul 21 12:49:51 2007 UTC
(5 years, 10 months ago)
by
uberlord
RC_DEPEND_STRICT now controls dependency strictness.
If yes then we only use services in the boot and default runlevels,
regradless of service state.
If no then we take into account coldplugged services and the state
of currently running services.
Fixes #185640.
Revision
2768 -
Directory Listing
Modified
Wed Jul 11 12:06:37 2007 UTC
(5 years, 10 months ago)
by
uberlord
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution.
Revision
2746 -
Directory Listing
Modified
Wed Jul 4 18:11:01 2007 UTC
(5 years, 10 months ago)
by
uberlord
Allow syncing of hwlock for BSD and make our config files look fairly similar.
Revision
2728 -
Directory Listing
Modified
Fri Jun 22 02:59:29 2007 UTC
(5 years, 11 months ago)
by
vapier
calc the files to install dynamically
Revision
2727 -
Directory Listing
Modified
Fri Jun 22 02:57:40 2007 UTC
(5 years, 11 months ago)
by
vapier
Allow urandom location to be customized #134489.
Revision
2676 -
Directory Listing
Modified
Wed May 2 12:33:56 2007 UTC
(6 years ago)
by
uberlord
SSD_NICELEVEL can now affect the nicelevel for daemons started
by start-stop-daemon, #175397.
Revision
2652 -
Directory Listing
Modified
Wed Apr 25 12:30:24 2007 UTC
(6 years, 1 month ago)
by
uberlord
We now have an alternative to buffering stdout and stderr.
RC_PREFIX="yes" will put the service name as a prefix to all output
made by the service. Thanks to Ciaran McCreesh for the idea.
Revision
2650 -
Directory Listing
Modified
Tue Apr 24 11:29:19 2007 UTC
(6 years, 1 month ago)
by
uberlord
We now buffer stdout and stderr to a file and flush that when running in parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL.
Revision
2547 -
Directory Listing
Added
Thu Apr 5 11:18:42 2007 UTC
(6 years, 1 month ago)
by
uberlord
Rewrite the core parts in C. We now provide librc so other programs can
query runlevels, services and state without using bash. We also provide
libeinfo so other programs can easily use our informational functions.
As such, we have dropped the requirement of using bash as the init script
shell. We now use /bin/sh and have strived to make the scripts as portable
as possible. Shells that work are bash and dash. busybox works provided
you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you
should disable find too.
zsh and ksh do not work at this time.
Networking support is currently being re-vamped also as it was heavily bash
array based. As such, a new config format is available like so
config_eth0="1.2.3.4/24 5.6.7.8/16"
or like so
config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'"
We will still support the old bash array format provided that /bin/sh IS
a link it bash.
ChangeLog for baselayout-1 can be found in our SVN repo.
| Sticky Revision: |
|