Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| computers:linux:arch-zfs-iso [2025/08/28 22:08] – created wikiadmin | computers: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</ | + | zfs-dkms |
| + | </ | ||
| * Add custom repo to archiso-zfs/ | * Add custom repo to archiso-zfs/ | ||
| [archzfs] | [archzfs] | ||
| SigLevel = TrustAll Optional | SigLevel = TrustAll Optional | ||
| - | Server = file:///$HOME/ | + | Server = file:///var/ |
| + | * Create working archzfs directory and populate< | ||
| + | mkdir archzfs | ||
| + | cd archzfs | ||
| + | git clone https:// | ||
| + | git clone https:// | ||
| + | </ | ||
| + | * build all packages and make repo< | ||
| + | cd zfs-dkms | ||
| + | makepkg -s | ||
| + | cd ../ | ||
| + | makepkg -s | ||
| + | cd .. | ||
| + | for f in */*zst; do ln $f .; done | ||
| + | repo-add /var/tmp/archzfs/ | ||
| + | </ | ||
| + | * change directory to archiso-zfs and build iso< | ||
| + | cd ../ | ||
| + | sudo mkarchiso -v -w work -o isobuild / | ||
| + | * You should now have an ISO in the isobuild directory such as:< | ||
| + | * I've attached this ISO if you'd like to use it for your install (linux 6.16.3 / zfs 2.3.4) {{ : | ||
