Re: Booting GPT part table via BIOS, bootable flag required in protective MBR

2022-02-09 Diskussionsfäden Juri Grabowski
uto_product_HP_ #! /bin/bash ifclass EDU_AUTO_PRODUCT_HP_ && echo LVM_EDU_ROAMING_MBR EOF chmod +x 21-edu-board_name 21-edu-product_name 21-edu-sysvendor 85-auto_product_HP_* and define your disk_config LVM_EDU_ROAMING_MBR Best Regards, Juri Grabowski

Re: LUKS, "no device found"

2022-01-24 Diskussionsfäden Juri Grabowski
yrpt_dev_sda3 ^^ looks wrong. Best Regards, Juri Grabowski

Re: Hooks being run twice (same class)

2021-11-17 Diskussionsfäden Juri Grabowski
Hello, I mean you can solve this problem by using fai-deps on the end of your class definitions. cat <<'EOF'>class/90-fai-deps.sh #!/bin/sh fai-deps EOF Best Regards, Juri Grabowski

Re: Fai.me support for i386 and lxqt desktop

2020-10-22 Diskussionsfäden Juri Grabowski
, Juri Grabowski

Re: split example configspace to submodule

2017-07-21 Diskussionsfäden Juri Grabowski
On Thu, Jul 20, 2017 at 11:32:21AM +0200, Thomas Lange wrote: > I don't understand what this does. But, I'm not a git expert > and never used the submodule command of git. In short it's like a nesting doll for git. It was developed for use of external software in own git project and easy

Re: split example configspace to submodule

2017-07-18 Diskussionsfäden Juri Grabowski
Hi Thomas, it's no needs to split config to separate debian package. I mean something like git clone --recursive https://github.com/gratuxri/fai-split cd fai-split git submodule foreach git pull origin master And FAI_CONFIG_SRC=https://github.com/gratuxri/fai-simple-config#master or something

Re: make nfs root dies on dracut setup in stretch build

2017-06-26 Diskussionsfäden Juri Grabowski
Hi, is curl installed in your chroot? Best regards, Juri Grabowski -- LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart Fon: +49 (7 11) 78 28 50 90 - Fax: +49 (7 11) 78 28 50 91 Mail: li...@lihas.de - Web: http://lihas.de Linux, Netzwerke, Consulting & Support - USt-ID: DE

Re: Proxy configuration during Server Insallation from FAI-CD

2017-06-23 Diskussionsfäden Juri Grabowski
Hello, if you just need proxy for debian packages, you can use APTPROXY=http://$YOUR_PROXY as a kernel-option. Regards Juri -- LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart Fon: +49 (7 11) 78 28 50 90 - Fax: +49 (7 11) 78 28 50 91 Mail: li...@lihas.de - Web: http://lihas.de

Re: Fwd: Adding Macs with FAI

2017-06-17 Diskussionsfäden Juri Grabowski
d boot Your Squashfs image you can build with: fai-cd -Mef -d "" stretch-squashfs.img after "fai-chboot -c $TEMPLATE $HOST" you should remove the first line with "sed 1d /srv/tftp/fai/pxelinux.cfg/$HOST" or use patched version of fai-chboot to avoid "# template generated by fai-chboot for host" on first line. After this manipulations you can boot your macbook with ipxe and start the installation over http. Best Regards, Juri Grabowski

split example configspace to submodule

2017-06-14 Diskussionsfäden Juri Grabowski
from git: git clone https://github.com/faiproject/fai.git git filter-branch -f --prune-empty --subdirectory-filter examples/simple/ -- --all I can implement this for debian package builds , if it would be approved. Best Regards, Juri Grabowski -- LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D