Re: FAI installation on new PCs with UEFI BIOS -- reloaded

2017-09-18 Diskussionsfäden fai-ml
Hello,

it exist one lua script for pxelinux, which one can solve your problem
generally. If not please report issue against 
https://github.com/IServ-GmbH/localboot.lua

Mit freundlichen Gruessen,
Juri Grabowski


Re: FAI installation - problems with apt-https

2017-08-14 Diskussionsfäden fai-ml
Hi,

On Mon, Aug 14, 2017 at 11:42:11AM +0200, René Bleisch wrote:
> => does someone have a FAI-setup where apt-https is working during
> installations?
yes, but we use debootstrap.
> => is the nfsroot even the right place to add packages which should already be
> installed before "task_softupdate" - like "apt-transport-https"? It just came
> into my mind that I eventually made an error in reasoning and I should maybe
> better add the package to the basefile...
apt-transport-https and ca-certificates should be installed in your
base.tgz
base.tgz would be created by fai-make-nfsroot
So, it's a right place for you.
As a quickfix you can create a hook, that install apt-transport-https
and ca-certificates bafore task_repository.

Regards,
Juri