--- smage/trunk/core/busybox/busybox-1.15.3-r1.smage2 2010/05/08 10:16:23 544 +++ smage/trunk/core/busybox/busybox-1.15.3-r1.smage2 2010/05/08 10:21:03 545 @@ -46,6 +46,10 @@ # disable ps wide options, it breaks commands linke ps -e etc sed -i 's/.*\(CONFIG_FEATURE_PS_WIDE\).*/#\ \1 is not set/' .config || die + + # disable blkid, we're using the full-featured version from util-linux + # which has ftype guessing features and a better uuid handling + sed -i 's/.*\(CONFIG_BLKID\).*/#\ \1 is not set/' .config || die } src_compile()