Bug#365747: Fwd: [patch ] Add /dev/mapper in all cases needed in bsae-installer

2006-05-11 Thread Frans Pop
On Wednesday 03 May 2006 20:29, Joey Hess wrote: > Frans Pop wrote: > > + if pvdisplay | grep -iq "physical volume ---"; then > > + apt-install lvm2 > > + mount -t proc proc /target/proc > > + chroot /target vgscan --mknodes || true >

Bug#365747: Fwd: [patch ] Add /dev/mapper in all cases needed in bsae-installer

2006-05-03 Thread Riku Voipio
On Wed, May 03, 2006 at 02:29:37PM -0400, Joey Hess wrote: > > + if pvdisplay | grep -iq "physical volume ---"; then > > + apt-install lvm2 > > + mount -t proc proc /target/proc > > + chroot /target vgscan --mknodes || true > > +

Bug#365747: Fwd: [patch ] Add /dev/mapper in all cases needed in bsae-installer

2006-05-03 Thread Joey Hess
Frans Pop wrote: > Index: postinst > === > --- postinst (revision 36896) > +++ postinst (working copy) > @@ -323,18 +323,20 @@ > if [ -e /proc/mdstat ] && grep -q ^md /proc/mdstat ; then > apt-install mdadm >

Bug#365747: Fwd: [patch ] Add /dev/mapper in all cases needed in bsae-installer

2006-05-02 Thread Frans Pop
Package: base-installer Severity: wishlist Now /dev/mapper structure is created only if lvm2 is detected. However, device-mapper is also used by dm-crypt and EVMS. This patch creates /target/dev/mapper in case device-mapper module is loaded. This directory is needed (atleast) to get grub installed