summaryrefslogtreecommitdiff
path: root/internet-kiosk-management/man
diff options
context:
space:
mode:
Diffstat (limited to 'internet-kiosk-management/man')
-rw-r--r--internet-kiosk-management/man/ik_cleanup.833
-rw-r--r--internet-kiosk-management/man/ik_create.835
-rw-r--r--internet-kiosk-management/man/ik_preptftpboot.858
-rw-r--r--internet-kiosk-management/man/ik_shell.831
-rw-r--r--internet-kiosk-management/man/ik_update.837
-rw-r--r--internet-kiosk-management/man/ik_upgrade.830
6 files changed, 0 insertions, 224 deletions
diff --git a/internet-kiosk-management/man/ik_cleanup.8 b/internet-kiosk-management/man/ik_cleanup.8
deleted file mode 100644
index 602eabd..0000000
--- a/internet-kiosk-management/man/ik_cleanup.8
+++ /dev/null
@@ -1,33 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH ik_cleanup 8 "17 Aug 2012" "Version 0.0.1.x" "Internet Kiosk"
-.SH NAME
-ik_cleanup \- Removes the Internet Kiosk Diskless Terminal environment from the PXE server.
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBik_cleanup\fR
-
-.SH DESCRIPTION
-This helper script removes the complete Internet Kiosk Diskless Terminal from your system. The script will
-ask you to confirm the removal action.
-
-Use with care!!!
-.PP
-.SH OPTIONS
-\fBik_cleanup\fR has no known options.
-.PP
-.SH FILES
-/etc/internet-kiosk/ik_settings
- Configuration file for ik_* scripts.
-
-.PP
-.SH AUTHOR
-This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the
-Debian Edu project (http://wiki.debian.org/DebianEdu).
diff --git a/internet-kiosk-management/man/ik_create.8 b/internet-kiosk-management/man/ik_create.8
deleted file mode 100644
index 7f6d97b..0000000
--- a/internet-kiosk-management/man/ik_create.8
+++ /dev/null
@@ -1,35 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH ik_create 8 "17 Aug 2012" "Version 0.0.1.x" "Internet Kiosk"
-.SH NAME
-ik_create \- Create an Internet Kiosk Diskless Terminal chroot Environment.
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBik_create\fR
-
-.SH DESCRIPTION
-This helper script creates a bootable system for Internet Kiosk Diskless Terminals.
-.PP
-\fBNOTE:\fR Use this script for
-building your own Internet Kiosk Diskless Terminal environment.
-.PP
-Run this script on a dedicated PXE/Etherboot server that shall provide bootable Internet Kiosk terminals
-over your local area network.
-.PP
-.SH OPTIONS
-\fBik_create\fR has no known options.
-.PP
-.SH FILES
-/etc/internet-kiosk/ik_settings
- Configuration file for ik_* scripts.
-.PP
-.SH AUTHOR
-This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the Debian Edu project
-(http://wiki.debian.org/DebianEdu).
diff --git a/internet-kiosk-management/man/ik_preptftpboot.8 b/internet-kiosk-management/man/ik_preptftpboot.8
deleted file mode 100644
index f45caff..0000000
--- a/internet-kiosk-management/man/ik_preptftpboot.8
+++ /dev/null
@@ -1,58 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH ik_preptftpboot 8 "17 Aug 2012" "Version 0.0.1.x" "Internet Kiosk"
-.SH NAME
-ik_preptftpboot \- Prepare PXE/Syslinux Boot Environment (delivered via tftpd) on a Internet Kiosk PXE Server.
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBik_preptftpboot\fR
-
-.SH DESCRIPTION
-This helper script prepares Internet Kiosk's PXE/Syslinux boot environment.
-.PP
-Please run the \fBik_create\fR helper script first before you run this script. After that
-return back to this script.
-.PP
-This script can only be called if the PXE boot dir (default: /srv/tftp) does not already
-contain any other PXE/Syslinux boot environment.
-
-.SH MANUAL STEPS AFTER SCRIPT HAS RUN
-At the end of \fBik_preptftpboot\fR 2-3 manual steps are still needed (as displayed by
-the script itself when run)... The $IK_* variables mentioned in the text below have to be
-obtained from \fI/etc/internet-kiosk/ik_settings\fR.
-.TP
-1. Make sure your DHCP server's configuration points to:
-
-next-server <IP-or-hostname-of-this-server>;
-
-filename '/pxelinux.0';
-.TP
-2. Export the Internet Kiosk chroot environment via NFSv3:
-Add the line below to /etc/exports and then restart your NFS server with:
-/etc/init.d/nfs-kernel-server restart.
-
-$IK_CHROOT <network>(ro,async,no_root_squash,no_subtree_check)
-.TP
-3. Customize PXE/Syslinux files in $IK_TFTP_BOOT/ (optional):
-Customize PXE boot menu, take a look at $IK_TFTP_BOOT/default.cfg
-and proceed from there on...
-
-Use your own boot loader background image: 640x480px,
-16bit colour depth, file: $IK_TFTP_BOOT/ik-dte.png
-.SH OPTIONS
-\fBik_pretftpboot\fR has no known options.
-.PP
-.SH FILES
-/etc/internet-kiosk/ik_settings
- Configuration file for ik_* scripts.
-.PP
-.SH AUTHOR
-This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the Debian Edu project
-(http://wiki.debian.org/DebianEdu).
diff --git a/internet-kiosk-management/man/ik_shell.8 b/internet-kiosk-management/man/ik_shell.8
deleted file mode 100644
index 30457d2..0000000
--- a/internet-kiosk-management/man/ik_shell.8
+++ /dev/null
@@ -1,31 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH ik_shell 8 "17 Aug 2012" "Version 0.0.1.x" "Internet Kiosk"
-.SH NAME
-ik_shell \- Opens a shell within the Internet Kiosk Diskless Terminal chroot Environment.
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBik_shell\fR
-
-.SH DESCRIPTION
-This helper script opens a shell within the Internet Kiosk Diskless Terminal chroot environment.
-.PP
-\fBNOTE:\fR Use this script to perform maintenance work within your Internet Kiosk Diskless Terminal chroot.
-.PP
-.SH OPTIONS
-\fBik_shell\fR has no known options.
-.PP
-.SH FILES
-/etc/internet-kiosk/ik_settings
- Configuration file for ik_* scripts.
-.PP
-.SH AUTHOR
-This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the Debian Edu project
-(http://wiki.debian.org/DebianEdu).
diff --git a/internet-kiosk-management/man/ik_update.8 b/internet-kiosk-management/man/ik_update.8
deleted file mode 100644
index a1445a0..0000000
--- a/internet-kiosk-management/man/ik_update.8
+++ /dev/null
@@ -1,37 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH ik_update 8 "17 Aug 2012" "Version 0.0.1.x" "Internet Kiosk"
-.SH NAME
-ik_update \- Updates the Internet Kiosk Diskless Terminal configuration.
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBik_update\fR
-
-.SH DESCRIPTION
-This helper script updates the configuration of your Internet Kiosk Diskless Terminal environment (browser profile, etc.).
-.PP
-.SH OPTIONS
-\fBik_update\fR has no known options.
-.PP
-.SH FILES
-.TP
-/etc/internet-kiosk/ik_settings
-Configuration file for ik_* scripts.
-.TP
-/usr/share/internet-kiosk/ik_init
-Script that prepares tmpfs filespace within the Internet Kiosk Diskless Terminal on startup.
-.TP
-/usr/share/internet-kiosk/ik_start
-Script that launches and configures the web browser within Internet Kiosk.
-
-.PP
-.SH AUTHOR
-This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the Debian Edu project
-(http://wiki.debian.org/DebianEdu).
diff --git a/internet-kiosk-management/man/ik_upgrade.8 b/internet-kiosk-management/man/ik_upgrade.8
deleted file mode 100644
index d13fd88..0000000
--- a/internet-kiosk-management/man/ik_upgrade.8
+++ /dev/null
@@ -1,30 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH ik_upgrade 8 "17 Aug 2012" "Version 0.0.1.x" "Internet Kiosk"
-.SH NAME
-ik_upgrade \- Upgrade the Internet Kiosk Diskless Terminal software.
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBik_upgrade\fR
-
-.SH DESCRIPTION
-This helper script performs a package upgrade within the Internet Kiosk Diskless Terminal chroot. Use this script to update/upgrade your
-Internet Kiosk terminal's software.
-.PP
-.SH OPTIONS
-\fBik_upgrade\fR has no known options.
-.PP
-.SH FILES
-/etc/internet-kiosk/ik_settings
- Configuration file for ik_* scripts.
-.PP
-.SH AUTHOR
-This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the Debian Edu project
-(http://wiki.debian.org/DebianEdu).