From 3312e464d170b027d56fbb67faafc59f13a98715 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Sun, 3 Oct 2021 11:34:02 +0200 Subject: [PATCH] podman: Document some notes about missing .ign The problem is probably due . After applying it the `machine init' was successfully created together with the `.ign'. --- podman/TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman/TODO b/podman/TODO index aba43feba81..46982f341b5 100644 --- a/podman/TODO +++ b/podman/TODO @@ -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 + 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