Log of /trunk/sh.Linux
Directory Listing
Revision
2736 -
Directory Listing
Modified
Sun Jul 1 08:45:23 2007 UTC
(5 years, 10 months ago)
by
uberlord
Don't set an early font if consolefont isn't in a runlevel, #183773.
Revision
2715 -
Directory Listing
Modified
Wed May 23 14:12:06 2007 UTC
(6 years ago)
by
uberlord
Harden testing of /proc being valid
Revision
2664 -
Directory Listing
Modified
Thu Apr 26 14:29:15 2007 UTC
(6 years ago)
by
uberlord
Don't dmesg for VPS systems
Revision
2661 -
Directory Listing
Modified
Thu Apr 26 13:08:34 2007 UTC
(6 years ago)
by
uberlord
File to configure our font as early as possible in init
Revision
2659 -
Directory Listing
Modified
Thu Apr 26 11:24:07 2007 UTC
(6 years ago)
by
uberlord
Set fonts in init-early.sh, don't stop services twice when shutting down and lock prefixed output.
Revision
2658 -
Directory Listing
Modified
Thu Apr 26 08:02:21 2007 UTC
(6 years ago)
by
uberlord
Fix early setting of font
Revision
2655 -
Directory Listing
Modified
Wed Apr 25 15:42:30 2007 UTC
(6 years, 1 month ago)
by
uberlord
Fix vservers
Revision
2620 -
Directory Listing
Modified
Tue Apr 17 20:07:24 2007 UTC
(6 years, 1 month ago)
by
uberlord
Duh, quote eval properly
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
2612 -
Directory Listing
Modified
Tue Apr 17 00:07:09 2007 UTC
(6 years, 1 month ago)
by
vapier
Allow addons to pass up their exit status in import_addon. Simplify /dev handling in init.sh and add mdev as an option.
Revision
2608 -
Directory Listing
Modified
Sat Apr 14 09:27:29 2007 UTC
(6 years, 1 month ago)
by
uberlord
ramfs has no special options
Revision
2604 -
Directory Listing
Modified
Fri Apr 13 15:20:10 2007 UTC
(6 years, 1 month ago)
by
uberlord
hug getopt_long some more
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: |
|