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
ca288915
Commit
ca288915
authored
May 26, 2016
by
Christian Hesse
😜
Committed by
Gerardo Exequiel Pozzi
May 27, 2016
Browse files
do not declare bootif_dev local
Signed-off-by:
Christian Hesse
<
mail@eworm.de
>
parent
1bd3d4ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/initcpio/hooks/archiso_pxe_common
View file @
ca288915
# vim: set ft=sh:
run_hook
()
{
local
i net_mac bootif_mac bootif_dev
# Do *not* declare 'bootif_dev' local! We need it in run_latehook().
local
i net_mac bootif_mac
# These variables will be parsed from /tmp/net-*.conf generated by ipconfig
local
DEVICE
local
IPV4ADDR IPV4BROADCAST IPV4NETMASK IPV4GATEWAY IPV4DNS0 IPV4DNS1
...
...
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