Last change
on this file since 457 was
457,
checked in by dennis, 9 years ago
|
Added some post-install examples for grub/grub2 and pxeconfig
|
-
Property svn:keywords set to
Id URL
|
File size:
530 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # SVN Info: |
---|
4 | # - $Id: 98all.pxeconfig 457 2012-03-02 07:51:33Z dennis $ |
---|
5 | # - $URL: trunk/example/post-install/98all.pxeconfig $ |
---|
6 | |
---|
7 | # |
---|
8 | # This example provided by: |
---|
9 | # Ole Holm Nielsen |
---|
10 | # |
---|
11 | |
---|
12 | # To be used with the pxeconfig tool. |
---|
13 | # Remove the <hex_ipaddr> file from the pxelinux.cfg directory |
---|
14 | # so the client will boot from disk. |
---|
15 | # Get pxeconfig from ftp://ftp.sara.nl/pub/outgoing/pxeconfig.tar.gz |
---|
16 | # Documentation at: https://subtrac.sara.nl/oss/pxeconfig |
---|
17 | |
---|
18 | # Get the Systemimager variables |
---|
19 | . /tmp/post-install/variables.txt |
---|
20 | |
---|
21 | telnet $IMAGESERVER 6611 |
---|
22 | sleep 1 |
---|
23 | |
---|
24 | # For debugging |
---|
25 | # echo "sleep 30" |
---|
26 | # sleep 30 |
---|
27 | |
---|
28 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.