User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computers:linux:arch-zfs-iso [2025/08/28 22:08] – created wikiadmincomputers:linux:arch-zfs-iso [2025/08/29 20:39] (current) wikiadmin
Line 7: Line 7:
 linux-headers linux-headers
 libunwind libunwind
-zfs-utils-staging-git +zfs-utils 
-zfs-dkms-staging-git</code>+zfs-dkms 
 +</code>
   * Add custom repo to archiso-zfs/pacman.conf<code>   * Add custom repo to archiso-zfs/pacman.conf<code>
 [archzfs] [archzfs]
 SigLevel = TrustAll Optional SigLevel = TrustAll Optional
-Server = file:///$HOME/archzfs</code>+Server = file:///var/tmp/archzfs</code> 
 +  * Create working archzfs directory and populate<code> 
 +mkdir archzfs 
 +cd archzfs 
 +git clone https://aur.archlinux.org/zfs-dkms.git 
 +git clone https://aur.archlinux.org/zfs-utils.git 
 +</code> 
 +  * build all packages and make repo<code> 
 +cd zfs-dkms 
 +makepkg -s 
 +cd ../zfs-utils 
 +makepkg -s 
 +cd .. 
 +for f in */*zst; do ln $f .; done 
 +repo-add /var/tmp/archzfs/archzfs.db.tar.zst /var/tmp/archzfs/*/*zst 
 +</code> 
 +  * change directory to archiso-zfs and build iso<code> 
 +cd ../archiso-zfs/ 
 +sudo mkarchiso -v -w work -o isobuild /var/tmp/archiso-zfs</code> 
 +  * You should now have an ISO in the isobuild directory such as:<code>/var/tmp/archiso-zfs/isobuild/archlinux-2025.08.28-x86_64.iso</code> 
 +  * I've attached this ISO if you'd like to use it for your install (linux 6.16.3 / zfs 2.3.4) {{ :computers:linux:archlinux-2025.08.28-x86_64.iso |archlinux-2025.08.28-x86_64.iso}}

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