repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
etc
/
rc.d
/
root
blob
e09359ff018a7fb32ba8f2fa382682243165cba1
1
#!/bin/sh
2
#
3
# $NetBSD: root,v 1.3 2004/08/13 18:08:03 mycroft Exp $
4
#
5
6
# PROVIDE: root
7
# REQUIRE: fsck_root
8
9
$_rc_subr_loaded
.
/
etc
/
rc.subr
10
11
name
=
"root"
12
start_cmd
=
"root_start"
13
stop_cmd
=
":"
14
15
root_start
()
16
{
17
umount
-a
>/
dev
/
null
2
>&
1
18
mount
/
19
rm
-f
/
fastboot
20
}
21
22
load_rc_config
$name
23
run_rc_command
"
$1
"