mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
fix #1419 rename xsce stuff to iiab
This commit is contained in:
parent
234aa4ae55
commit
3e486d7fcf
7 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# This configuration file supplements the main Apache
|
||||
# server configuration file (conf/httpd.conf). It contains the
|
||||
# configuration directives that specifically relate to the
|
||||
# XSCE Schoolserver.
|
||||
# IIAB Schoolserver.
|
||||
#
|
||||
# Some of the choices are a bit subjective, but in general directives
|
||||
# that are still valid in 2.4 are left if they override something
|
||||
|
@ -214,7 +214,7 @@ DocumentRoot "{{ doc_root }}"
|
|||
# negotiated documents. The MultiViews Option can be used for the
|
||||
# same purpose, but it is much slower.
|
||||
#
|
||||
# XSCE has both multiview and .var strategies
|
||||
# IIAB has both multiview and .var strategies
|
||||
|
||||
DirectoryIndex index.html index.html.var
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# generated by XSCE
|
||||
# generated by IIAB
|
||||
# gui_desired_network_role is {{ gui_desired_network_role }}
|
||||
|
||||
# we always want the wireless to be configured (and under bridge)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by XSCE
|
||||
# Generated by IIAB
|
||||
NAME="iiab-WAN"
|
||||
TYPE="Ethernet"
|
||||
DEFROUTE="yes"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by XSCE
|
||||
# Generated by IIAB
|
||||
TYPE=Ethernet
|
||||
BOOTPROTO=none
|
||||
BRIDGE=br0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by XSCE
|
||||
# Generated by IIAB
|
||||
{% if iiab_lan_iface == "br0" %}
|
||||
DEVICE=br0
|
||||
TYPE=Bridge
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by XSCE for wifi-slave
|
||||
# Generated by IIAB for wifi-slave
|
||||
# used mostly for the NM_CONTROLLED part
|
||||
TYPE=Ethernet
|
||||
BOOTPROTO=none
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
RACHEL README
|
||||
=============
|
||||
|
||||
This is the second pass at adding RACHEL (http://www.rachel.worldpossible.org/) to XSCE.
|
||||
This is the second pass at adding RACHEL (http://www.rachel.worldpossible.org/) to IIAB.
|
||||
It takes RACHEL in its entirety and the download must be copied manually.
|
||||
This version is based on rachelusb_32EN_3.1.5.zip.
|
||||
|
||||
|
|
Loading…
Reference in a new issue