summaryrefslogtreecommitdiff
path: root/internet-kiosk-management
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-09-13 09:25:32 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-09-13 09:25:32 +0200
commit06ed837da0463012a4b4690c487c61b17b3f7867 (patch)
tree7f52412b46d6ed08fa0b5156ce0d2f7472249b3f /internet-kiosk-management
parent652e74de6c1f309f2a781ee6f7aa44fbd1e37884 (diff)
downloadinternet-kiosk-06ed837da0463012a4b4690c487c61b17b3f7867.tar.gz
internet-kiosk-06ed837da0463012a4b4690c487c61b17b3f7867.tar.bz2
internet-kiosk-06ed837da0463012a4b4690c487c61b17b3f7867.zip
Provide a README.hostname file in doc folder of internet-kiosk-management.
Diffstat (limited to 'internet-kiosk-management')
-rw-r--r--internet-kiosk-management/README.hostname38
1 files changed, 38 insertions, 0 deletions
diff --git a/internet-kiosk-management/README.hostname b/internet-kiosk-management/README.hostname
new file mode 100644
index 0000000..064b3c9
--- /dev/null
+++ b/internet-kiosk-management/README.hostname
@@ -0,0 +1,38 @@
+Accept IK terminal hostname from DHCP/DNS server
+------------------------------------------------
+
+Inside the IK diskless terminal chroot you find an
+/etc/hostname file.
+
+With some DHCP/DNS setups the hostname gets set during
+PXE boot and if /etc/hostname is missing, the hostname
+will be kept as is.
+
+If you want to use that feature:
+
+ $ ik_shell
+ (chroot)$ rm -f /etc/hostname
+ (chroot)$ exit
+
+
+Generic Linux networks (isc-dhcp-server, bind):
+-----------------------------------------------
+ToDo. Anyone can give good information on how to setup
+the DHCP/DNS services to make that work?
+
+
+Debian Edu
+----------
+In Debian Edu networks you can remove /etc/hostname inside th
+chroot and then the hostname gets set during PXE boot.
+
+
+Windows DHCP server
+-------------------
+By default, the Windows DHCP server does not provide a hostname
+via PXE boot. So, in this case you should keep /etc/hostname.
+
+
+light+love,
+Mike Gabriel, 20120913
+