aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/packages.x86_64
Commit message (Collapse)AuthorAgeFilesLines
* Add license and basic documentationDavid Runge2020-07-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Install all packages in one go and don't copy pacman.conf to airootfsnl67202020-07-281-0/+2
| | | | | | | | | 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.
* Explicitly add linux and mkinitcpio to packages.x86_64nl67202020-07-121-0/+2
| | | | linux only gets pulled in because of broadcom-wl and mkinitcpio (usually) gets pulled in by linux.
* Don't hardcode packages in build.shnl67202020-07-121-0/+7
| | | | | Move all required packages to packages.x86_64. Test file availability before copying them.
* Remove lynx usage in configs/releng/build.shnl67202020-07-111-1/+1
| | | | | | | | /usr/local/bin/Installation_guide: Add a convenience script which opens the installation guide in lynx. /etc/motd: Provide a message with minimal instructions for connecting to internet and inform about the Installation_guide convenience script.
* Remove unnecessary dialog packagenl67202020-07-111-1/+0
| | | | | dialog was only added because it was needed for netctl's wifi-menu. Now that netctl is removed, nothing requires dialog.
* Sort packages.x86_64nl67202020-07-111-4/+4
| | | | | | Additionally update names of renamed packages: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/bind&id=1b097b9bcaddd65c7af4f92efef175f959395a7e https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/vim&id=807b49bf022a6d523ca6215d5b34cd1e37457bd5
* Add terminus-fontnl67202020-07-111-0/+1
| | | | | When built with CONFIG_FONT_TER16x32, the Linux kernel includes a TER16x32 font based on ter-i32b from terminus-font. The kernel will automatically choose this font on screen resolutions larger than 1920×1080. The terminus-font package includes fonts for other character sets, which may be useful during installation.
* Add *-terminfo packages to ease installation via SSHnl67202020-07-111-0/+3
|
* Add reflector and enable reflector.servicenl67202020-06-301-0/+1
| | | | | reflector.service will update pacman's mirrorlist after a network connection is established in the live system. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/26 .
* Add efibootmgrnl67202020-06-301-0/+1
| | | | It was previously pulled in as a dependency of refind. Now that refind is removed, add efibootmgr explicitly.
* Add back lsscsinl67202020-06-301-0/+1
| | | | It cannot be fully replaced by lsblk.
* Adding systemd-resolvconfDavid Runge2020-06-241-0/+1
| | | | | | | | | | configs/releng/packages.x86_64: Due to dropping netctl from the image, no packgae currently directly pulls in a resolvconf provider. The systemd-resolvconf package is compatible with systemd-resolved which is in use on the image now and the preferred choice. Closes #22
* Removin unneeded packagesDavid Runge2020-06-231-6/+0
| | | | | | | | | | | | | | | configs/releng/packages.x86_64: Removing packages: * grub :rescue/ installation actions for grub should be run from within a chroot * lsscsi: lsblk provides the same functionality * netctl: we have systemd-networkd enabled by default * ntp: we have systemd-timesyncd * refind: rescue/ installation actions for refind should be run from within a chroot * vi: we have vim Closes #15
* Adding nvme-cli to package listDavid Runge2020-06-231-0/+1
| | | | | | | | configs/releng/packages.x86_64: Adding nvme-cli to the list of packages for working with NVME drives in a live environment (as discussed in FS#63769). Closes #20
* Removing wget in favor of curlDavid Runge2020-06-231-1/+0
| | | | | | | | | | | | configs/releng/airootfs/root/.automated_script.sh: Replacing wget with curl for the use-case of downloading a pre-specified remote startup script (changing flags where needed). configs/releng/packages.x86_64: Removing wget from the list of installed packages, as .automated_script.sh was the only reason for it being installed. Closes #16
* Renaming refind-efi to refindDavid Runge2020-05-301-1/+1
| | | | | | configs/releng/packages.x86_64: As the refind-efi package has been renamed to refind, the package required for the releng image needs to be renamed as well.
* Revert "Renaming refind package"David Runge2020-05-301-1/+1
| | | | This reverts commit c16612401e2db36ae5437df2c77999d45f47d39f.
* Renaming refind packageDavid Runge2020-04-231-1/+1
| | | | | configs/releng/packages.x86_64: refind-efi has been renamed to refind
* FS#64049: Re-add missing packages reflecting the base group to package ↵Pierre Schmitz2019-10-161-0/+14
| | | | transition
* [configs/releng] Re-add wpa_supplicantGerardo Exequiel Pozzi2019-05-011-0/+1
|
* [configs/releng] Add iwdGerardo Exequiel Pozzi2019-04-061-0/+1
| | | | Requested at FS#62087
* Update packages.x86_64martindamianfernandez2019-04-061-1/+0
| | | | | | wpa_actiond 404 file no found
* [configs/releng] add wireless-regdb to airootfsGerardo Exequiel Pozzi2018-07-261-0/+1
| | | | Requested at FS#59434
* [releng] bye zd1211-firmwareGerardo Exequiel Pozzi2018-06-231-1/+0
|
* [releng] Cleanup remain dual-arch stuffGerardo Exequiel Pozzi2018-06-231-0/+65
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* [configs/releng] Always install needed pkgs from build.shGerardo Exequiel Pozzi2014-12-211-3/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* [configs/releng] Update package list for grubGerardo Exequiel Pozzi2013-06-231-1/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add SecureBoot support via prebootloaderGerardo Exequiel Pozzi2013-06-191-0/+1
| | | | | | | | Tested only under QEMU using OVMF SecureBoot enabled firmware plus lockdown-ms. Both loader.efi (gummiboot) and vmlinuz.efi should be hashed before boot in secure mode. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] gummiboot-efi -> gummibootGerardo Exequiel Pozzi2013-03-051-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] make packages.both for common packages for each x86_64Gerardo Exequiel Pozzi2012-10-131-61/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add rfkill to the live systemPierre Schmitz2012-10-051-0/+1
| | | | | | Some wireless devices need to be enabled before use which is easier using rfkill. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* [configs/releng] Add ethtool to live-enviromentGerardo Exequiel Pozzi2012-10-041-0/+1
| | | | | | FS#28773 - [ethtool] [net-tools] one of packages should belong to base group Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use gummiboot-efi instead of UEFI Shell for bootingKeshav P R2012-09-261-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] refind-efi-x86_64 -> refind-efiGerardo Exequiel Pozzi2012-09-261-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add some disk/part/fs toolsGerardo Exequiel Pozzi2012-09-231-0/+5
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Copy UEFI Shell to (ISO)/EFI/boot/bootx64.efi for setting up UEFI bootable ↵Keshav P R2012-09-121-0/+1
| | | | USB and add refind-efi-x86_64 to ISO
* [configs/releng] Re-add sudo and wget to live-enviromentGerardo Exequiel Pozzi2012-09-121-0/+2
| | | | | | Lost in time, by some dep... Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add xl2tpd to packages.*Gerardo Exequiel Pozzi2012-09-101-0/+1
| | | | | | Implements FS#13357 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Remove redundant entry in packages.lstGerardo Exequiel Pozzi2012-09-081-1/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add usb_modeswitch and wvdial to live-envGerardo Exequiel Pozzi2012-08-081-0/+2
| | | | | | Implements FS#31054 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add systemd to live-enviromentGerardo Exequiel Pozzi2012-08-011-0/+1
| | | | | | To test it, just boot with init=/bin/systemd Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Use zsh as default interactive shellPierre Schmitz2012-08-011-0/+2
| | | | | | | This installs zsh and sets it as default for root and the arch user. grml-zsh-config is installed as a userfriendly default configuration. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* [configs/releng] Add grub(2) to packages.*Gerardo Exequiel Pozzi2012-07-191-0/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add arch-install-scriptsPierre Schmitz2012-07-161-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Remove aifPierre Schmitz2012-07-161-1/+0
| | | | | Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Initialize pacman keyring on bootupPierre Schmitz2012-06-241-0/+1
| | | | | | | | | | This will allow users to install packages within the live environment. We use the haveged daemon to increase entropy from CPU timings. See http://www.issihosts.com/haveged/ for details. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add efibootmgr to installed packages on live-enviroment.Gerardo Exequiel Pozzi2012-04-101-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] packages: btrfs-progs-unstable -> btrfs-progsGerardo Exequiel Pozzi2012-02-221-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add darkhttpd to packages.*Gerardo Exequiel Pozzi2011-12-021-0/+1
| | | | | | | | | | | | | | | | Simple way to enable self-PXE-server live-enviroment with HTTP. dnsmasq --port=0 \ --enable-tftp \ --tftp-root=/run/archiso/bootmnt \ --dhcp-range=192.168.0.2,192.168.0.254,86400 \ --dhcp-boot=/arch/boot/syslinux/gpxelinux.0 \ --dhcp-option-force=209,boot/syslinux/archiso.cfg \ --dhcp-option-force=210,/arch/ darkhttpd /run/archiso/bootmnt Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>