summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/profiledef.sh
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-19 17:14:30 -0400
committerDavid P <megver83@parabola.nu>2020-08-19 18:21:51 -0400
commit72ad84dfbc2593a5c143df6a3976ac5359167483 (patch)
treed603f598562f8bc88963eae54a6ad47c64852b2c /configs/lxde-openrc/profiledef.sh
parentd51ab687e642ab1c44f0843d4fe4b024819762ed (diff)
sync with archiso, add timeout for i686 syslinux menus
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
Diffstat (limited to 'configs/lxde-openrc/profiledef.sh')
-rw-r--r--configs/lxde-openrc/profiledef.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/lxde-openrc/profiledef.sh b/configs/lxde-openrc/profiledef.sh
new file mode 100644
index 0000000..c86b846
--- /dev/null
+++ b/configs/lxde-openrc/profiledef.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+# shellcheck disable=SC2034
+
+iso_name="parabola-openrc-lxde"
+iso_label="PARA_$(date +%Y%m)"
+iso_publisher="Parabola GNU/Linux-libre <https://www.parabola.nu>"
+iso_application="Parabola GNU/Linux-libre Live/Rescue CD"
+iso_version="$(date +%Y.%m.%d)"
+install_dir="parabola"
+bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.refind.esp' 'uefi-x64.refind.eltorito')
+arch="dual"
+pacman_conf="pacman.conf"