source: ProjectBuilder/projects/fossology/pbconf/trunk/pbve.pre

Last change on this file was 796, checked in by Bruno Cornec, 15 years ago
  • New fixes for fossology build
  • Property svn:executable set to *
File size: 216 bytes
Line 
1#
2# Additional setup to build PBPROJ in a VE
3#
4echo "Mounting shm..."
5sudo mkdir -p /dev/shm
6sudo mount tmpfs /dev/shm -t tmpfs -o size=32m
7# For httpd support and ability to make tests
8sudo mknod /dev/urandom c 1 9
Note: See TracBrowser for help on using the repository browser.