Re: FAI 6.0.1 on Debian 12/testing
Thomas Lange <[email protected]>
| Newsgroups | gmane.linux.debian.fai |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Tue, 11 Apr 2023 11:11:53 -0700, Bob A <[email protected]> said: > Long story short, many packages are not getting installed due to an error with some options being sent to aptitude. The installation does not fail, just many packages are not installed. > Error: > aptitude: unrecognized option '--allow-change-held-packages' Yes, this is a minor bug in FAI 6. We've added the option --allow-change-held-packages which aptitude does not recognize. You should move from aptitude to install (which means apt-get) in the package_config/* files. Or you must edit the file bin/install_packages and remove this option from the perl code. best regards thomas