Hello, I defined a xml for installing Leap 15.5 with autoyast. There are a lot of packages defined, alls with fixed versions. But it looks like an automatic update is made during the installation. I don't have defined any opensuse repos. The cause seems to lie in the package openSUSE-release, which creates the repos. Any idea how to avoid the update? Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 https://www.marco.de Email ds@marco.de Geschäftsführer Martin Reuter, Torsten Lukas HRB 171775 Amtsgericht München
Hi, can you add your autoyast profile? It can help with understanding what exactly is going on and also possibly to reproduce it. Note that this is public mailing list so please remove any sensitive information or passwords. Josef On 10/22/24 14:31, Daniel Spannbauer wrote:
Hello,
I defined a xml for installing Leap 15.5 with autoyast.
There are a lot of packages defined, alls with fixed versions. But it looks like an automatic update is made during the installation. I don't have defined any opensuse repos.
The cause seems to lie in the package openSUSE-release, which creates the repos.
Any idea how to avoid the update?
Regards
Daniel
Hello Josef, I don't wan't to have any opensuse repos, cause the machine later doesn't have an internet connection. So I run a post script which deletes all repo-*.repo But at installation, the system seems to make a online update before I delete all the repos in the post script. And I can't avoid it by config. <do_online_update config:type=\"boolean\">false</do_online_update>" seems to have no effect. At the moment I have a workaround by deleting the repo files via a chroot script. That seems to work for the moment. Regards Daniel Am 22.10.2024 um 21:12 schrieb Josef Reidinger:
Hi,
can you add your autoyast profile? It can help with understanding what exactly is going on and also possibly to reproduce it. Note that this is public mailing list so please remove any sensitive information or passwords.
Josef
On 10/22/24 14:31, Daniel Spannbauer wrote:
Hello,
I defined a xml for installing Leap 15.5 with autoyast.
There are a lot of packages defined, alls with fixed versions. But it looks like an automatic update is made during the installation. I don't have defined any opensuse repos.
The cause seems to lie in the package openSUSE-release, which creates the repos.
Any idea how to avoid the update?
Regards
Daniel
-- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 https://www.marco.de Email ds@marco.de Geschäftsführer Martin Reuter, Torsten Lukas HRB 171775 Amtsgericht München
On Oct 22, 2024, at 7:31 AM, Daniel Spannbauer <ds@marco.de> wrote:
This Message Is From an External Sender This message came from outside your organization. Hello,
I defined a xml for installing Leap 15.5 with autoyast.
There are a lot of packages defined, alls with fixed versions. But it looks like an automatic update is made during the installation. I don't have defined any opensuse repos.
The cause seems to lie in the package openSUSE-release, which creates the repos.
Any idea how to avoid the update?
You can disable the repos in a script, as I posted to this list on 2023-10-13: https://lists.opensuse.org/archives/list/autoinstall@lists.opensuse.org/mess... I did it as a chroot script, but I guess that would still use them during the initial installation. I believe there’s a class of script than runs earlier; looks like 'postpartitioning-scripts' might do what you want: https://doc.opensuse.org/projects/autoyast/#createprofile-scripts -Andrew
Any idea how to avoid the update? You can disable the repos in a script, as I posted to this list on 2023-10-13:
https://lists.opensuse.org/archives/list/autoinstall@lists.opensuse.org/mess...
I did it as a chroot script, but I guess that would still use them during the initial installation. I believe there’s a class of script than runs earlier; looks like 'postpartitioning-scripts' might do what you want:https://doc.opensuse.org/projects/autoyast/#createprofile-scripts
Hello Andrew, thanks for the hint. I delete the repos in chroot script. TZhis seems to work atm. Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 https://www.marco.de Emailds@marco.de Geschäftsführer Martin Reuter, Torsten Lukas HRB 171775 Amtsgericht München
participants (3)
-
Daniel Spannbauer
-
Daugherity, Andrew W
-
Josef Reidinger