Fix the listing of `initfs:` directories
Compare changes
+ 2
− 1
@@ -66,6 +66,7 @@ fn fill_from_location(f: &mut fs::File, loc: &Path ) -> Result<(), (Error)> {
@@ -108,4 +109,4 @@ mod gen {
\ No newline at end of file
Created by: xTibor
There was a bug at the initfs
generation which made the listing of the contents of the initfs:
subdirectories impossible from the command line.
The subdirectory listing data had the full paths of the files (like bin/ahcid\nbin/bgad\n...
) when it should just only be the names of the files (ahcid\nbgad\n...
)