eropp wrote:
1. to add (possible commented) option
-----lh_config -b usb-hdd----
after line 133 (----lh_config -a "$ARCHITECTURE"----) to work with usb-flash-drive not with CD.
I will add this line to the script, but commented out, and I'll add some documentation that explains how a USB key image may be used. EDIT: this should go in the part for the frontend, not the nodes.
eropp wrote:
2.to add
---- sudo ln -s /usr/lib/openmpi/lib/libopen-rte.so.0.0.0 /usr/lib/openmpi/lib/liborte.so.0----
---- sudo ln -s /usr/lib/openmpi/lib/libopen-pal.so.0.0.0 /usr/lib/openmpi/lib/libopal.so.0----
both after line 254(----echo "/usr/bin/startx" >> /home/user/.bash_profile----) and
after line 262(----echo "\$myip is up" > /home/user/tmp/\$myip----) for compatibility with
software compiled using openmpi mpicc v<1.2.6
Sure, no problem. I'll add that and it will be on the next release.
eropp wrote:
3. not to use kate as an editor needed ('couse of it usage in the script). A lot of people('n'so does me) hate it.
I think that it only appears in the script in the place where of .octaverc is written out. Anyone can edit .octaverc on a running Pelican frontend and change that to whatever editor they like (might also need to do apt-get install foo from the running Pelican frontend to make the editor available). So I don't think this one needs fixing.
eropp wrote:
4. Building the script takes about 3 hours 'couse of my slow inet. Is there any posibility to download all needed once and after that enjoy trying to modify script using mostly local resources(packages)?
The packages are cached locally after the first build, so the second build is faster. There is room for improving this, though. Check the Debian Live wiki, it has the details.
I'm glad you find it useful, and thanks for the suggestions. Cheers, M.