diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-04-08 12:46:51 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-04-08 12:46:51 -0500 |
commit | 56f1752ce1899c455b9e97ac73da9bd68fbab2b9 (patch) | |
tree | 0b03782d3383ec913f99e9226b01050aee624d7c /runlevels/Makefile | |
parent | 9314ac64ead736c3e2b0d990a8b7030c16013993 (diff) |
create loopback service
The loopback service handles the basic settings for the loopback
interface, regardless of the network manager you are using.
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index 7bcf29fe..6eb84ca8 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -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}} |