[pacman-dev] [mkinitcpio][PATCH 4/5] init: mount separate /usr

2012-01-12 Thread Dave Reisner
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 --- Ye

Re: [pacman-dev] [mkinitcpio][PATCH 4/5] init: mount separate /usr

2012-01-12 Thread Dan McGee
On Thu, Jan 12, 2012 at 5:12 PM, Dave Reisner wrote: > Use findmnt to detect the existance of a separate /usr partition existence > 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 s