1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:17:44 +00:00

Add a simple /bin/sysctl that wraps the files in /proc/sys.

This commit is contained in:
Andreas Kling 2019-01-18 15:35:38 +01:00
parent f7cc454162
commit 7e044cf293
5 changed files with 151 additions and 4 deletions

View file

@ -43,6 +43,7 @@ cp -v ../Userland/touch mnt/bin/touch
cp -v ../Userland/sync mnt/bin/sync
cp -v ../Userland/more mnt/bin/more
cp -v ../Userland/guitest mnt/bin/guitest
cp -v ../Userland/sysctl mnt/bin/sysctl
cp -v ../Terminal/Terminal mnt/bin/Terminal
sh sync-local.sh
cp -v kernel.map mnt/