From: Tormod Volden Date: Sun, 7 Jun 2015 09:00:59 +0000 (+0200) Subject: Add sh to disk image X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cb9c47c37797026585190fcfacb3a142ca39e9db;p=FUZIX.git Add sh to disk image Also fix inittab file permissions. Signed-off-by: Tormod Volden --- diff --git a/Standalone/filesystem-src/ucp-script.txt b/Standalone/filesystem-src/ucp-script.txt index aeac3b2d..07fe5253 100644 --- a/Standalone/filesystem-src/ucp-script.txt +++ b/Standalone/filesystem-src/ucp-script.txt @@ -127,7 +127,7 @@ bget etc-files/inittab chmod 0644 issue chmod 0644 motd chmod 0644 passwd -chmod 0644 init +chmod 0644 inittab cd / bget ../../Applications/util/init @@ -211,6 +211,7 @@ bget ../../Applications/util/whoami bget ../../Applications/util/write bget ../../Applications/util/xargs bget ../../Applications/util/yes +bget ../../Applications/V7/cmd/sh/sh chmod 0755 banner chmod 0755 basename chmod 0755 bd @@ -288,3 +289,4 @@ chmod 0755 whoami chmod 0755 write chmod 0755 xargs chmod 0755 yes +chmod 0755 sh