summaryrefslogtreecommitdiff
path: root/internet-kiosk-management/man/ik_preptftpboot.8
diff options
context:
space:
mode:
Diffstat (limited to 'internet-kiosk-management/man/ik_preptftpboot.8')
-rw-r--r--internet-kiosk-management/man/ik_preptftpboot.858
1 files changed, 0 insertions, 58 deletions
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).