mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Stop committing changes to _fs_contents and generate it in the sync script.
This commit is contained in:
parent
e2dbdd14aa
commit
ea6221dd06
3 changed files with 2 additions and 0 deletions
1
Kernel/.gitignore
vendored
1
Kernel/.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
Boot/boot.bin
|
Boot/boot.bin
|
||||||
kernel
|
kernel
|
||||||
kernel.map
|
kernel.map
|
||||||
|
_fs_contents
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
cp -p _fs_contents.stock _fs_contents
|
||||||
mkdir mnt
|
mkdir mnt
|
||||||
mount -o loop _fs_contents mnt/
|
mount -o loop _fs_contents mnt/
|
||||||
cp ../Userland/sh mnt/bin/sh
|
cp ../Userland/sh mnt/bin/sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue