Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181685 | Differences between
and this patch

Collapse All | Expand All

(-)mkinitrd (-1 / +1 lines)
Lines 771-777 Link Here
771
  umount $MNTPOINT
771
  umount $MNTPOINT
772
  losetup -d $LODEV
772
  losetup -d $LODEV
773
else
773
else
774
  (cd $MNTIMAGE; find . | cpio --quiet -c -o) > $IMAGE || exit 1
774
  (cd $MNTIMAGE; find . | cpio --quiet -H newc -o) > $IMAGE || exit 1
775
fi
775
fi
776
776
777
if [ -n "$compress" ]; then
777
if [ -n "$compress" ]; then

Return to bug 181685