Skip to content

Commit

Permalink
podman: Document some notes about missing .ign
Browse files Browse the repository at this point in the history
The problem is probably due <containers/podman#11824>.
After applying it the `machine init' was successfully created together with the
`.ign'.
  • Loading branch information
iamleot committed Oct 3, 2021
1 parent 2b29986 commit 3312e46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion podman/TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
- `podman machine init' does not seem to work - or at least do not create the
`.ign' file that can be overwritten/adjusted in order to be able to customize
kernel boot arguments. Investigate it!
kernel boot arguments. This is probably due
<https://github.com/containers/podman/issues/11824> and can be workarounded
by passing arguments to `machine init', the defaults are:

% podman machine init --cpus 1 --memory 2048 --disk-size 10
- Document newly added patch

0 comments on commit 3312e46

Please sign in to comment.