pkgsrc-WIP-changes archive

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

lima: Remove (done) items



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Sep 8 17:26:03 2025 +0200
Changeset:	598c4aaca56af59d40353a16602aadb7368ee025

Modified Files:
	lima/TODO

Log Message:
lima: Remove (done) items

Alpine actually works out of the box. Also, no other adjustments
are needed on NetBSD nowdays.

Probably both Ubuntu and Debian are not working and fails as described
in <https://github.com/lima-vm/lima/issues/84>. I should try to
investigate more about that and I think we can try to look also at
sysutils/podman where this problem also happened in the past.

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

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

diffstat:
 lima/TODO | 28 ----------------------------
 1 file changed, 28 deletions(-)

diffs:
diff --git a/lima/TODO b/lima/TODO
index d521573524..8f1993608e 100644
--- a/lima/TODO
+++ b/lima/TODO
@@ -34,31 +34,3 @@ panics with:
 ```
 
 This is probably the same of <https://github.com/lima-vm/lima/issues/84>.
-
-Investigate why Docker does no longer work out of the box with alpine (it worked
-with lima-0.19.1!).
-
-Apart that, mostly importable, some bits to investigate documented here
-in order that it works out of the box in NetBSD.
-
-The following networks is probably needed and/or we should figure out how to
-just default to that in NetBSD, copypasting `~/.lima/_config/networks.yaml`
-(not super-sure if that's really needed or "shared" will be picked up
-automatically, double-check!):
-
-```yaml
-networks:
-  shared:
-    mode: shared
-    gateway: 192.168.105.1
-    dhcpEnd: 192.168.105.254
-    netmask: 255.255.255.0
-```
-
-NetBSD only supports `reverse-sshfs`, the following is needed in
-`~/.lima/_config/default.yaml` (for that maybe we can use similar SUBST
-logic that we already have):
-
-```
-mountType: reverse-sshfs
-```


Home | Main Index | Thread Index | Old Index