/[fai]/trunk/debian/fai-nfsroot.preinst
ViewVC logotype

Contents of /trunk/debian/fai-nfsroot.preinst

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2981 - (hide annotations) (download)
Thu Nov 3 21:58:57 2005 UTC (7 years, 7 months ago) by lange
File size: 356 byte(s)
move start-stop-daemon from fai-nfsroot to fai-start-stop-daemon in
fai-server, check if fai-nfsroot will be installed inside the FAI nfsroot
1 lange 2940 #!/bin/sh -e
2    
3 lange 2981 if [ -f /.THIS_IS_THE_FAI_NFSROOT ];then
4     echo "I'm only installable in a FAI nfsroot."
5     exit 1
6     fi
7    
8 lange 2940 dpkg-divert --package fai-nfsroot --add --rename /etc/dhcp3/dhclient-script
9     dpkg-divert --package fai-nfsroot --add --rename /etc/dhcp3/dhclient.conf
10     dpkg-divert --package fai-nfsroot --add --rename /etc/init.d/rcS
11 lange 2954
12     #DEBHELPER#
13    
14     exit 0

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5