pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

podman: Document some notes about missing .ign



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 3 11:34:02 2021 +0200
Changeset:	3312e464d170b027d56fbb67faafc59f13a98715

Modified Files:
	podman/TODO

Log Message:
podman: Document some notes about missing .ign

The problem is probably due <https://github.com/containers/podman/issues/11824>.
After applying it the `machine init' was successfully created together with the
`.ign'.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3312e464d170b027d56fbb67faafc59f13a98715

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 podman/TODO | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/podman/TODO b/podman/TODO
index aba43feba8..46982f341b 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
+  <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


Home | Main Index | Thread Index | Old Index