mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Add a simple /bin/sysctl that wraps the files in /proc/sys.
This commit is contained in:
parent
f7cc454162
commit
7e044cf293
5 changed files with 151 additions and 4 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue