Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
e3216a33
Commit
e3216a33
authored
22 years ago
by
Mike Hibler
Browse files
Options
Downloads
Patches
Plain Diff
add "-c 16" to avoid warnings
parent
eb6e4f71
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cdrom/rc.cdroot
+4
-4
4 additions, 4 deletions
cdrom/rc.cdroot
with
4 additions
and
4 deletions
cdrom/rc.cdroot
+
4
−
4
View file @
e3216a33
...
...
@@ -49,7 +49,7 @@ chkerr() {
#
# Create a real /tmp
#
/sbin/mount_mfs -s 8192 -b 8192 -f 1024 -i 1024 -T minimum dummy /tmp
/sbin/mount_mfs -s 8192 -b 8192 -f 1024 -i 1024
-c 16
-T minimum dummy /tmp
chkerr $? "MFS mount on /tmp"
#
...
...
@@ -58,7 +58,7 @@ chkerr $? "MFS mount on /tmp"
/usr/site/bin/hier cp /etc /tmp/etc
chkerr $? "hier cp /etc to /tmp/etc"
/sbin/mount_mfs -s 8192 -b 8192 -f 1024 -T minimum dummy /etc
/sbin/mount_mfs -s 8192 -b 8192 -f 1024
-c 16
-T minimum dummy /etc
chkerr $? "MFS mount on /etc"
/usr/site/bin/hier cp /tmp/etc /etc
...
...
@@ -73,7 +73,7 @@ chkerr $? "rm -rf /tmp/etc"
/usr/site/bin/hier cp /var /tmp/var
chkerr $? "hier cp /var to /tmp/var"
/sbin/mount_mfs -s 8192 -b 8192 -f 1024 -T minimum dummy /var
/sbin/mount_mfs -s 8192 -b 8192 -f 1024
-c 16
-T minimum dummy /var
chkerr $? "MFS mount on /var"
/usr/site/bin/hier cp /tmp/var /var
...
...
@@ -88,7 +88,7 @@ chkerr $? "rm -rf /tmp/var"
/usr/site/bin/hier cp /dev /tmp/dev
chkerr $? "hier cp /dev to /tmp/dev"
/sbin/mount_mfs -s 8192 -b 8192 -f 1024 -i 1024 -T minimum dummy /dev
/sbin/mount_mfs -s 8192 -b 8192 -f 1024 -i 1024
-c 16
-T minimum dummy /dev
chkerr $? "MFS mount on /dev"
/usr/site/bin/hier cp /tmp/dev /dev
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment