summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2020-01-18openrc configs: replace pacman-init initscript with a local.d scriptDavid P
and remove haveged from pkglist Signed-off-by: David P <megver83@parabola.nu>
2020-01-18mkparabolaiso: add linux-libre in _chroot_initDavid P
Arch{,32} installs 'linux' as a dependency of broadcom-wl, which is blacklisted by us but installed in their ISOs https://bugs.archlinux.org/task/64197 Signed-off-by: David P <megver83@parabola.nu>
2020-01-18add refind-efi to packages.bothDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18rever '[from Arch32] we can run on i686, too'David P
but keep the checksums change Signed-off-by: David P <megver83@parabola.nu>
2020-01-18remove lynx from pkglistDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-18remove unused sudoers filesDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-17remove runit supportDavid P
I'll drop it from [pcr] Signed-off-by: David P <megver83@parabola.nu>
2020-01-17[from Arch32] we can run on i686, tooDavid P
based on 49a9982 (dual-boot branch) also simplify checksum verification process Signed-off-by: David P <megver83@parabola.nu>
2019-11-11[configs/lxde-openrc] remove -elogind packagesDavid P
I'll build them in [nonsystemd without those prefixes Signed-off-by: David P <megver83@parabola.nu>
2019-11-11[configs/lxde-openrc] update packages.bothDavid P
Signed-off-by: David P <megver83@parabola.nu>
2019-11-11[parabolaiso/mkparabolaiso] accommodate to new changes in base grupoDavid P
Signed-off-by: David P <megver83@parabola.nu>
2019-11-04update profile-openrc/packages.bothDavid P
Signed-off-by: David P <megver83@parabola.nu>
2019-11-04remove refind-efi from prev. commitDavid P
it is in packages.x86_64 :P Signed-off-by: David P <megver83@parabola.nu>
2019-11-04sync configs/profile/packages.both with Arch's relengDavid P
but remove pkgs from the blacklist and replace some others TODO: update the rest Signed-off-by: David P <megver83@parabola.nu>
2019-06-02parabolaiso v42v42David P
skipped v41, but doesn't matter Signed-off-by: David P <megver83@parabola.nu>
2019-03-11lxde-openrc: update packages.bothDavid P
Signed-off-by: David P <megver83@parabola.nu>
2019-03-10refind.conf: add replace dont_scan_dirs with scanforDavid P
To avoid showing other bootloaders present on the machine, which is not something that we want. We only need Parabola and UEFI Shell. And do not copy refind's drivers to the ISO, I just tested it without them and it works for what we want, so they were useless. Signed-off-by: David P <megver83@parabola.nu>
2019-03-09[openrc-isos] Merge uefi-shell-v1-x86_64.conf and uefi-shell-v2-x86_64.conf ↵David P
into a single file Signed-off-by: David P <megver83@parabola.nu>
2019-03-08[openrc isos] use refind-efi as UEFI Boot ManagerDavid P
The standard systemd ISOs use systemd-boot as its UEFI Boot Manager, however, we don't want that in an OpenRC ISO. rEFInd is the perfect replacement for this, the (not-yet launched) resulting ISOs boot in the basic text of this boot manager. Tested with QEMU using Tianocore's OVMF (without Secure Boot). Note that the refind.conf file includes files under entry/, which is not sctrictly necessary since it can be merged everything into that file, however, I preferred to maintain the systemd-boot filenames (although in the future this might change) Signed-off-by: David P <megver83@parabola.nu>
2019-03-08return to the previous directoryDavid P
Signed-off-by: David P <megver83@parabola.nu>
2019-03-07mkparabolaiso: replace libsystemd-dummy with systemd-libs-dummyDavid P
Signed-off-by: David P <megver83@parabola.nu>
2019-03-07Add sha512 checksums for EFI Shell blobsDavid P
And download them from the latest tag, based on the UDK2018 branch (to follow archiso{32}), instead of the UDK2018 branch, which (due to the nature of git branches) I would have to update the checksums everytime someone updates the .efi files (although it is, in theory, not going to happen, since it's a branch from last year, but nah...) This should be temporary until someone gets EdkShellPkg to build successfully, because I've been able to build ShellPkg, but EdkShellPkg breaks, and it would be stupid to have ShellPkg built from source in our repos but EdkShellPkg directly from Github. However, that can be discussed. Looks like we would have to ship an special toolchain for building EdkShellPkg, since it is unmaitained (and obsolete, in fact it is no longer in the master branch of edk2), it may work with older GCC versions (I tried gcc5, looks like there is an improvement, but still breaks) Signed-off-by: David P <megver83@parabola.nu>
2019-03-07make sure the root filesystem is owned by rootChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2019-02-27[archiso] update download url for Shell_Full.efiDavid P
https://bugzilla.tianocore.org/show_bug.cgi?id=1108 Signed-off-by: David P <megver83@parabola.nu>
2018-12-22Add archlinux32-keyring in install.sh scriptsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-12-21configs/*-openrc: update customize_airootfs.sh and packages.bothDavid P
and also profile-openrc motd Signed-off-by: David P <megver83@parabola.nu>
2018-12-21mkparabolaiso: install {lib,}systemd-dummy when creating non-systemd ISOsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-12-21Add sysvinit supportDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-09-11Release parabolaiso-v39v39David P
Signed-off-by: David P <megver83@parabola.nu>
2018-08-01Release parabolaiso-v37v37David P
Signed-off-by: David P <megver83@parabola.nu>
2018-07-17Release parabolaiso-v36v36David P
Signed-off-by: David P <megver83@parabola.nu>
2018-06-30Release parabolaiso-v35v35David P
Signed-off-by: David P <megver83@parabola.nu>
2018-05-24configs/lxde-openrc: update install scriptsDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-05-17remove rfkill leftoversDavid P
and replace dnsutils with bind-tools Signed-off-by: David P <megver83@parabola.nu>
2018-05-16update to v34v34David P
Signed-off-by: David P <megver83@parabola.nu>
2018-05-16modify entire source according to archiso32David P
and remove unused configs/talkingparabola-X11 Signed-off-by: David P <megver83@parabola.nu>
2018-05-12Add licenseDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-05-12Remove TODODavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-05-12Update openrc configs' packages listDavid P
and also update their pacman.conf, adding [nonsystemd] Signed-off-by: David P <megver83@parabola.nu>
2017-11-06Add configs/lxde-openrcDavid P
Remove configs/mate and configs/mate-openrc