Niklas Salmoukas

Results 9 comments of Niklas Salmoukas

@tachang Sadly the structure of `ubuntu-18.04-server-amd64.iso` is not the same. The `preseed` file itself might work (not tested), but the scripts generating the ISO are not compatible at the moment....

@tachang I adjusted the script. It works fine. See the `ubuntu/18.04/build-iso-server-image.sh` script which is part of the `feature/ubuntu-server-image` branch. ```sh # clone branch feature/ubuntu-server-image git clone -b feature/ubuntu-server-image https://github.com/core-process/linux-unattended-installation.git #...

@tachang in that case we need to add a slightly modified `boot-menu.patch`. The timeout is encoded in the `isolinux/isolinux.cfg`.

Consider this approach to lookup the newest server iso images: https://github.com/core-process/linux-unattended-installation/issues/11

@Prodeguerriero Thanks for reporting. Maybe its related to this configuration section: https://github.com/coreprocess/linux-unattended-installation/blob/master/ubuntu/20.04/custom/preseed.cfg#L113

@hexmode Awesome, thanks for the PR! Currently, I am involved in a time-critical project. I can invest some time in my open source projects beginning of November. I am going...

@FidoAnh @tingjoybits Here is what Anthony Aragues says: ``` following up on pip issues, has to do with version of python /snap/blender/current/3.1/python/bin/python3.10 -m pip install --upgrade pip /snap/blender/current/3.1/python/bin/python3.10 -m pip...

@bonjorno7 do you think we can integrate this fix/workaround in the BIP code directly?