blob: f45caffb8774c1441e79d3b113503420fb823363 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
'\" -*- 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).
|