Thomas Bächler wrote:
I think it is time to release this, here are the changes:
- Remove usbfs special handling from rc.sysinit, for explanation see
http://localhost/git/?p=arch/initscripts/.git;a=commit;h=f3e064ec822b3dae191e1ae5d2bb921a970af86e
- Make USEDIRECTISA default to no - this is a change in behaviour
compared to what we had in the past, but it makes more sense like this
- Remove the initrd hacks, this has all been solved more elegantly
with initramfs
- Fix some bug in the network daemon
- Remove the screen blanking setting from rc.sysinit, we don't usually
hardcode such things
- Fix some weird udev issues, hopefully (I have no idea why the fix
works, but it has been confirmed)
- Some random cosmetics/fixes in code and output
If you want to know it all, look at the git repository.
I was too slow to notice the new initscripts release, but there's a
small trivial bug still open for initscripts:
http://bugs.archlinux.org/task/10493 "missing depends for initscripts"
kbd and findutils need to be added to the depends=() in initscripts.
Glenn