It'd be nice if device nodes were present...
authorDavid Given <dg@cowlark.com>
Sun, 28 Jun 2015 22:01:43 +0000 (00:01 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 28 Jun 2015 22:01:43 +0000 (00:01 +0200)
Standalone/filesystem-src/populatefs.awk

index 97d8fd7..4f73d66 100644 (file)
@@ -42,7 +42,7 @@ function mkdirp(dir,  base)
                mkdirp(dir);
                printf "cd " dir "\n";
                if (arg ~ /^[0-9]+$/)
-                       printf "mknod " mode " " arg "\n";
+                       printf "mknod " dest " " mode " " arg "\n";
                else
                {
                        printf "bget " arg " " basename(dest) "\n";