source: trunk/examples/98all.pxeconfig @ 190

Last change on this file since 190 was 190, checked in by bas, 13 years ago

added post install example

File size: 434 bytes
Line 
1#!/bin/sh
2
3#
4#   This example provided by:
5#       Ole Holm Nielsen
6#
7
8# To be used with the pxeconfig tool.
9# Remove the <hex_ipaddr> file from the pxelinux.cfg directory
10# so the client will boot from disk.
11# Get pxeconfig from ftp://ftp.sara.nl/pub/outgoing/pxeconfig.tar.gz
12
13# Get the Systemimager variables
14. /tmp/post-install/variables.txt
15
16telnet $IMAGESERVER 6611
17sleep 1
18
19# For debugging
20# echo "sleep 30"
21# sleep 30
22
23exit 0
Note: See TracBrowser for help on using the repository browser.