kumquat-buildroot/fs
Yann E. MORIN a9825c06b8 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>
2013-05-28 12:38:30 +02:00
..
cloop
cpio fs/common: add support for LZO and XZ compression methods 2013-04-24 22:18:13 +02:00
cramfs
ext2 fs/ext2: explicitly set a NULL UUID 2013-05-28 12:38:30 +02:00
initramfs
iso9660
jffs2 fs/jffs2: refactor endianess selection to use BR2_ENDIAN 2013-04-11 15:57:37 +02:00
romfs
squashfs
tar fs/common: add support for LZO and XZ compression methods 2013-04-24 22:18:13 +02:00
ubifs fs/ubifs: factorize all the "depends on" into "if...endif" blocks 2013-04-25 22:45:46 +02:00
common.mk packages: add ability for packages to create users 2013-04-25 22:56:42 +02:00
Config.in