diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-22 21:23:31 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-22 21:23:31 +0200 |
| commit | 7571c964e2eb57a020b418ccd7e1989197c468ca (patch) | |
| tree | 3b7d97ac273233f913eb2f218281f459eb7cb9db /userspace | |
| parent | 55365e593c27b57c50a7369597bd14f110ba8cb6 (diff) | |
do not promop on ext2 formatting ramimage!
Diffstat (limited to 'userspace')
| -rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 11eaa74..a26d554 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -10,7 +10,7 @@ LDFLAGS=-L/home/miguel/temp/fool-os-stuff/newlib-build-clean/i686-elf/newlib/ \ ext2.img: userprog dd if=/dev/zero of=ext2.img bs=512 count=200 - sudo mkfs.ext2 -O none ext2.img + sudo mkfs.ext2 -O none ext2.img -F mkdir mnt sudo mount ext2.img mnt sudo chown miguel mnt |
