mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +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: 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