Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install/archiso
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-05-29 10:47:24 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-05-29 10:47:24 +0200
commitfa48377c8c3994b63657e03273e7f75c15bc10c9 (patch)
tree9887dbed475a63c0f204101b9afc1150ba914e91 /install/archiso
parent3a5877d9f913d1151e8f729a46a7ecef643252b0 (diff)
parent756c9dbeb6d693158587ae6e0116156ef5aa1af6 (diff)
Merge remote-tracking branch 'sxw/copytoram'
* sxw/copytoram: Apply copytoram Boot Option Menu Entries also to releng Fence add_binary for pv Reorder UEFI boot menu entries Update README.bootparams Apply 1 suggestion(s) to 1 file(s) add optional pv tool
Diffstat (limited to 'install/archiso')
-rw-r--r--install/archiso6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/archiso b/install/archiso
index 74948c7..c64e10e 100644
--- a/install/archiso
+++ b/install/archiso
@@ -19,6 +19,12 @@ build() {
add_binary gpg
add_binary grep
+ if command -v pv > /dev/null 2>&1; then
+ add_binary pv
+ else
+ warning 'pv not found; falling back to cp for copy to RAM'
+ fi
+
add_file /usr/lib/udev/rules.d/60-cdrom_id.rules
add_file /usr/lib/udev/rules.d/10-dm.rules
add_file /usr/lib/udev/rules.d/95-dm-notify.rules