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
dd51457d
Commit
dd51457d
authored
Jan 30, 2021
by
Michael Vorburger.ch
Committed by
David Runge
Jan 31, 2021
Browse files
rm un-used set_image() dupe of check_image() in run_archiso.sh
parent
23c5d52b
Pipeline
#4990
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/run_archiso.sh
View file @
dd51457d
...
...
@@ -115,18 +115,6 @@ run_image() {
-no-reboot
}
set_image
()
{
if
[[
-z
"
$image
"
]]
;
then
printf
'ERROR: %s\n'
"Image name can not be empty."
exit
1
fi
if
[[
!
-f
"
$image
"
]]
;
then
printf
'ERROR: %s\n'
"Image (
${
image
}
) does not exist."
exit
1
fi
image
=
"
$1
"
}
image
=
''
oddimage
=
''
accessibility
=
''
...
...
Write
Preview
Markdown
is supported
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