Skip to content

Commit

Permalink
cmd-buildinitramfs-fast: fix example install invocation
Browse files Browse the repository at this point in the history
It uses incorrect syntax for creating leading directories, and doesn't
place Ignition in /usr/bin.
  • Loading branch information
bgilbert authored and jlebon committed Feb 10, 2022
1 parent a2cb535 commit 0659ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd-buildinitramfs-fast
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set -euo pipefail
# Example usage:
# ```
# $ cd /src/ignition
# $ make
# $ install -D -d -m 0755 bin/amd64/ignition /srv/fcos/overrides/initramfs
# $ make
# $ install -D -m 0755 -t /srv/fcos/overrides/initramfs/usr/bin bin/amd64/ignition
# $ cd /srv/fcos
# $ cosa buildinitramfs-fast
# ```
Expand Down

0 comments on commit 0659ef2

Please sign in to comment.