diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-10-20 08:15:42 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-10-20 08:15:42 -0500 |
commit | 70146f70a897aebc370bd64ec3b842fd9c995a78 (patch) | |
tree | fd91c1cc945cb3799946c2a7ee18ef408a5f9e90 | |
parent | e7364b214b4569fb7bd7dcbc5a13d118a9581014 (diff) | |
download | iso-70146f70a897aebc370bd64ec3b842fd9c995a78.tar.gz iso-70146f70a897aebc370bd64ec3b842fd9c995a78.tar.xz |
Removed /proc and /sys mounts from ISO fstab, automatic now
-rw-r--r-- | iso/etc/fstab | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/iso/etc/fstab b/iso/etc/fstab index c07f9fa..b5deef0 100644 --- a/iso/etc/fstab +++ b/iso/etc/fstab @@ -1,5 +1,3 @@ #CRUXMEDIA# /media auto ro 0 0 devpts /dev/pts devpts noexec,nosuid,gid=tty,mode=0620 0 0 -proc /proc proc defaults 0 0 -sysfs /sys sysfs defaults 0 0 tmpfs /tmp tmpfs defaults 0 0 |