#------------------------------------------------------------------------------ # Copyright (c) 2001-2010 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2010-10-04 jed # Last Update: $Id: $ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 # - needs the following library packages to be build: libslang libnewt # - needs the following packages to be build: ### download wget http://sourceforge.net/settings/mirror_choices?projectname=partimage&filename=stable/0.6.9/partimage-0.6.9.tar.bz2 ### extract tar xvjf partimage-0.6.9.tar.bz2 # certificate path patchen cd ./partimage-0.6.9/src/shared cp pathnames.h pathnames.h.ORG # modifify certificate/key file names and pathes # default settings: // used by SSL. #define CERTF "/etc/partimaged/partimaged.cert" #define KEYF "/etc/partimaged/partimaged.key" # required settings: // used by SSL. #define CERTF "/usr/local/ssl/certs/partimaged.pem" #define KEYF "/usr/local/ssl/private/partimaged.key" ### build ./configure --prefix=/usr --sysconfdir=/etc --disable-nls --enable-pam --enable-static make strip -s ./src/client/partimage strip -s ./src/server/partimaged