[arch-dev-public] Impending initscripts changes
Hey all, I've been throwing together a handful of initscripts changes to fix numerous bugs and things of that nature. Relevant git repo: http://code.phraktured.net/?p=initscripts.git;a=summary The splash branch contains the patch to make it look less like it's splash related (the wording makes it seem better, IMO) This is yet to be merged on my working branch (due to change there) but I'll do that tomorrow-ish. So, the working branch is the fun one to look at. ----------------------------------- http://bugs.archlinux.org/task/1186 (force background color to black - thanks Simo) http://bugs.archlinux.org/task/8843 (tput calls fail if /usr isn't mounted - thanks Roman) http://bugs.archlinux.org/task/6989 (added /etc/rc.d/functions.d/ directory) I'd like to finish this up, but want some input: http://bugs.archlinux.org/task/4550 (break out hwclock functionality from rc.sysinit) Thomas merged this earlier: http://bugs.archlinux.org/task/8579 (allow loading of multiple keymaps - thanks Roman) I don't think this one is a good idea: http://bugs.archlinux.org/task/6776 ----------------------------------- Anything else pending for initscripts? Any other requests? Can I get some possible input on the above items? Thanks in advance.
On Thu, Dec 20, 2007 at 01:45:04AM -0600, Aaron Griffin wrote:
Hey all, I've been throwing together a handful of initscripts changes to fix numerous bugs and things of that nature.
Relevant git repo: http://code.phraktured.net/?p=initscripts.git;a=summary
The splash branch contains the patch to make it look less like it's splash related (the wording makes it seem better, IMO) This is yet to be merged on my working branch (due to change there) but I'll do that tomorrow-ish.
So, the working branch is the fun one to look at.
-----------------------------------
http://bugs.archlinux.org/task/1186 (force background color to black - thanks Simo) http://bugs.archlinux.org/task/8843 (tput calls fail if /usr isn't mounted - thanks Roman) http://bugs.archlinux.org/task/6989 (added /etc/rc.d/functions.d/ directory)
Commented on bug.. for general bash function/script dir.
Anything else pending for initscripts? Any other requests? Can I get some possible input on the above items?
netcfg? I'll post an updated patch against latest git momentarily. James
On Dec 20, 2007 3:55 AM, James Rayner <iphitus@gmail.com> wrote:
On Thu, Dec 20, 2007 at 01:45:04AM -0600, Aaron Griffin wrote:
Hey all, I've been throwing together a handful of initscripts changes to fix numerous bugs and things of that nature.
Relevant git repo: http://code.phraktured.net/?p=initscripts.git;a=summary
The splash branch contains the patch to make it look less like it's splash related (the wording makes it seem better, IMO) This is yet to be merged on my working branch (due to change there) but I'll do that tomorrow-ish.
So, the working branch is the fun one to look at.
-----------------------------------
http://bugs.archlinux.org/task/1186 (force background color to black - thanks Simo) http://bugs.archlinux.org/task/8843 (tput calls fail if /usr isn't mounted - thanks Roman) http://bugs.archlinux.org/task/6989 (added /etc/rc.d/functions.d/ directory)
Commented on bug.. for general bash function/script dir.
Anything else pending for initscripts? Any other requests? Can I get some possible input on the above items?
netcfg? I'll post an updated patch against latest git momentarily.
Is this sufficient? http://code.phraktured.net/?p=initscripts.git;a=commit;h=b1d0ec7cb6e8cea9f2f... I didn't catch everything. the working branch shortlog speaks for itself a bit.
On Thu, Dec 20, 2007 at 01:45:04AM -0600, Aaron Griffin wrote:
Hey all, I've been throwing together a handful of initscripts changes to fix numerous bugs and things of that nature.
Relevant git repo: http://code.phraktured.net/?p=initscripts.git;a=summary
The splash branch contains the patch to make it look less like it's splash related (the wording makes it seem better, IMO) This is yet to be merged on my working branch (due to change there) but I'll do that tomorrow-ish.
So, the working branch is the fun one to look at.
-----------------------------------
http://bugs.archlinux.org/task/1186 (force background color to black - thanks Simo) http://bugs.archlinux.org/task/8843 (tput calls fail if /usr isn't mounted - thanks Roman) http://bugs.archlinux.org/task/6989 (added /etc/rc.d/functions.d/ directory)
I'd like to finish this up, but want some input: http://bugs.archlinux.org/task/4550 (break out hwclock functionality from rc.sysinit)
Thomas merged this earlier: http://bugs.archlinux.org/task/8579 (allow loading of multiple keymaps - thanks Roman)
I don't think this one is a good idea: http://bugs.archlinux.org/task/6776
-----------------------------------
Anything else pending for initscripts? Any other requests? Can I get some possible input on the above items?
Patch for netcfg2: http://share.iphitus.org/201207/0001-updating-initscripts-for-netcfg2.patch Optional tidy up for rc.conf: http://share.iphitus.org/201207/0002-tidy-up-rc.conf.patch Also attached.
On Dec 20, 2007 6:28 AM, James Rayner <iphitus@gmail.com> wrote:
Optional tidy up for rc.conf: http://share.iphitus.org/201207/0002-tidy-up-rc.conf.patch
Thanks. Applied (kinda) - it didn't merge cleanly, so please look it over on the "working" branch to make sure i covered it all.
Additional changes and ones I forgot: http://bugs.archlinux.org/task/8665 (move hwclock before udev to prevent /dev timestamps from the future) ** untested ** http://code.phraktured.net/?p=initscripts.git;a=commitdiff;h=662a52c15343338... Get rid of start_udev by placing relevant items in rc.sysinit (thanks Dan) http://code.phraktured.net/?p=initscripts.git;a=commitdiff;h=2694f1224dfb5b5... Mount ramfs on /dev/ as soon as possible ** untested ** http://bugs.archlinux.org/task/3601 (save dmesg output on boot)
participants (2)
-
Aaron Griffin
-
James Rayner