' /sys/devices/virtual/dmi/id/sys_vendor
|tr 'a-z' 'A-Z'
exit 0
EOF
cat <<'EOF'>85-auto_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
yrpt_dev_sda3
^^
looks wrong.
Best Regards,
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
,
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
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
L
initrd
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