summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)Author
2020-09-28sync with archisoDavid P
Imported changes: f34c957 (HEAD -> master, origin/master, origin/HEAD) Calculate required efiboot.img size instead of hardcoding it 8c04704 Split SYSLINUX configuration into per-kernel configuration files 8276616 archiso/mkarchiso: do not hardcode the kernel and initramfs file names 83e4cb9 Use the same file paths in both ISO 9660 and FAT 136152e Do not rename the initramfs image Signed-off-by: David P <megver83@parabola.nu>
2020-09-27configs/releng: remove custom reflector.service and use the service provided ↵David P
by the package parabolaiso specific options are placed in a /etc/systemd/system/reflector.service.d/parabolaiso.conf drop-in. NM dispatcher script now simplified to look similar to its systemd counterpart Signed-off-by: David P <megver83@parabola.nu>
2020-09-07[openrc] refind: add showtools optionDavid P
in this way users are not prompted to useless menus and utilities we don't need Signed-off-by: David P <megver83@parabola.nu>
2020-09-02add mirring SPDX identifiers to packages.*David P
and remove empty package lists (i686) Signed-off-by: David P <megver83@parabola.nu>
2020-08-31sync refind entries with systemd-boot onesDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-31add SPDX identifiers in refind filesDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-30[openrc] remove your-initfreedom from packages.bothDavid P
nonsystemd/base now pulls your-initfreedom Signed-off-by: David P <megver83@parabola.nu>
2020-08-26[openrc] airootfs: add/modify scripts to emulate its systemd counterparts, ↵v47.1David P
better than before New: * add choose-mirror to openrc profiles * add choose-mirror.start and etc-pacman.d-gnupg.start to openrc profiles * enable haveged in openrc profiles Fixed: * read the kernel cmdline in reflector NM dispatcher script and pacman-init.start * talkingparabola: a little improvement in .zlogin, discovered by shellcheck * Makefile: add talkingparabola's choose-mirror to the shellcheck'ed files Signed-off-by: David P <megver83@parabola.nu>
2020-08-25[openrc] rename efiboot directory: EFI/boot -> EFI/BOOTDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-25sync with archisoDavid P
Imported changes: 4b40193 (HEAD -> master, tag: v47.1, origin/master, origin/HEAD) Add missing declaration of override_install_dir d90184a (tag: v47) Pass profile directory as parameter to mkarchiso e2c5b45 archiso/mkarchiso: reduce duplication and add more info messages Signed-off-by: David P <megver83@parabola.nu>
2020-08-19[openrc] add systemd packages to IgnorePkgDavid P
and remove libelogind from packages.both, as systemd-libs and company won't bother us anymore Signed-off-by: David P <megver83@parabola.nu>
2020-08-19sync with archiso, add timeout for i686 syslinux menusDavid P
imported the following changes: 13b8c7d (HEAD -> master, origin/master, origin/HEAD) archiso/mkarchiso: correct the path of airootfs/etc/machine-id 41d3d7d Add Joliet file system to the ISO e6455b8 archiso/mkarchiso: create an empty /etc/machine-id ba3e834 scripts/run_archiso.sh: support booting the image as a hard disk or an optical disc 55d9d1f scripts/run_archiso.sh: disable PXE ROM 1e0ffd0 scripts/run_archiso.sh: don't duplicate qemu commands for each boot mode e9f209e Deprecate build.sh scripts and old mkarchiso commands 31b1dfd archiso/mkarchiso: delete all files in /boot not just the kernel and initramfs 7c2247f archiso/mkarchiso: allow choosing boot modes from profiledef.sh 41b9b89 archiso/mkarchiso: copy make_* functions from configs/releng/build.sh 1cc7375 archiso/mkarchiso: start preparing a build_profile command 0387b25 archiso/mkarchiso: general bash improvements
2020-08-11sync with archisoDavid P
Imported changes: 951b217 (HEAD -> master, origin/master, origin/HEAD) configs/releng/packages.x86_64: replace exfat-utils with exfatprogs e467c69 configs/releng/syslinux/archiso_pxe.cfg: add "checksum" and "verify" boot options 8e82bbb archiso/initcpio/hooks/archiso: remove option terminator from the blockdev command 6312ccc Ensure all files in the ISO's Rock Ridge file system are owned by root
2020-08-03[openrc] refind: rename vmlinuz.efi to vmlinuz-linux-librev46.1David P
I forgot to import this from releng's systemd-boot Signed-off-by: David P <megver83@parabola.nu>
2020-08-02[baseline] fix some wrong stuffDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-02[openrc] add pacman.conf in airootfsDavid P
to enable [nonsystemd] by default Signed-off-by: David P <megver83@parabola.nu>
2020-08-02some enhancementsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[openrc] add udev-init-scripts in packages.bothDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01run make_custom_airootfs inside loopsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[talkingparabola] sync with releng, talkingarch is just too slow ;)v46David P
talkingarch last synced archiso in v44, but releng has changed a lot since then Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[releng] add archlinux32 in pacman-initDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[releng-openrc] make it shellcheck-compliantDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[releng] make it shellcheck-compliantDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[lxde-openrc] make it shellcheck-compliantDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[releng-openrc] add refind to packages.bothDavid P
although it could be in packages.both, build.sh takes the refind binary from the x86_64 system Signed-off-by: David P <megver83@parabola.nu>
2020-08-01sync lxde-openrc with releng-openrcDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01[releng] remote init variableDavid P
the init system should now depend on wether [nonsystemd] is enabled, and packages.both Signed-off-by: David P <megver83@parabola.nu>
2020-08-01sync releng-openrc with relengDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-01sync releng with archiso v46David P
and fix baseline mkinitcpio.conf hooks Signed-off-by: David P <megver83@parabola.nu>
2020-08-01sync baseline with archiso v46David P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-15[talkingparabola] can run on i686David P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-15remove uefi-shell includes from refind.confDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-15build.sh: fix some quotiation marksDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-15[releng-openrc][lxde-openrc] install refind in make_basefsDavid P
it used to be installed in make_packages_efi, which is now gone Signed-off-by: David P <megver83@parabola.nu>
2020-07-15[lxde-openrc] update according to releng-openrcDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-15[releng-openrc] update according to relengDavid P
I had to adapt some changes, e.g. put logind files in /etc/elogind and creating a NM dispatcher script for reflector Signed-off-by: David P <megver83@parabola.nu>
2020-07-15remove SHA512SUMS filesDavid P
they were used for EDK Shell, but now it's downloaded from pacman Signed-off-by: David P <megver83@parabola.nu>
2020-07-15[talkingparabola] sync with talkingarchDavid P
talking-arch isn't completely synced with Arch's releng, however I prefer to wait for them to do it, as they may introduce different stuff, or who knows :P Signed-off-by: David P <megver83@parabola.nu>
2020-07-15[releng][baseline] sync with archiso and archiso32David P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-15fix typos in boot menu entriesbill-auger
2020-01-22[talkingparabola] sync with talkingarchDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-19[lxde-openrc] update .keymap.sh scriptDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-19[lxde-openrc] final packages.bothv43David P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18correct few thingsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18add baseline, rename 'profile' to 'releng'David P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18only run on x86_64David P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18[openrc configs] remove elogind-openrcDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18update customize_airootfs.shDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18[openrc configs] do not 'rc-update add' dbus nor elogindDavid P
they now packaged to be in their corresponding runlevels ootb Signed-off-by: David P <megver83@parabola.nu>
2020-01-18[openrc configs] change MODULES variable to arrayDavid P
Signed-off-by: David P <megver83@parabola.nu>