Log of /trunk/conf.d.BSD
Directory Listing
Revision
3090 -
Directory Listing
Modified
Fri Nov 2 15:24:45 2007 UTC
(5 years, 7 months ago)
by
uberlord
Fix example
Revision
3067 -
Directory Listing
Modified
Mon Oct 29 09:45:49 2007 UTC
(5 years, 7 months ago)
by
uberlord
Network config arrays are now split by embedded new lines instead of being evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
Revision
2963 -
Directory Listing
Modified
Sun Sep 30 14:35:41 2007 UTC
(5 years, 8 months ago)
by
uberlord
Fix dns timeout comment, #19405 thanks to Patrik Wenger.
Revision
2878 -
Directory Listing
Modified
Mon Sep 17 17:44:10 2007 UTC
(5 years, 9 months ago)
by
uberlord
Document the preferance of wpa_supplicant, #192828.
Revision
2873 -
Directory Listing
Modified
Sun Sep 9 16:49:40 2007 UTC
(5 years, 9 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
2872 -
Directory Listing
Modified
Sun Sep 9 16:12:53 2007 UTC
(5 years, 9 months ago)
by
vapier
add BSD SPECIFIC OPTIONS marking
Revision
2681 -
Directory Listing
Modified
Thu May 3 11:21:26 2007 UTC
(6 years, 1 month ago)
by
uberlord
dns_sortlist and dns_options now work as documented, #175367.
Revision
2583 -
Directory Listing
Modified
Thu Apr 12 15:44:05 2007 UTC
(6 years, 2 months ago)
by
uberlord
merge wireless.example into net.example, #174282
Revision
2547 -
Directory Listing
Added
Thu Apr 5 11:18:42 2007 UTC
(6 years, 2 months 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: |
|