From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7009286643431505920 X-Received: by 2002:a05:6512:16a5:: with SMTP id bu37mr4454735lfb.61.1634808158150; Thu, 21 Oct 2021 02:22:38 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:9696:: with SMTP id q22ls953306lji.5.gmail; Thu, 21 Oct 2021 02:22:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx6jgMCvjti+JrMwHqTpFrVR4sUjZVcjA1+Hsk4/q6z1KyS6G1M9+x4njRc6NrWWuwDO9v9 X-Received: by 2002:a2e:98cd:: with SMTP id s13mr4761655ljj.88.1634808156961; Thu, 21 Oct 2021 02:22:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634808156; cv=none; d=google.com; s=arc-20160816; b=TW2UdRNkkb2a5PqU5AtS5dRh/uribaDndKLXpzMM4Yf3yT1icDMaeCgf9/NDeUuU58 R837aqTsnoe4UEu+qazqwbju+KdUeCGLE30VyY1GQelBref4G3zmb9gficQ66YQr+62H nlC8UJbGxkuJxPIn9HjqxwhHZM0LYtpuypovSyIfF5SuJ8+6ps4AuI1sttq1PwwNM729 2WSmaxDiChCC6Yz4ws+aJjcKYxtcXd5zNP8ZOBOhMMLJo5sxOz71lMnu51QGPVEneLWN ecpCYGX43iodM0P0aHIaGu7BkVH28pO8OZ974pEJDI505j7j3gQsIdaLVFHBVtfw2QLw vkpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=9aiX95VOmjQCb3ugakRjw45hT27TMLibX4CeDWc38ZY=; b=qksTMOKGFxtdIeqrJ1TEmOZ6ofitemaJU2zce6v1/BL5SkF/6bUzmNwhw2EIz7701M EetNYzYi8e1214DonoV1iEXclSgReFJxz2iSpc6BhvgnC1bUtz8VqGtO1GnN5HH86b42 2Gd3JZ9N4+4gJ8hGXOWJE94b24iy3olNYDrrBxuJHsn9d9cki+5sZnFOGglhPnGq45Z4 3yqOEhufzO+CfNnp1cjy58uHKax33IeQVDhYPWs+Djt5DEY2VVIDCbz8dMhYY1FoMzgS Anv9FTQ5BXONS029bKUYKYlOTfa4308tsU6Wu4WXAojkw6VQc0nmnLNzKNAQ0L0Rx3V8 2Ong== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id z12si346451lfd.12.2021.10.21.02.22.36 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 21 Oct 2021 02:22:36 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 19L9MWOp018714 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 21 Oct 2021 11:22:33 +0200 Date: Thu, 21 Oct 2021 11:22:32 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: pcbios wks files fails for lack of syslinux (#69) Message-ID: <20211021092232.GF27644@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <20210918145155.GX8902@yssyq.m.ilbers.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-TUID: m4qxNKAEVDc/ Thanks Vijai and Henning for the responses! On Mon, Sep 20, 2021 at 08:58:35PM -0700, vijaikumar....@gmail.com wrote: > Hi Baurzhan, > > Only qemui386 target installs syslinux as wic image depenency. > > https://github.com/ilbers/isar/blob/next/meta-isar/conf/machine/qemui386.conf#L9 > https://github.com/ilbers/isar/blob/next/meta/conf/distro/debian-common.conf#L26 > > qemuamd64 uses grub. > https://github.com/ilbers/isar/blob/next/meta-isar/conf/machine/qemuamd64.conf#L11 > > Thanks, > Vijai Kumar K