Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
c9cdb6d4
Commit
c9cdb6d4
authored
Jan 05, 2021
by
Simon Wilper
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
bb503b90
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/initcpio/hooks/archiso
View file @
c9cdb6d4
...
...
@@ -72,7 +72,7 @@ _mnt_sfs() {
# in case we have pv use it to display copy progress feedback otherwise
# fallback to using plain cp
if
[
-x
/usr/bin/pv
]
;
then
if
command
-v
pv
>
/dev/null 2>&1
;
then
echo
""
(
pv
"
${
img
}
"
>
"/run/archiso/copytoram/
${
img_fullname
}
"
)
local
rc
=
$?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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