diff options
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index b3c962b..f2ca823 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -42,6 +42,7 @@ ext2.img: $(PROGS) @mkdir -p mnt/home/miguel @mkdir -p mnt/boot @echo "Welcome to FoolOs\nWe hope you will enjoy your stay." > mnt/home/miguel/hello.txt + @cp file.txt mnt/home/miguel/file.txt @mkdir -p mnt/bin @mkdir -p mnt/doc/test @mkdir -p mnt/sys # mountpoint for sysfs |
