This website requires JavaScript.
Explore
Help
Sign In
Johannes
/
ISO
Watch
1
Star
0
Fork
0
You've already forked ISO
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e369ade17d
ISO
/
configs
/
baseline
/
packages.x86_64
8 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add license and basic documentation LICENSE: Add GPL-3.0 license. {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}: Add SPDX license identifier. Makefile: Add SPDX license identifier. Install the `run_archiso.sh` script as global executable `run_archiso`. Use -D and -t flags to install to install files more generically (without a previous call to install the directory). README.rst: Add README outlining the project's scope, how to build images from the profiles and how to test. AUTHORS.rst: Add list of all direct contributors to the repository. CONTRIBUTING.rst: Add basic contribution guidelines, explaining the linter and the license in use. Closes #7 Closes #3
2020-05-30 00:01:28 +02:00
#
# SPDX-License-Identifier: GPL-3.0-or-later
Install all packages in one go and don't copy pacman.conf to airootfs configs/{baseline,releng}/build.sh: Copy custom files to airootfs before installing packages. Instead of calling `mkarchiso init`, list all required packages in packages.x86_64 and install them all at once with `mkarchiso install`. The mkdir command which `mkarchiso init` performs is now done by make_custom_airootfs. configs/releng/build.sh: Don't copy configs/releng/pacman.conf to airootfs, it is only meant to provide a unmodified pacman.conf durring pacstrap. In airootfs, an unmodified /etc/pacman.conf will be installed with the pacman package.
2020-07-28 10:50:25 +02:00
base
Fix baseline profile Install linux and mkinitcpio packages. Remove root user's password. Fixes https://bugs.archlinux.org/task/64236 .
2020-07-17 10:35:55 +02:00
linux
mkinitcpio
Install mkinitcpio-archiso-hooks in airootfs instead of copying the hooks from host
2020-07-29 18:23:58 +02:00
mkinitcpio-archiso
Install all packages in one go and don't copy pacman.conf to airootfs configs/{baseline,releng}/build.sh: Copy custom files to airootfs before installing packages. Instead of calling `mkarchiso init`, list all required packages in packages.x86_64 and install them all at once with `mkarchiso install`. The mkdir command which `mkarchiso init` performs is now done by make_custom_airootfs. configs/releng/build.sh: Don't copy configs/releng/pacman.conf to airootfs, it is only meant to provide a unmodified pacman.conf durring pacstrap. In airootfs, an unmodified /etc/pacman.conf will be installed with the pacman package.
2020-07-28 10:50:25 +02:00
syslinux
Reference in New Issue
Copy Permalink