Skip to content

Commit

Permalink
Fix README to include init
Browse files Browse the repository at this point in the history
Signed-off-by: Gan Shun Lim <ganshun@gmail.com>
  • Loading branch information
GanShun authored and rjoleary committed Sep 25, 2018
1 parent fabeda2 commit 803f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ u-root -build=bb
u-root -format=cpio -build=source -o initramfs.cpio

# Generate a bb-mode archive with only these given commands.
u-root -format=cpio -build=bb ./cmds/{ls,ip,dhclient,wget,tcz,cat}
u-root -format=cpio -build=bb ./cmds/{init,ls,ip,dhclient,wget,tcz,cat}
```

`-format=cpio` and `-build=source` are the default flag values. The default set
Expand Down

0 comments on commit 803f425

Please sign in to comment.