mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
Fix busted display of tty names in /proc/summary.
This commit is contained in:
parent
a8f36f72a8
commit
d980ddc745
4 changed files with 17 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
rm -f _fs_contents.lock
|
||||
rm -f _fs_contents
|
||||
cp -p _fs_contents.stock _fs_contents
|
||||
mkdir mnt
|
||||
mkdir -p mnt
|
||||
mount -o loop _fs_contents mnt/
|
||||
cp -R ../Base/* mnt/
|
||||
cp ../Userland/sh mnt/bin/sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue