make di fs handle paths as the real fs does
os.DirFS() requires stripping the initial / to work. While stboot code handles this, stmgr which imports it does not.
fixes #153 (closed)
Edited by Kai Michaelis
os.DirFS() requires stripping the initial / to work. While stboot code handles this, stmgr which imports it does not.
fixes #153 (closed)