mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Stop committing changes to _fs_contents and generate it in the sync script.
This commit is contained in:
parent
e2dbdd14aa
commit
ea6221dd06
Notes:
sideshowbarker
2024-07-19 18:37:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ea6221dd062
3 changed files with 2 additions and 0 deletions
1
Kernel/.gitignore
vendored
1
Kernel/.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
Boot/boot.bin
|
||||
kernel
|
||||
kernel.map
|
||||
_fs_contents
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
cp -p _fs_contents.stock _fs_contents
|
||||
mkdir mnt
|
||||
mount -o loop _fs_contents mnt/
|
||||
cp ../Userland/sh mnt/bin/sh
|
||||
|
|
Loading…
Reference in a new issue