From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6805226701613694976 X-Received: by 2002:adf:fe45:: with SMTP id m5mr4695990wrs.124.1587135933670; Fri, 17 Apr 2020 08:05:33 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:224f:: with SMTP id a15ls2964771wmm.3.gmail; Fri, 17 Apr 2020 08:05:33 -0700 (PDT) X-Google-Smtp-Source: APiQypJStwO8XIbCUioMDymXDDoNeHSI2FesmxYHefdbzvKPd7VbT/eM6X5KEQtuEoTXN8UyotDe X-Received: by 2002:a05:600c:2314:: with SMTP id 20mr4035696wmo.118.1587135933059; Fri, 17 Apr 2020 08:05:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587135933; cv=none; d=google.com; s=arc-20160816; b=A0rV8XSmBm2dSsllF809L+g7W7xPpGnDl7ytfMsMmJ+Nr/kOJaHkkW6q0F08yh2e6v gpVNK8Ya50s7+bLBYxlG4OLn5dlqfa5ES0IVZnenbyLVFNh8LeP24lhyRUvvs+t7M/lh Mrwz2RhJ4NiX8sz0KPW4xlsmjH8PY3r7dtPsplFxsGlGo4qbjGik1vkXbFS8uoD07Ogm p7gSKDEn3wtaXf40NX8/GaBKZOVbqoO3NarSBlEZVKA0KdiUbahaCh/LhcWE9vxhYskm +YS6Pv9jnbjZTpKDUeMdLzUtJdMRGc6aYAyqWrbGZn7mW9At7+0KDUPvQC0RwZLx63xv TSGw== 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=kO9C5mPeKcZRCxEDTeJJyyr9neMaBLCKEJVlh+E1Oeg=; b=NazAh0TSfgGrFO5uMcdQAMJRs6fNOPzW6VKjh2rDjdFaLp5SEYEw4E4+2dENgh0DgY lsr+jiXPWSakzGbcGGUQVz9fav7JY6J3L7fJjVwKAtKbviUFj4O9wOBpmvUlbdCBLSWq nHENFTa2E4l4DoinlnGKALLNUO1NzQf42VIyySat6VzzLCxoA62LiZd8hPSoPGYdkdsF 4Av7SsUT/1ZAlxu/0LkrK5ven9S5gF4mpPzh5K3Vi2QKm72R/6ugmaydtBHFwTP1hVYS l/4OmvbS4dtzA12Z6gRhuTAcqQdfKusNSlAiplxGup7q1sJyjDR5jxxdW0ZLEkKgJemr 0tig== 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 z84si334489wmc.2.2020.04.17.08.05.32 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 Apr 2020 08:05:32 -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 03HF5UpD022472 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 17 Apr 2020 17:05:32 +0200 Date: Fri, 17 Apr 2020 17:05:30 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v3 1/2] linux-custom: Install config and map file to /boot Message-ID: <20200417150529.fdli36qgg5mb6qw5@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200323114030.0d641afa@md1za8fc.ad001.siemens.net> <20200323134032.9724-1-Vijaikumar_Kanagarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200323134032.9724-1-Vijaikumar_Kanagarajan@mentor.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: Rwnhc7rNKwZd On Mon, Mar 23, 2020 at 07:10:31PM +0530, Vijai Kumar K wrote: > Align with upstream debian linux-image package. Install the config and > System.map file to /boot directory. Skip installation for User Mode Linux. Applied to next, thanks. With kind regards, Baurzhan.