aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo12
1 files changed, 12 insertions, 0 deletions
diff --git a/todo b/todo
index a55e12818..db895deef 100644
--- a/todo
+++ b/todo
@@ -150,3 +150,15 @@ mount tmpfs on /sys/power
150 150
15120. Try --overlay on a Ubuntu 14.04 32bit.Without adding --dns, there will be no network connectivity - see issue 151 15120. Try --overlay on a Ubuntu 14.04 32bit.Without adding --dns, there will be no network connectivity - see issue 151
152 152
15321. Check this out:
154
155I was messing around with my fstab, and found out that firejail can't have /usr/bin mounted in read-only.
156 Here's what my fstab looks like now:
157
158/dev/mapper/asdf-home /home ext4 nosuid,noatime,nodev 0 2
159/dev/mapper/asdf-opt /opt ext4 discard,noatime,nosuid 0 2
160/dev/mapper/asdf-usr--bin /usr/bin ext4 defaults,nosuid,noatime,rw 0 2
161/dev/mapper/asdf-usr--local /usr/local ext4 defaults,nosuid,noatime,ro 0 2
162/dev/mapper/asdf-usr--sbin /usr/sbin ext4 defaults,nosuid,,noatime,ro 0 2
163/dev/mapper/asdf-var /var ext4 discard,noatime,nodev,nosuid 0 2
164tmpfs /tmp tmpfs noatime,nosuid,nodev,size=2G 0 1 \ No newline at end of file