Skip to content

Commit

Permalink
Start procfs when booting
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioc committed Jan 16, 2024
1 parent 5f15d56 commit 96d333e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/rc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ if test -d /var/run; then
fi
echo done

if ! test -e /proc/cmdline ; then
settrans -c /proc /hurd/procfs --compatible
fi

# This file must exist for e2fsck to work. XXX
touch /var/run/mtab

Expand Down

0 comments on commit 96d333e

Please sign in to comment.