1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

fix #1419 rename xsce stuff to iiab

This commit is contained in:
Anish Mangal 2020-01-06 13:58:48 +00:00
parent 234aa4ae55
commit 3e486d7fcf
7 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# This configuration file supplements the main Apache # This configuration file supplements the main Apache
# server configuration file (conf/httpd.conf). It contains the # server configuration file (conf/httpd.conf). It contains the
# configuration directives that specifically relate to the # configuration directives that specifically relate to the
# XSCE Schoolserver. # IIAB Schoolserver.
# #
# Some of the choices are a bit subjective, but in general directives # 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 # 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 # negotiated documents. The MultiViews Option can be used for the
# same purpose, but it is much slower. # 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 DirectoryIndex index.html index.html.var

View file

@ -1,4 +1,4 @@
# generated by XSCE # generated by IIAB
# gui_desired_network_role is {{ gui_desired_network_role }} # gui_desired_network_role is {{ gui_desired_network_role }}
# we always want the wireless to be configured (and under bridge) # we always want the wireless to be configured (and under bridge)

View file

@ -1,4 +1,4 @@
# Generated by XSCE # Generated by IIAB
NAME="iiab-WAN" NAME="iiab-WAN"
TYPE="Ethernet" TYPE="Ethernet"
DEFROUTE="yes" DEFROUTE="yes"

View file

@ -1,4 +1,4 @@
# Generated by XSCE # Generated by IIAB
TYPE=Ethernet TYPE=Ethernet
BOOTPROTO=none BOOTPROTO=none
BRIDGE=br0 BRIDGE=br0

View file

@ -1,4 +1,4 @@
# Generated by XSCE # Generated by IIAB
{% if iiab_lan_iface == "br0" %} {% if iiab_lan_iface == "br0" %}
DEVICE=br0 DEVICE=br0
TYPE=Bridge TYPE=Bridge

View file

@ -1,4 +1,4 @@
# Generated by XSCE for wifi-slave # Generated by IIAB for wifi-slave
# used mostly for the NM_CONTROLLED part # used mostly for the NM_CONTROLLED part
TYPE=Ethernet TYPE=Ethernet
BOOTPROTO=none BOOTPROTO=none

View file

@ -2,7 +2,7 @@
RACHEL README 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. It takes RACHEL in its entirety and the download must be copied manually.
This version is based on rachelusb_32EN_3.1.5.zip. This version is based on rachelusb_32EN_3.1.5.zip.