You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[example of an manipulated file](https://github.com/HougeLangley/archzfs-iso/blob/master/profiledef.sh)
41
-
* Things to change
42
-
*`iso_name`
43
-
*`iso_label`
44
-
*`iso_publisher`
45
-
*`iso_application`
46
-
*`file_permissions`
47
-
* own git repros in user home should have 775
48
-
* Recheck GitHub actions using things like [this](https://github.com/ossf/education/pull/36/files) as an example
49
-
* Validate if we can implement the "use older kernel" feature from [here](https://github.com/eoli3n/archiso-zfs/blob/master/init) to prevent failing builds when the archzfs package is not up to date to the latest linux kernel
* Added content of repository [bht](https://github.com/ezonakiusagi/bht) below `software`
106
-
* Added `compose.yml` to be able to build iso inside a privileged docker container
108
+
* Added `compose.yml` to be able to build iso inside a privileged docker container
107
109
* Added links to openssf and badge
108
110
* Added packages mailx, ksh and nmon
109
111
* Added [SECURITY.md](SECURITY.md)
110
-
* Added script `create_efibootmgr_entry.sh` to ease up fixing lost `ZFSBootMenu` entries
112
+
* Added script `create_efibootmgr_entry.sh` to fix lost `ZFSBootMenu` entries
111
113
* Added script `start_sshd.sh`
112
114
* Added section in `.env` to add or to remove packages
113
115
* Added support for `-l|--lts` as kernel in [upload_iso.sh](upload_iso.sh)
114
116
115
117
### Changed in 3.0.0
116
118
117
119
* Changed default values for [replace_zfsbootmenu.sh](source/replace_zfsbootmenu.sh)
118
-
* Default path for old ZBM is now `/mnt/efi...`
119
-
* Default path for new ZBM is now basepath of the called script
120
-
* Moved from build image `archlinux:latest`to `archlinux/archlinux:latest`to fix issues like[archinstal#2443](https://github.com/archlinux/archinstall/issues/2443)
120
+
* Default path for old ZBM is now `/mnt/efi...`
121
+
* Default path for new ZBM is now basepath of the called script
122
+
* Moved to `archlinux/archlinux:latest`fixing[archinstal#2443](https://github.com/archlinux/archinstall/issues/2443)
121
123
* Moved archzfs mirrorlist to dedicated file `/etc/pacman.d/archzfs`
122
124
123
125
### Breaking Changes in 3.0.0
124
126
125
-
*Instead of different configuration files below `<project_root>/configuration/`, there is now a unified `.env` file and a `.env.dist`
126
-
* Migration should work by executing `cat configuration/*.sh > .env`
127
+
*Merged multiple configuration files to `.env`
128
+
* Migration works by executing `cat configuration/*.sh > .env`
0 commit comments