Log of /trunk/conf.d.Linux
Directory Listing
Revision
2806 -
Directory Listing
Modified
Tue Jul 31 18:23:56 2007 UTC
(5 years, 10 months ago)
by
uberlord
Remove baselayout-1 stuff
Revision
2774 -
Directory Listing
Modified
Thu Jul 12 14:13:30 2007 UTC
(5 years, 11 months ago)
by
uberlord
Document how to detect if docked or not in example preup, #167742
Revision
2746 -
Directory Listing
Modified
Wed Jul 4 18:11:01 2007 UTC
(5 years, 11 months ago)
by
uberlord
Allow syncing of hwlock for BSD and make our config files look fairly similar.
Revision
2685 -
Directory Listing
Modified
Fri May 4 15:15:11 2007 UTC
(6 years, 1 month ago)
by
uberlord
Fix unicode keymaps, #173528.
Some fonts show the currency symbol instead of the Euro when doing
AltGr-E, so we provide an easy setting to fix this. Release alpha2
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
2670 -
Directory Listing
Modified
Mon Apr 30 13:19:26 2007 UTC
(6 years, 1 month ago)
by
uberlord
Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.
Revision
2632 -
Directory Listing
Modified
Thu Apr 19 13:05:07 2007 UTC
(6 years, 2 months ago)
by
uberlord
Revert commit as we now remove the dhcp default for ppp links
Revision
2630 -
Directory Listing
Modified
Thu Apr 19 12:55:35 2007 UTC
(6 years, 2 months ago)
by
uberlord
document config_ppp0=null
Revision
2626 -
Directory Listing
Modified
Thu Apr 19 10:52:37 2007 UTC
(6 years, 2 months ago)
by
uberlord
As pppd is mainly a link controller, move it's startup to pppd_pre_start and have pppd_start as a dummy function for old configs.
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: |
|