diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-01-06 21:19:41 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-01-13 00:26:31 +0100 |
commit | 47531b5050e82f361a35c670f14f542cdce25d74 (patch) | |
tree | c7875ce74c7290dcb7e13f6fe2e16fc10b73aadb /PKGBUILD | |
parent | 60780cbbf2cf06514ae4cfe25fe337e6762b8ede (diff) | |
download | mkinitcpio-47531b5050e82f361a35c670f14f542cdce25d74.tar.gz mkinitcpio-47531b5050e82f361a35c670f14f542cdce25d74.tar.xz |
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>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license=('GPL') groups=('base') conflicts=('mkinitcpio') provides=("mkinitcpio=$pkgver") -depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils' +depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.20.1-2' 'libarchive' 'coreutils' 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=177-1' 'file' 'gzip') makedepends=('asciidoc' 'git') optdepends=('xz: Use lzma or xz compression for the initramfs image' |