diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:57:43 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:57:43 +0100 |
commit | 86b1f0ef352205029457cc75e525f86aa70239e5 (patch) | |
tree | e356eb20edc24c4ab10eede5270e348f9e00e4cd /rootfs/etc/fstab | |
parent | a9ef380662da3efa382017ff8423f1a894b31bfd (diff) |
fix env vars + sysfs + led demoweek4
Diffstat (limited to 'rootfs/etc/fstab')
-rw-r--r-- | rootfs/etc/fstab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootfs/etc/fstab b/rootfs/etc/fstab index e84b78a..a474c4a 100644 --- a/rootfs/etc/fstab +++ b/rootfs/etc/fstab @@ -1 +1,2 @@ proc /proc proc defaults 0 0 +sysfs /sys sysfs defaults 0 0 |