commit: 5ce5dafb2557fe50c4c860a6049fc804ec4f2304
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 1 03:45:05 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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