create loopback service

The loopback service handles the basic settings for the loopback
interface, regardless of the network manager you are using.
This commit is contained in:
William Hubbs
2013-04-08 12:46:51 -05:00
parent 9314ac64ea
commit 56f1752ce1
4 changed files with 42 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
BOOT= bootmisc fsck hostname localmount \
BOOT= bootmisc fsck hostname localmount loopback \
root swap swapfiles sysctl urandom ${BOOT-${OS}}
DEFAULT= local netmount
SHUTDOWN= savecache ${SHUTDOWN-${OS}}