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 B1CF9139694 for ; Wed, 12 Apr 2017 08:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C0321C0A1; Wed, 12 Apr 2017 08:44:18 +0000 (UTC) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FD9221C0A1 for ; Wed, 12 Apr 2017 08:44:18 +0000 (UTC) Received: by mail-wm0-x241.google.com with SMTP id x75so4913301wma.1 for ; Wed, 12 Apr 2017 01:44:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=avHOpCQLOfDoqN/xoCwTo/mXo36Pdu69z5mut4TfkcE=; b=UDRXz2w0cfRiuJ3WCQfCee0OfR7Bj53M55CzYGx0b/8lBeuegUYV3rHUyxmePbDsyf lAU81i039UhLnvFb1A3jbMAPYuvU3rKlu1to3gdmJzgve65ocNn4suFwvrNwe+oH88UE UH0SEKjSPe6i42aiz4Vup/Xhn2QYSvmQYyfaz1fUheYFkcNFCrFuBoCOwnzUjOKyl67B pNDvSXc5Lkix183MjyAWnfCVRVuyOXG8kpVY0nXvoj0KZzMa9G6t3xURm5LSjDrGQOCg jeN7u0RunyE8N98j3S4SawnMo+zocSjg1J3Sl56N0mNPUioVMVo0WZtyqS+sVAR58V/h elcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=avHOpCQLOfDoqN/xoCwTo/mXo36Pdu69z5mut4TfkcE=; b=XOAkuIuqevnpnMV9AHLVvGs7uOhQlmyFtyy19zN8tjepGWstcT2WitX6s75UJS0y5X nB8gNNzGJYo4xkMyq52FfWPeXczm7bpHrEY4lDbC/Xu8ajZCOh1i0j8dMyRLDOrX9YXs poWDQbS/zm7ZwkiyM4XdQYgkqxZ8o7vM1dBJnvqSwALiqNbFtY4a1IKD4FKa/lsUEzBY F0AXqxr/DyUg3uD9LVRSFkzXwh3NPlBHfVaqBpBh3z9qqerReNEhjTAvl6YmP9FnH7YO KMDAlNxfV6xGkicRsoZHp/9TsroYhpVowwdsLsGhDke1ZUOhjtNmTS6zhQcMMLMY3fWV e8nw== X-Gm-Message-State: AN3rC/7wnkM3oaHcslDBjLqCdqA+3cEnSeDsC0+LOEkR862GETfgQs4E FikxlVOWrI3/UZJDhPE= X-Received: by 10.28.176.5 with SMTP id z5mr4359956wme.3.1491986657044; Wed, 12 Apr 2017 01:44:17 -0700 (PDT) Received: from localhost.localdomain (ppp005055006220.access.hol.gr. [5.55.6.220]) by smtp.googlemail.com with ESMTPSA id g53sm453131wrg.22.2017.04.12.01.44.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Apr 2017 01:44:16 -0700 (PDT) From: Christos Kotsi To: gentoo-catalyst@lists.gentoo.org Cc: christo.kotsi@gmail.com Subject: [gentoo-catalyst] [PATCH 6/6] changed mkdir line for kernels/misc Date: Wed, 12 Apr 2017 11:43:49 +0300 Message-Id: <20170412084349.2017-6-christo.kotsi@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170412084349.2017-1-christo.kotsi@gmail.com> References: <20170412084349.2017-1-christo.kotsi@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: 0dcbe76a-621c-4080-91ff-8f6d21d94c75 X-Archives-Hash: e98033c4137e4d79f16769e83ac55f9b --- targets/support/netboot2-final.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh index ebd5187..e6566a1 100755 --- a/targets/support/netboot2-final.sh +++ b/targets/support/netboot2-final.sh @@ -3,13 +3,11 @@ source ${clst_shdir}/support/functions.sh source ${clst_shdir}/support/filesystem-functions.sh - extract_kernels ${clst_target_path}/boot # Move kernel binaries to ${clst_target_path}/kernels, and # move everything else to ${clst_target_path}/kernels/misc -mkdir ${clst_target_path}/kernels -mkdir ${clst_target_path}/kernels/misc +mkdir -p ${clst_target_path}/kernels/misc for x in ${clst_boot_kernel}; do mv ${clst_target_path}/boot/${x} ${clst_target_path}/kernels -- 2.10.2