Skip to content
  • nl6720's avatar
    Support EROFS · bc67933a
    nl6720 authored
    EROFS, like Squashfs, is a read-only file system. It can be used to store airootfs in an image file.
    Its advantage is the support for POSIX ACLs. EROFS downside is that currently it only supports LZ4 compression (LZMA support is not yet fully implemented).
    
    A difference from Squashfs is that, EROFS stores change time (ctime) not modification time (mtime). The reverse is true for Squashfs.
    
    Implements archlinux/archiso#59
    bc67933a