From: David Given Date: Sun, 28 Jun 2015 22:01:43 +0000 (+0200) Subject: It'd be nice if device nodes were present... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ec16379717ffd52fb37eeca78fb1b531540fe6ff;p=FUZIX.git It'd be nice if device nodes were present... --- diff --git a/Standalone/filesystem-src/populatefs.awk b/Standalone/filesystem-src/populatefs.awk index 97d8fd71..4f73d665 100644 --- a/Standalone/filesystem-src/populatefs.awk +++ b/Standalone/filesystem-src/populatefs.awk @@ -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";