Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
Mkinitcpio
mkinitcpio-archiso
Commits
756c9dbe
Commit
756c9dbe
authored
Apr 06, 2021
by
Simon Wilper
Browse files
Fence add_binary for pv
parent
c42ce636
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/archiso
View file @
756c9dbe
...
...
@@ -18,7 +18,12 @@ build() {
add_binary
truncate
add_binary gpg
add_binary
grep
add_binary pv
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment