diff options
| author | Craig Jennings <c@cjennings.net> | 2024-11-11 08:35:57 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-11-11 08:36:11 -0600 |
| commit | 6d3e5b049560cb1b9c1118a335b22b5aacdc5a6c (patch) | |
| tree | 2363f2ed032b13c861d1abd9fcf6438f9b91e326 /iso/create-archiso-zfs.sh | |
| parent | ba912e8163bacd27ed85b993bee1084c71cd2cdf (diff) | |
moving things around
Diffstat (limited to 'iso/create-archiso-zfs.sh')
| -rw-r--r-- | iso/create-archiso-zfs.sh | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/iso/create-archiso-zfs.sh b/iso/create-archiso-zfs.sh deleted file mode 100644 index cb12ac3..0000000 --- a/iso/create-archiso-zfs.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env bash -# -# create-archiso-zfs.sh -# Craig Jennings <c@cjennings.net> -# Creates an arch linux iso with zfs support. -# This script must be run as root. - -pacman -Sy --noconfirm archiso -mkdir ~/iso - -# copies the releng profile -cp -r /usr/share/archiso/configs/releng/* ~/iso - -# add the archzfs repository to the pacman configuration -echo -e ' -[archzfs] -Server = https://archzfs.com/$repo/$arch -SigLevel = Optional TrustAll' >> ~/iso/pacman.conf - -# tell archiso to install the zfs dkms module and zfs utils to resulting iso -echo -e ' -linux-lts-headers -linux-headers -archzfs-dkms -zfs-utils' >> ~/iso/packages.x86_64 - -# build the iso. this takes some time -mkarchiso -vo ~/iso/out ~/iso - - - |
