diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/poi-debug.profile | 1 | ||||
-rw-r--r-- | linux/poi.profile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/linux/poi-debug.profile b/linux/poi-debug.profile index 18ef37d..2a65a69 100644 --- a/linux/poi-debug.profile +++ b/linux/poi-debug.profile @@ -84,6 +84,7 @@ disable-mnt ## private-bin - Creates a virtual /bin directory containing only temporary copies of the following executables. # bash required to launch from kde kickoff menu +# breaks if installed to /usr/local #private-bin bash,poi ## private-dev - Create a virtual /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, snd, urandom, video, log and shm devices are available. diff --git a/linux/poi.profile b/linux/poi.profile index d12e86a..5b8073d 100644 --- a/linux/poi.profile +++ b/linux/poi.profile @@ -84,7 +84,8 @@ disable-mnt ## private-bin - Creates a virtual /bin directory containing only temporary copies of the following executables. # bash required to launch from kde kickoff menu -private-bin bash,poi +# breaks if installed to /usr/local +#private-bin bash,poi ## private-dev - Create a virtual /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, snd, urandom, video, log and shm devices are available. private-dev |