--- branches/magellan-next/core/util-linux/util-linux-2.18-r1.smage2 2010/08/17 15:59:04 5920 +++ branches/magellan-next/core/util-linux/util-linux-2.18-r1.smage2 2010/08/17 16:12:21 5921 @@ -30,6 +30,7 @@ mirror://${PNAME}/${PNAME}-${PVER}-ncursesw.patch mirror://${PNAME}/${PNAME}-${PVER}-cfdisk-string-len.patch mirror://${PNAME}/${PNAME}-${PVER}-fix-findmnt.patch + mirror://${PNAME}/${PNAME}-${PVER}-mount-loopdev.patch ) UP2DATE="updatecmd \"${HOMEPAGE}/v$(updatecmd ${HOMEPAGE} | grep v.*/ | sed -n 's/.*v\(.*\)\/.*/\1/;$ p')/?C=M;O=A\" | grep -v 'rc' | lasttarball" @@ -50,6 +51,9 @@ # fixes some mount issues mpatch ${PNAME}-${PVER}-fix-findmnt.patch || die + # iso images listed in fstab are mounted twice at boot + mpatch ${PNAME}-${PVER}-mount-loopdev.patch || die + # fhs compatibility all-abis sed -i 's:etc/adjtime:var/lib/hwclock/adjtime:' hwclock/hwclock.c || die