diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-05-28 02:31:26 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-05-28 02:31:26 +0000 |
commit | 774529e440cfe570fbaf29e6e5c5c73345aa04a1 (patch) | |
tree | c1987e848a9783a675527ecc3fd1897f603d15fa /lib | |
parent | 53fbb0515159465421053c3165b1aa9da196aa4d (diff) |
kernel: add /rc to devroot
This makes it much easier to run a rc
program without needing to bind in all of '#s/boot'.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/namespace | 1 |
1 files changed, 1 insertions, 0 deletions
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 |