# HG changeset patch # User Paul Boddie # Date 1394843001 -3600 # Node ID 4d38ec0b0dafc57b9a0e81a7dca8ab34a220d001 # Parent 14b1d9e1d710a19dbc5bf9128e15c6e126cafa5e Added a test for a root-owned root filesystem to avoid problems with the eventual installed system. diff -r 14b1d9e1d710 -r 4d38ec0b0daf qi-emdebian-postsetup --- a/qi-emdebian-postsetup Tue Mar 11 22:51:17 2014 +0100 +++ b/qi-emdebian-postsetup Sat Mar 15 01:23:21 2014 +0100 @@ -43,6 +43,18 @@ exit 1 fi +if [ `stat -c %U "$ROOTDIR"` != "root" ]; then + cat 1>&2 <