All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add usage for
kernel.archzfs.com
Link, Source - Add flag
-c|--cleanup
forbuild.sh
- (Re)-Add support for
linux-lts
as done here - Add an arch installer like:
- Manipulate
dynamic_dat/releng/profiledef.sh
before running the iso build process- issue/9
- official profiledef.sh documentation
- example of an manipulated file
- Things to change
iso_name
iso_label
iso_publisher
iso_application
file_permissions
- own git repros in user home should have 775
- Recheck github actions using things like this as an example
- Validate if we can implement the "use older kernel" feature from here to prevent failing builds when the archzfs package is not up to date to the latest linux kernel
- Changed number of available iso file check from "greater 0" to "equal 1"
- Updated workflow and added step that creates
configuration/build.sh
2.8.1 - 20230129
- Updated sed repro index logic
2.8.0 - 20230129
- Added configuration option
ASK_TO_DUMP_ISO
,ASK_TO_RUN_ISO
andASK_TO_UPLOAD_ISO
- Added git repository arch-linux-configuration to the image in the path
/root/software/arch-linux-configuration
- Added git repository downgrade to the image in the path
/root/software/downgrade
- Added git repository general_howtos to the image in path
/root/document/general_howtos
- Fixed not working run_iso.sh
2.7.0 - 20230111
- Added
touch
to update creation date oflast_build_date.txt
- Added
git
as mandatory package to ease up using arch-linux-configuration - Added "possible errors" section in the readme
- Added flag
-u|--use-dkms
to usezfs-dkms
instead ofzfs-linux
- Changed some of the
_echo_if_be_verbose`` calls by adding the variable name before outputing its content
- Added removal of
last_build_date.txt
if exists whenupload_iso.sh
is executed - Updated
source/pacman-init.service
- Moved from
qemu
toqemu-full
2.6.0 - 20220419
- Fixed issue/8
2.5.0 - 20220418
- Added
-d
,-h
and-v
toupload_iso.sh
- Implemented code from pull request/6 with an additional flag "-r|--repo-index <string: last|week|month|yyyy/mm/dd>"
- If you just provide
-r
,week
is used
- If you just provide
- Added configuration file for build.sh
- Added
-d|--dry-run
inbuild.sh
- Remove usage of
BE_VERBOSE
inconfiguration/upload_iso.sh
since this is superseeded by-v
2.4.0 - released at 20220330
- Added if [[ ${?} -ne 0 ]]; for each fitting command call
- Added dump_iso.sh to dd a created iso
- Added check if build was successful
- The next steps where only executed if build was successful
- Added output of flags when verbosity is enabled
- Added way more output if run in verbose mode
- Added addtional check in the step after bulding the iso to validate that an iso was build
- Added doc block to each function
- Added argument check in each function
- Fixed an issue if script is not calld as root
- Previous to this fix, all arguments where lost (like
-f
)
- Previous to this fix, all arguments where lost (like
- Centralized code by creating
_create_directory_of_exit
an_remove_path_or_exit
2.3.0 - released at 20220328
- Added flag
-h | --help
- Added flag
-f | --force
- Added flag
-v | --verbose
2.2.0 - released at 20220320
- added the
auto_elevate_if_not_called_from_root
from build.sh in run_iso.sh - added upload_iso.sh
- if not available, it creates a local configuration file in configuration
- if user says yes, this is executed after a successful build.sh
- created archzfs.stevleibelt.de
- Aligned release date
- Fixed link in release 2.1.0
2.1.0 - released at 20220319
- added a CHANGELOG.md
- added list of contributers
- replaced current handlig of "exit if not executed from root" with "restart script by using sudo if not executed from root" - thanks to gardar
2.0.0 - released at 20220207
- added support to run an existing iso
- added usage of pacman-init.service including check of expected content
- added output if iso building is not successful
- major rework of internal code - adapted to archiso changes
- all code is now running into dedicated functions
- aligned output
- moveing the existing iso to $somewhere
- fixed issue with not enough access when generating the checksum files
1.3.0 - released at 20160823
- implemented user input to select fitting archzfs-linux repository
1.2.0 - released at 20160706
- added automatically renaming each created iso file to archlinux.iso
- added automatically md5sum and sha1sum file creation of created archlinux.iso
1.1.0 - released at 20160514
- added README.md
- renamed "build" directory to "dynamic_data" to ease up execution of "build.sh"
1.0.0 - released at 20160512
- initial commit