diff options
| author | Miguel <m.i@gmx.at> | 2018-09-21 03:14:52 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-21 03:14:52 +0200 |
| commit | d4bc2ecdd1d0b3d3f3642a5f02840d1e0cb5e199 (patch) | |
| tree | 076ecc41b928c057a6c10df6508237961d714958 /userspace/Makefile | |
| parent | ace0646608c393d8952b14536090c302bed2ee85 (diff) | |
piper works so nice
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 |
