From 152e22fbce57176585e55463d59624e934c3d1cf Mon Sep 17 00:00:00 2001 From: Ladar Levison Date: Mon, 16 Oct 2023 02:13:02 -0500 Subject: [PATCH] Fix OpenSUSE 42.3 config on Parallels. --- generic-parallels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic-parallels.json b/generic-parallels.json index 150c168c8..e8177daf5 100644 --- a/generic-parallels.json +++ b/generic-parallels.json @@ -3294,7 +3294,7 @@ "boot_keygroup_interval": "1s", "boot_command": [ "", - "linux netsetup=dhcp install= lang=en_US textmode=1 ", + "linux netsetup=dhcp install=https://ftp5.gwdg.de/pub/opensuse/discontinued/distribution/leap/42.3/repo/oss/ lang=en_US textmode=1 ", "autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/generic.opensuse42.vagrant.cfg", "" ],