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
archiso
Commits
43a8571a
Commit
43a8571a
authored
Jun 30, 2016
by
Christian Hesse
😜
Committed by
Gerardo Exequiel Pozzi
Jul 05, 2016
Browse files
always set copytoram for pxe boot via http
Signed-off-by:
Christian Hesse
<
mail@eworm.de
>
parent
e43bb7ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/initcpio/hooks/archiso_pxe_http
View file @
43a8571a
...
...
@@ -3,6 +3,10 @@
run_hook
()
{
if
[[
-n
"
${
ip
}
"
&&
-n
"
${
archiso_http_srv
}
"
]]
;
then
# booting with http is always copy-to-ram, so set here to make sure
# addresses are flushed and interface is set down
copytoram
=
"y"
archiso_http_srv
=
$(
eval echo
${
archiso_http_srv
}
)
[[
-z
"
${
archiso_http_spc
}
"
]]
&&
archiso_http_spc
=
"75%"
...
...
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