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
df145ccc
Commit
df145ccc
authored
Jun 05, 2003
by
Leigh B. Stoller
Browse files
Minor fix to make sure /users is not left out of /etc/fstab.
parent
39083d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/cdromcheckin.php3
View file @
df145ccc
...
...
@@ -258,7 +258,10 @@ if (strcmp($privIP, "1.1.1.1")) {
$upgrade_instructions
=
"slice1_image=slice1.ndz
\n
"
.
"slice1_sig=slice1.ndz.sig
\n
"
.
"slice1_md5=d326a1f604489c43b488fa80a88221f4"
;
"slice1_md5=d326a1f604489c43b488fa80a88221f4
\n
"
.
"slicex_slice=3
\n
"
.
"slicex_mount=/users"
;
break
;
default
:
SPITSTATUS
(
CDROMSTATUS_UPGRADEERROR
);
...
...
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