Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tallero Tallero
mkinitcpio-archiso
Commits
aef08939
Verified
Commit
aef08939
authored
Jun 09, 2022
by
Tallero Tallero
Browse files
fix
parent
96043616
Pipeline
#20308
passed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hooks/archiso
View file @
aef08939
...
...
@@ -98,7 +98,7 @@ _mnt_dev() {
msg
":: Mounting '
${
dev
}
' to '
${
mnt
}
'"
if
!
[
-
d
"
${
dev
}
"
]
;
then
if
mountpoint
-
q
"
${
dev
}
"
;
then
while
!
poll_device
"
${
dev
}
"
30
;
do
echo
"ERROR: '
${
dev
}
' device did not show up after 30 seconds..."
echo
" Falling back to interactive prompt"
...
...
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