Releases: stevleibelt/arch-linux-live-cd-iso-with-zfs
Releases · stevleibelt/arch-linux-live-cd-iso-with-zfs
archlinux-archzfs-linux-lts-dkms-20231123
automatic release
archlinux-archzfs-linux-lts-dkms-20231111
automatic release
archlinux-archzfs-linux-lts-dkms-20231101
automatic release
archlinux-archzfs-linux-lts-dkms-20231001
Adapt names per build
archlinux-archzfs-linux-lts-dkms-20230929
Adapt names per build
archlinux-archzfs-linux-lts-dkms-20230801
Adapt names per build
archlinux-archzfs-linux-lts-dkms-20230701
Removed build files since release 202308081 contains newer iso files.
safty scale
Added
- Added build option to use git package for
zfs-dkms-git
orzfs-linux-git
- Either use
USE_GIT_PACKAGE
in the configuration file - Or use
build.sh -g
- Either use
Knit kiss
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'
orecho KERNEL='linux-lts' > configuration/build.sh
- Usage:
- 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