summaryrefslogtreecommitdiffstats
path: root/fs/tar
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-05-28 00:33:35 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-28 12:38:30 +0200
commita9825c06b8fc6cb2e18f28dc2aca4a0281b0458f (patch)
treebd79495b549371940e86ad65971cb24b09b52391 /fs/tar
parent0ca9692ddee33ebb78c0054a5efff7e267aa5b3a (diff)
downloadbuildroot-novena-a9825c06b8fc6cb2e18f28dc2aca4a0281b0458f.tar.gz
buildroot-novena-a9825c06b8fc6cb2e18f28dc2aca4a0281b0458f.zip
fs/ext2: explicitly set a NULL UUID
"tune2fs -U clear" creates an invalid filesystem, that fsck.ext2 whines about later: $ make rootfs-ext2 [--SNIP--] $ ./host/usr/sbin/fsck.ext4 images/rootfs.ext2 e2fsck 1.42.7 (21-Jan-2013) Filesystem did not have a UUID; generating one. images/rootfs.ext2: clean, 4616/5120 files, 53171/131072 blocks $ ./host/usr/sbin/fsck.ext4 -f images/rootfs.ext2 e2fsck 1.42.7 (21-Jan-2013) One or more block group descriptor checksums are invalid. Fix<y>? yes Group descriptor 0 checksum is 0x4131, should be 0x8bdb. FIXED. [--SNIP--] So we set an explicitly NULL UUID instead. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/tar')
0 files changed, 0 insertions, 0 deletions