[arch-projects] [initscripts] new release
Hi guys, I intend to make a new initscripts release in the next week. Please let me know if I have missed some patches, or if you notice any problems with the current git. Changes: * We'll start complaining about an empty /usr * We pivot into a shutdown ramfs if it exists in /run/initramfs * /etc/profile.d/locale.sh is now a static file, rather than being generated on every boot (this means we need to use -f when updating) * rc.d is can now filter the output in a nice way * We load fragments from sysctl.d in addition to the sysctl.conf file * /etc/localtime is now a symlink Cheers, Tom
On 09/24/2011 08:11 PM, Tom Gundersen wrote:
Hi guys,
I intend to make a new initscripts release in the next week. Please let me know if I have missed some patches, or if you notice any problems with the current git. I have pending two trivial patches [#1]
[initscripts] Make locale.sh consistent with default rc.conf [initscripts] Remove too early /dev/null redirection
Changes:
* We pivot into a shutdown ramfs if it exists in /run/initramfs
Just for remember: We need a new mkinitcpio-busybox for this.
Cheers,
Tom
Thank you. [#1] https://github.com/djgera/initscripts/compare/master...djgera -- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
On 09/24/2011 08:18 PM, Gerardo Exequiel Pozzi wrote:
On 09/24/2011 08:11 PM, Tom Gundersen wrote:
Hi guys,
I intend to make a new initscripts release in the next week. Please let me know if I have missed some patches, or if you notice any problems with the current git. I have pending two trivial patches [#1]
[initscripts] Make locale.sh consistent with default rc.conf [initscripts] Remove too early /dev/null redirection
oops, recently merged!, thanks.
Changes:
* We pivot into a shutdown ramfs if it exists in /run/initramfs
Just for remember: We need a new mkinitcpio-busybox for this.
Cheers,
Tom
Thank you.
[#1] https://github.com/djgera/initscripts/compare/master...djgera
-- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
On Sun, Sep 25, 2011 at 1:18 AM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
On 09/24/2011 08:11 PM, Tom Gundersen wrote:
* We pivot into a shutdown ramfs if it exists in /run/initramfs
Just for remember: We need a new mkinitcpio-busybox for this.
Yeah, if the shutdown ramfs is not created (by the initrd or something else), we fall back to the old behavior. -t
On 09/24/2011 08:26 PM, Tom Gundersen wrote:
On Sun, Sep 25, 2011 at 1:18 AM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
On 09/24/2011 08:11 PM, Tom Gundersen wrote:
* We pivot into a shutdown ramfs if it exists in /run/initramfs Just for remember: We need a new mkinitcpio-busybox for this. Yeah, if the shutdown ramfs is not created (by the initrd or something else), we fall back to the old behavior.
-t
Yes. Is there any decision on how should be configured mkinitcpio-busybox (I am talk about "init" built-in)? I am still patching rc.shutdown for current mkinitcpio-busybox without init built-in to work. -- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
On Sun, Sep 25, 2011 at 1:40 AM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Is there any decision on how should be configured mkinitcpio-busybox (I am talk about "init" built-in)? I am still patching rc.shutdown for current mkinitcpio-busybox without init built-in to work.
I believe Thomas agreed to add init, but I suppose that only makes sense once he merges the rest of the shutdown ramfs stuff into mkinitcpio. -t
On Sun, Sep 25, 2011 at 1:11 AM, Tom Gundersen <teg@jklm.no> wrote:
Hi guys,
I intend to make a new initscripts release in the next week. Please let me know if I have missed some patches, or if you notice any problems with the current git.
Changes:
* We'll start complaining about an empty /usr * We pivot into a shutdown ramfs if it exists in /run/initramfs * /etc/profile.d/locale.sh is now a static file, rather than being generated on every boot (this means we need to use -f when updating) * rc.d is can now filter the output in a nice way * We load fragments from sysctl.d in addition to the sysctl.conf file * /etc/localtime is now a symlink
I'm writing a patch to fix this : https://bugs.archlinux.org/task/25269. I hope it will be done monday or tuesday. -- Sébastien Luttringer www.seblu.net
On Sun, Sep 25, 2011 at 2:28 PM, Seblu <seblu@seblu.net> wrote:
I'm writing a patch to fix this : https://bugs.archlinux.org/task/25269. I hope it will be done monday or tuesday.
Cool. I believe there was a patch for this by Elvis Stansvik, but it still had some stuff that needed to be fixed so I didn't pull it. -t
On Sun, Sep 25, 2011 at 2:55 PM, Tom Gundersen <teg@jklm.no> wrote:
On Sun, Sep 25, 2011 at 2:28 PM, Seblu <seblu@seblu.net> wrote:
I'm writing a patch to fix this : https://bugs.archlinux.org/task/25269. I hope it will be done monday or tuesday.
Cool. I believe there was a patch for this by Elvis Stansvik, but it still had some stuff that needed to be fixed so I didn't pull it.
Patch by Elvis is about the old rc.d command. -- Sébastien Luttringer www.seblu.net
participants (3)
-
Gerardo Exequiel Pozzi
-
Seblu
-
Tom Gundersen