[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.8.1-8-gc8684fd
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official mkinitcpio repository". The branch, master has been updated via c8684fd231b717ee866a9b86e073db1714c8fc04 (commit) via b933fd5197e8272a411b094ea183d2eb9a12d630 (commit) via e46aebfa38a4d521232fd35fc276a74b1ec2d7a5 (commit) via 47531b5050e82f361a35c670f14f542cdce25d74 (commit) via 60780cbbf2cf06514ae4cfe25fe337e6762b8ede (commit) via 928634aa9ed736d7b2a85da5f8b8123385d552db (commit) via 5e6ca510671a6869e4e57eb43b03021fb43f3399 (commit) via f375d30639e7052b35850ed31ca36827df97e582 (commit) from 03deaed9f3f5b0c0537eb65e8f1862f53bc21fec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c8684fd231b717ee866a9b86e073db1714c8fc04 Author: Tom Gundersen <teg@jklm.no> Date: Fri Jan 13 00:57:38 2012 +0100 init: drop support for non-devtmpfs udev does not support this as of udev-176, so there is no point in pretending it will work. This also drops devtmpfs_mounted=1, so any custom hooks that use this would have to be updated (no official hooks are affected). Signed-off-by: Tom Gundersen <teg@jklm.no> commit b933fd5197e8272a411b094ea183d2eb9a12d630 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Date: Thu Jan 12 21:12:53 2012 -0300 Update PS1 ramfs -> rootfs This is cosmetic change, but using rootfs is more correct than ramfs. [Rootfs is a special instance of ramfs or tmpfs, if that is enabled] Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> commit e46aebfa38a4d521232fd35fc276a74b1ec2d7a5 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat Jan 7 14:22:43 2012 -0500 autodetect: try to find /usr partition fstype Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 47531b5050e82f361a35c670f14f542cdce25d74 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Jan 6 15:19:41 2012 -0500 init: mount separate /usr Use findmnt to detect the existance of a separate /usr partition existing in the real root. If it does exist, fetch the options for it and mount it. This currently makes a lot of assumptions and won't be very friendly towards something such as a dm-crypt device. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 60780cbbf2cf06514ae4cfe25fe337e6762b8ede Author: Dave Reisner <dreisner@archlinux.org> Date: Thu Jan 12 17:50:24 2012 -0500 base: add findmnt as a part of the base layout This is required for mounting a separate /usr. While the shutdown hook is essentially a soft requirement for a separate /usr, we shouldn't break init. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 928634aa9ed736d7b2a85da5f8b8123385d552db Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Jan 3 21:00:31 2012 -0500 udev: update for udev 176 - firmware handling is now a udevd builtin - udevadm may move -- let a path lookup find it Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 5e6ca510671a6869e4e57eb43b03021fb43f3399 Author: Dave Reisner <dreisner@archlinux.org> Date: Wed Jan 11 21:35:54 2012 -0500 dsdt: remove hook. this has been defunct for years Refer to commit 9a9e0d68555 in the kernel where Linus removes this and says "to be revisited later". The only option (currently) is to built this into your kernel image. Suggested by FS#27906. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit f375d30639e7052b35850ed31ca36827df97e582 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Date: Tue Jan 10 22:52:13 2012 -0300 Keep modules.devname needed for on-demand module loading Otherwise we need to modprobe module manually. (Particulary I need this for archiso for using /dev/loop-control) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> ----------------------------------------------------------------------- Summary of changes: PKGBUILD | 4 ++-- init | 22 ++++++++++------------ init_functions | 2 +- install/autodetect | 13 +++++++++++-- install/base | 1 + install/dsdt | 14 -------------- install/shutdown | 2 +- install/udev | 4 ++-- mkinitcpio | 4 ++-- 9 files changed, 30 insertions(+), 36 deletions(-) delete mode 100644 install/dsdt hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
dreisner@archlinux.org