Skip to content

Commit

Permalink
docs: fix inconsistent reference to rootfs.ext4
Browse files Browse the repository at this point in the history
Steps 1 and 2 listed in the documentation should use the same path

Signed-off-by: Gabriel Ionescu <gbi@amazon.com>
  • Loading branch information
Gabriel Ionescu authored and dianpopa committed Jan 15, 2020
1 parent f68a3dc commit e405497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rootfs-and-kernel-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To build an EXT4 image:
on how much data you'll want to fit inside:

```bash
dd if=/dev/zero of=/rootfs.ext4 bs=1M count=50
dd if=/dev/zero of=rootfs.ext4 bs=1M count=50
```

2. Create an empty file system on the file you created:
Expand Down

0 comments on commit e405497

Please sign in to comment.