Skip to content

Commit

Permalink
Removing shm from install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvermeu committed Apr 29, 2012
1 parent 67a2302 commit 6af3ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gensetup/gensetup.sh
Expand Up @@ -327,7 +327,6 @@ umountDisks() {


generateFstab() { generateFstab() {
echo "none /selinux selinuxfs defaults 0 0" echo "none /selinux selinuxfs defaults 0 0"
echo "shm /dev/shm tmpfs nodev,nosuid,noexec 0 0"
ROOT=$(awk -F'.' "/disk.*.purpose=root/ {print \$2\$3}" ${DATA}); ROOT=$(awk -F'.' "/disk.*.purpose=root/ {print \$2\$3}" ${DATA});
ROOT="${ROOT}$(awk -F'.' "/disk.lvm.*.purpose=root/ {print \$3/\$4}" ${DATA})"; ROOT="${ROOT}$(awk -F'.' "/disk.lvm.*.purpose=root/ {print \$3/\$4}" ${DATA})";
ROOTLABEL=$(grep '.purpose=root' ${DATA} | sed -e 's:.purpose=root.*::g'); ROOTLABEL=$(grep '.purpose=root' ${DATA} | sed -e 's:.purpose=root.*::g');
Expand Down

0 comments on commit 6af3ed4

Please sign in to comment.