User Tools

This is an old revision of the document!


Create arch custom ISO with ZFS support

  • Install archiso
    pacman -S archiso
  • Create build tree in /var/tmp
    cd /var/tmp; mkdir -p archiso-zfs/{work,isobuild}
  • Copy in proto ISO
    cp -r /usr/share/archiso/configs/releng/. archiso-zfs
  • Edit archiso-zfs/packages.x86_64 and add:
    linux-headers
    libunwind
    zfs-utils-staging-git
    zfs-dkms-staging-git
  • Add custom repo to archiso-zfs/pacman.conf
    [archzfs]
    SigLevel = TrustAll Optional
    Server = file:///$HOME/archzfs

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information