| 5 |
# postinst -- setup fai |
# postinst -- setup fai |
| 6 |
# |
# |
| 7 |
# This script is part of FAI (Fully Automatic Installation) |
# This script is part of FAI (Fully Automatic Installation) |
| 8 |
# Copyright (c) 2000-2005 by Thomas Lange, Universitaet zu Koeln |
# Copyright (c) 2000-2006 by Thomas Lange, Universitaet zu Koeln |
| 9 |
#********************************************************************* |
#********************************************************************* |
| 10 |
# |
# |
| 11 |
# see: dh_installdeb(1) |
# see: dh_installdeb(1) |
| 35 |
configure) |
configure) |
| 36 |
|
|
| 37 |
[ -d /srv/tftp/fai ] || mkdir -p /srv/tftp/fai |
[ -d /srv/tftp/fai ] || mkdir -p /srv/tftp/fai |
| 38 |
echo "Now edit fai.conf, make-fai-nfsroot.conf and sources.list in /etc/fai and call fai-setup." |
echo "You might want to edit fai.conf and make-fai-nfsroot.conf in /etc/fai or" |
| 39 |
echo "Especially, you'll have to replace the placeholder INSTALLSERVER in /etc/fai/fai.conf." |
echo "go with the defaults. You should edit /etc/fai/apt/sources.list" |
| 40 |
|
echo "for faster access to a package repository." |
| 41 |
;; |
;; |
| 42 |
|
|
| 43 |
abort-upgrade|abort-remove|abort-deconfigure) |
abort-upgrade|abort-remove|abort-deconfigure) |