Removed some obsolete "hints" files; added "interfaces" file; updates to svn:ignore
This commit is contained in:
parent
52d19f4ffe
commit
415e11745c
10 changed files with 26 additions and 183 deletions
|
@ -11,9 +11,14 @@
|
|||
#
|
||||
# it should really NEVER be found on a release CD
|
||||
#
|
||||
##NOT currently called automatically in deb-live version
|
||||
#
|
||||
# NOT currently called automatically in deb-live version. You can
|
||||
# change this for your builds by creating a symbolic link
|
||||
# config/chroot_local-includes/etc/rc3.d/S90cnas-devel-features ==>
|
||||
# ==> /usr/share/cryptonas-live/devel-features.sh
|
||||
#
|
||||
# called by:
|
||||
# - /etc/init.d/S99cnas-devel-features
|
||||
# - /etc/init.d/S90cnas-devel-features
|
||||
#
|
||||
|
||||
set -eu
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
#CryptoNAS Live default /etc/network/interfaces
|
||||
#Set $CNAS_INTERFACES in config/cnas-custom-settings to override
|
||||
|
||||
|
||||
auto lo eth0
|
||||
iface lo inet loopback
|
||||
|
||||
|
||||
iface eth0 inet dhcp
|
||||
|
||||
#iface eth0 inet static
|
||||
# address 192.168.0.23
|
||||
# netmask 255.255.255.0
|
Loading…
Add table
Add a link
Reference in a new issue