A new version is out, available at http://pareto.uab.es/mcreel/PelicanHPC/download/make_pelican-v1.1 One thing I'm not happy with is the generation of the tfpboot configuration, which is the section of the script that reads
############## tftpboot stuff for nodes ########## # this section should be uncommented the first time # you make Pelican for an architecture, then commented # out, to avoid wasting time and bandwidth # LIVECDDIR="nodes/" # rm -R -f $LIVECDDIR # mkdir $LIVECDDIR # cd $LIVECDDIR # lh_config \ # -a $ARCHITECTURE \ # -b net \ # -d $DISTRIBUTION \ # --net-root-server "$PELICAN_NETWORK.1" \ # --net-root-path "/live/image" \ # --syslinux-timeout 20 # lh_clean # lh_build # cd ../ # mv $LIVECDDIR/tftpboot ./ # rm -R -f $LIVECDDIR ############## end of tftpboot stuff ################### This step only keeps the tftpboot directory, and throws away the rest (see last 2 lines). I'm wondering if there is any way to avoid making the compressed filesystem, just to save time and bandwidth. Thanks, Michael
_______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

