Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c37fde59
Commit
c37fde59
authored
Aug 09, 2003
by
Leigh B. Stoller
Browse files
Minor fix; missing double quotes.
parent
7995402f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cdrom/waboot/waipconfig.pl
View file @
c37fde59
...
...
@@ -660,8 +660,7 @@ sub WriteRCFiles()
print
CONFIG
"
#
\n
";
print
CONFIG
"
# DO NOT EDIT! This file is autogenerated at reboot.
\n
";
print
CONFIG
"
#
\n
";
print
CONFIG
"
network_interfaces=
\"
"
.
"
\$
network_interfaces
$config
{'interface'}
\"\n
";
print
CONFIG
"
network_interfaces=
\"
lo0
$config
{'interface'}
\"\n
";
print
CONFIG
"
# Netbed info
\n
";
print
CONFIG
"
netbed_disk=
\"
$rawbootdisk
\"\n
";
...
...
@@ -669,8 +668,8 @@ sub WriteRCFiles()
# Its very simple if using DHCP!
#
if
(
$dodhcp
)
{
print
CONFIG
"
netbed_IP=
$DHCPTAG
\"\n
";
print
CONFIG
"
ifconfig_
$config
{interface}=
\"
DHCP
\"\n
";
print
CONFIG
"
netbed_IP=
\"
$DHCPTAG
\"\n
";
print
CONFIG
"
ifconfig_
$config
{interface}=
\"
$
DHCP
TAG
\"\n
";
close
(
CONFIG
);
return
0
;
}
...
...
Write
Preview
Supports
Markdown
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