From 774529e440cfe570fbaf29e6e5c5c73345aa04a1 Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Sat, 28 May 2022 02:31:26 +0000 Subject: kernel: add /rc to devroot This makes it much easier to run a rc program without needing to bind in all of '#s/boot'. --- lib/namespace | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/namespace') diff --git a/lib/namespace b/lib/namespace index 105e34be8..a02d45402 100644 --- a/lib/namespace +++ b/lib/namespace @@ -22,6 +22,7 @@ mount -a /srv/mntexport /mnt/exportfs # standard bin bind /$cputype/bin /bin +bind $rootdir'/rc' /rc bind -a /rc/bin /bin # internal networks -- cgit v1.2.3