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
d7443646
Commit
d7443646
authored
Jul 07, 2005
by
Mike Hibler
Browse files
Always run slicefix. Trying to be selective was causing grief with
the POS pc2Uwifi nodes.
parent
dc643202
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/rc.frisbee
View file @
d7443646
...
...
@@ -217,14 +217,8 @@ if [ x"$ADDRESS" != x ]; then
echo
"Frisbee run finished"
echo
"Resizing final disk partition"
$BINDIR
/growdisk
-vW
/dev/
$DISK
#
# XXX limit the use of slicefix for now to just
# those machines with SATA/SCSI as their root disk
#
if
[
-x
$BINDIR
/slicefix
-a
"
$DISK
"
!=
"ad0"
]
;
then
echo
"Adjusting slice-related files"
;
$BINDIR
/slicefix
$PARTITION
$DISK
fi
echo
"Adjusting slice-related files"
$BINDIR
/slicefix
$PARTITION
$DISK
echo
"Image load complete"
$BINDIR
/tmcc state RELOADDONE
...
...
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