0c41e39ec0
"Alien" rather means "CentOS-based" than "xenophilic" here; in case you still wonder: http://www.altlinux.org/Hasher/CentOS
7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -s /etc/fstab ] || cat >> /etc/fstab <<-EOF
|
|
proc /proc proc nosuid,noexec,gid=proc 0 0
|
|
devpts /dev/pts devpts gid=5,mode=620 0 0
|
|
EOF
|