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
4fefc89d
Commit
4fefc89d
authored
Feb 03, 2005
by
Mike Hibler
Browse files
Fix the path where the "runlilo" file gets placed.
Was using $BOOTDIR which is different in the frisbee MFS than anywhere else.
parent
d3fed9f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/slicefix
View file @
4fefc89d
#!/bin/sh
#!/bin/sh
#
#
# EMULAB-COPYRIGHT
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
# All rights reserved.
#
#
...
@@ -106,7 +106,11 @@ dolinux() {
...
@@ -106,7 +106,11 @@ dolinux() {
umount
$rootdev
umount
$rootdev
return
1
return
1
}
}
cp
/dev/null /mnt/
$BOOTDIR
/runlilo
# XXX note the hardwired path, cannot use BOOTDIR as it is different
# in frisbee MFS. This also assumes Linux partition is one big
# filesystem.
cp
/dev/null /mnt/var/emulab/boot/runlilo
umount
$rootdev
umount
$rootdev
...
...
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