Skip to content

Releases: stevleibelt/arch-linux-live-cd-iso-with-zfs

archlinux-archzfs-linux-lts-dkms-20231123

23 Nov 13:29
9075696
Compare
Choose a tag to compare

archlinux-archzfs-linux-lts-dkms-20231111

11 Nov 15:29
9075696
Compare
Choose a tag to compare

archlinux-archzfs-linux-lts-dkms-20231101

01 Nov 21:02
7cbeb10
Compare
Choose a tag to compare

archlinux-archzfs-linux-lts-dkms-20231001

01 Oct 21:02
7cbeb10
Compare
Choose a tag to compare

archlinux-archzfs-linux-lts-dkms-20230929

29 Sep 05:27
7cbeb10
Compare
Choose a tag to compare
Adapt names per build

archlinux-archzfs-linux-lts-dkms-20230801

01 Aug 22:14
7cbeb10
Compare
Choose a tag to compare

archlinux-archzfs-linux-lts-dkms-20230701

01 Jul 22:14
7cbeb10
Compare
Choose a tag to compare

Removed build files since release 202308081 contains newer iso files.

safty scale

26 May 06:05
e4bcb88
Compare
Choose a tag to compare

Added

  • Added build option to use git package for zfs-dkms-git or zfs-linux-git
    • Either use USE_GIT_PACKAGE in the configuration file
    • Or use build.sh -g

Knit kiss

23 May 19:59
f59cfc0
Compare
Choose a tag to compare

2.9.0 - 20230523

Added

  • Added automatically change of iso_name in profiledef.sh
  • Added support for linux-lts as done here, see here
    • Usage: build.sh -k 'linux-lts' or echo KERNEL='linux-lts' > configuration/build.sh
  • Added check if dkms build failed in the mkarchiso call by grep'ing the logs - Workaround for issue/18
  • Added logging to build.sh into file build.sh.log
  • Added set -e on build.sh
  • Added arch-linux-cd-zfs-setup to the image path root/software/arch-linux-live-cd-zfs-setup - Mostly for debugging and the case when neither zfs-dkms nor zfs-linux is compatible with the current/latest linux kernel [e.g. see here]
  • Added scorecard github action
  • Added explicit and dedicated function _remove_file_path_or_exit

Changed

  • Changed number of available iso file check from "greater 0" to "equal 1"
  • Changed place where last_build_date.txt is created, moved from upload_iso.sh to [build.sh][build.sh]
  • Updated upload_iso.sh to meet the shellcheck

Merged pull request that fixed an issue in the repro index

29 Jan 19:54
Compare
Choose a tag to compare