Log of /trunk/init.d.Linux
Directory Listing
Revision
2775 -
Directory Listing
Modified
Fri Jul 13 00:04:20 2007 UTC
(5 years, 10 months ago)
by
uberlord
Use echo instead of touch - saves on forking
Revision
2763 -
Directory Listing
Modified
Tue Jul 10 19:09:41 2007 UTC
(5 years, 10 months ago)
by
uberlord
init scripts and their extra options can now have descriptions, #184327.
Revision
2725 -
Directory Listing
Modified
Sat Jun 2 12:23:43 2007 UTC
(5 years, 11 months ago)
by
vapier
Use -q option with modprobe rather than sending to /dev/null.
Revision
2723 -
Directory Listing
Modified
Thu May 31 05:51:00 2007 UTC
(5 years, 11 months ago)
by
vapier
Don't warn about Factory clock when booting off of livecd.
Revision
2718 -
Directory Listing
Modified
Wed May 30 12:17:35 2007 UTC
(5 years, 11 months ago)
by
uberlord
Only call systohw in clock when we don't have adjfile or we aren't UTC.
Revision
2685 -
Directory Listing
Modified
Fri May 4 15:15:11 2007 UTC
(6 years 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
2658 -
Directory Listing
Modified
Thu Apr 26 08:02:21 2007 UTC
(6 years ago)
by
uberlord
Fix early setting of font
Revision
2649 -
Directory Listing
Modified
Mon Apr 23 20:20:40 2007 UTC
(6 years, 1 month ago)
by
uberlord
Harden unicode settings
Revision
2615 -
Directory Listing
Modified
Tue Apr 17 09:32:18 2007 UTC
(6 years, 1 month ago)
by
uberlord
Rationalise our colour usage a little.
Revision
2611 -
Directory Listing
Modified
Mon Apr 16 13:05:33 2007 UTC
(6 years, 1 month ago)
by
uberlord
Punted the volumes init script. Volume handling will be handled by
init script that can be run at any point, even before checkroot.
Revision
2579 -
Directory Listing
Modified
Wed Apr 11 15:00:22 2007 UTC
(6 years, 1 month ago)
by
uberlord
Fix the modules init script
Revision
2558 -
Directory Listing
Modified
Sat Apr 7 09:28:00 2007 UTC
(6 years, 1 month ago)
by
vapier
modules-update -> update-modules
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: |
|