index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2021-05-29 10:47:24 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-05-29 10:47:24 +0200 |
commit | e3a7f02385f23b6111ca7601b49e5ef43c02b3ba (patch) | |
tree | 409c97a50854cb92267c8176c0a8fcb2deba0b68 /archiso/initcpio/install | |
parent | 28ab118099b19f76ff1937776400a2bb7f8b09bb (diff) | |
parent | 31427eca7a3a6eea80fa2e3910e5805bee14c0c4 (diff) |
-rw-r--r-- | archiso/initcpio/install/archiso | 6 |
diff --git a/archiso/initcpio/install/archiso b/archiso/initcpio/install/archiso index 74948c7..c64e10e 100644 --- a/archiso/initcpio/install/archiso +++ b/archiso/initcpio/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 |