summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/build.sh
AgeCommit message (Collapse)Author
2020-11-05sync with archiso v49v49David P
Imported changes: cc169d7 (HEAD -> master, origin/master, origin/HEAD) configs/releng/packages.x86_64: add fatresize, gpart and tmux 40ae3ba (tag: v49) Set syslinux bootloader timeout to 15s ee6c5fa Set bootloader timeouts to 15s 9f16862 Configure the image type and image creation options using profiles (#54) e369ade fix a typo, add myself in AUTHORS.rst e748a77 Add accessibility support based on option flag 8bb3e8c Fix linter errors in livecd-sound 6a39300 implement accessibility support in archiso 6820f2c Add modconf to HOOKS array in mkinitcpio.conf 3caa30f configs/releng/packages.x86_64: add squashfs-tools and udftools 1bd944e Remove build.sh support from profiles and mkarchiso bff3676 (origin/issues/38) Add documentation about how to create profiles Extra changes: * remove talkingparabola profile, it's no longer required TODO: * add braille support in OpenRC profiles 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-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-01run make_custom_airootfs inside loopsDavid 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-01sync lxde-openrc with releng-openrcDavid 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-01-18only run on x86_64David 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-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-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-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-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-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-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-16modify entire source according to archiso32David P
and remove unused configs/talkingparabola-X11 Signed-off-by: David P <megver83@parabola.nu>
2017-11-06Add configs/lxde-openrcDavid P
Remove configs/mate and configs/mate-openrc