Fix example, we do not need NO_MAKEDEV_RUN any more.
XXX: this example should be updated with a good example of devfs(8) rules.
This commit is contained in:
parent
f33aca987b
commit
c0dc344665
@ -62,7 +62,7 @@ cd /usr/src
|
||||
mkdir -p $D
|
||||
make world DESTDIR=$D
|
||||
cd etc
|
||||
make distribution DESTDIR=$D -DNO_MAKEDEV_RUN
|
||||
make distribution DESTDIR=$D
|
||||
cd $D/dev
|
||||
sh MAKEDEV jail
|
||||
cd $D
|
||||
|
Loading…
Reference in New Issue
Block a user