Stop committing changes to _fs_contents and generate it in the sync script.

This commit is contained in:
Andreas Kling 2018-10-28 01:19:27 +02:00
parent e2dbdd14aa
commit ea6221dd06
3 changed files with 2 additions and 0 deletions

1
Kernel/.gitignore vendored
View file

@ -3,3 +3,4 @@
Boot/boot.bin
kernel
kernel.map
_fs_contents

View file

@ -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