From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C26F6138351 for ; Wed, 1 Apr 2020 04:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE476E0ACF; Wed, 1 Apr 2020 04:22:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72B55E0ABA for ; Wed, 1 Apr 2020 04:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2691A34F4C2 for ; Wed, 1 Apr 2020 04:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFCA31AF for ; Wed, 1 Apr 2020 04:22:20 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585714863.5ce5dafb2557fe50c4c860a6049fc804ec4f2304.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/netboot2-final.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5ce5dafb2557fe50c4c860a6049fc804ec4f2304 X-VCS-Branch: master Date: Wed, 1 Apr 2020 04:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdaebe6c-0481-43a8-806e-4b5ffc8d62fa X-Archives-Hash: 89f680dc9b51d3db38b6149dc6c533b8 commit: 5ce5dafb2557fe50c4c860a6049fc804ec4f2304 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 1 03:45:05 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 1 04:21:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5ce5dafb targets: Remove gentoo-config Not critical, but its presence causes the rmdir to fail. Signed-off-by: Matt Turner gentoo.org> targets/support/netboot2-final.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh index e6566a1e..28b0d005 100755 --- a/targets/support/netboot2-final.sh +++ b/targets/support/netboot2-final.sh @@ -15,6 +15,7 @@ for x in ${clst_boot_kernel}; do mv ${clst_target_path}/boot/System-${x}.map ${clst_target_path}/kernels/misc done +rm -f ${clst_target_path}/boot/gentoo-config rmdir ${clst_target_path}/boot # Any post-processing necessary for each architecture can be done here. This