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
3fec5012
Commit
3fec5012
authored
Mar 10, 2017
by
David Thurstenson
Committed by
Gerardo Exequiel Pozzi
Mar 14, 2017
Browse files
Handle case where ip=dhcp
Signed-off-by:
David Thurstenson
<
thurstylark@gmail.com
>
parent
ae854ed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/initcpio/hooks/archiso_pxe_common
View file @
3fec5012
...
...
@@ -22,7 +22,11 @@ run_hook () {
break
fi
done
ip
=
"
${
ip
}
::
${
bootif_dev
}
"
if
[[
"
${
ip
}
"
==
"dhcp"
]]
;
then
ip
=
":::::
${
bootif_dev
}
:dhcp"
else
ip
=
"
${
ip
}
::
${
bootif_dev
}
"
fi
fi
# setup network and save some values
...
...
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