aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-31 20:45:05 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-31 21:21:03 -0700
commit5ce5dafb2557fe50c4c860a6049fc804ec4f2304 (patch)
treeb7d696ef215413902219460efb6b9d3921ff095c
parenttargets: Build and use binpkgs for linux deps (diff)
downloadcatalyst-5ce5dafb.tar.gz
catalyst-5ce5dafb.tar.bz2
catalyst-5ce5dafb.zip
targets: Remove gentoo-config
Not critical, but its presence causes the rmdir to fail. Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rwxr-xr-xtargets/support/netboot2-final.sh1
1 files changed, 1 insertions, 0 deletions
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