FS#64236 - [archiso] cannot build baseline iso
Attached to Project:
Arch Linux
Opened by Wilson E. Alvarez (Rubonnek) - Wednesday, 23 October 2019, 22:20 GMT
Last edited by freswa (frederik) - Saturday, 01 August 2020, 19:31 GMT
Opened by Wilson E. Alvarez (Rubonnek) - Wednesday, 23 October 2019, 22:20 GMT
Last edited by freswa (frederik) - Saturday, 01 August 2020, 19:31 GMT
|
Details
Description:
Attempting to make the baseline ISO does not work due to missing mkinitcpio (and possibly other packages) Additional info: * package version(s): 43-1 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: cp -rv /usr/share/archiso/configs/baseline/ $HOME cd $HOME/baseline ./build.sh -v |
This task depends upon
Closed by freswa (frederik)
Saturday, 01 August 2020, 19:31 GMT
Reason for closing: Fixed
Additional comments about closing: archiso 46-1
Saturday, 01 August 2020, 19:31 GMT
Reason for closing: Fixed
Additional comments about closing: archiso 46-1
```
make_basefs() {
mkarchiso -v -w "${work_dir}" -D "${install_dir}" init
mkarchiso -v -w "${work_dir}" -D "${install_dir}" -p "mkinitcpio linux" install
}
```