aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo13
1 files changed, 1 insertions, 12 deletions
diff --git a/todo b/todo
index 863a34fe4..fe82248b8 100644
--- a/todo
+++ b/todo
@@ -143,15 +143,4 @@ dr-x------ 2 65534 65534 40 Nov 24 17:53 .mozilla
143 143
14419. Try --overlay on a Ubuntu 14.04 32bit.Without adding --dns, there will be no network connectivity - see issue 151 14419. Try --overlay on a Ubuntu 14.04 32bit.Without adding --dns, there will be no network connectivity - see issue 151
145 145
14620. Check this out: 14620. blacklist ~/.cache in disable-common.inc???
147
148I was messing around with my fstab, and found out that firejail can't have /usr/bin mounted in read-only.
149 Here's what my fstab looks like now:
150
151/dev/mapper/asdf-home /home ext4 nosuid,noatime,nodev 0 2
152/dev/mapper/asdf-opt /opt ext4 discard,noatime,nosuid 0 2
153/dev/mapper/asdf-usr--bin /usr/bin ext4 defaults,nosuid,noatime,rw 0 2
154/dev/mapper/asdf-usr--local /usr/local ext4 defaults,nosuid,noatime,ro 0 2
155/dev/mapper/asdf-usr--sbin /usr/sbin ext4 defaults,nosuid,,noatime,ro 0 2
156/dev/mapper/asdf-var /var ext4 discard,noatime,nodev,nosuid 0 2
157tmpfs /tmp tmpfs noatime,nosuid,nodev,size=2G 0 1