Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Wed, 01 Apr 2020 04:22:26
Message-Id: 1585714863.5ce5dafb2557fe50c4c860a6049fc804ec4f2304.mattst88@gentoo
1 commit: 5ce5dafb2557fe50c4c860a6049fc804ec4f2304
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 03:45:05 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 04:21:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5ce5dafb
7
8 targets: Remove gentoo-config
9
10 Not critical, but its presence causes the rmdir to fail.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 targets/support/netboot2-final.sh | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh
18 index e6566a1e..28b0d005 100755
19 --- a/targets/support/netboot2-final.sh
20 +++ b/targets/support/netboot2-final.sh
21 @@ -15,6 +15,7 @@ for x in ${clst_boot_kernel}; do
22 mv ${clst_target_path}/boot/System-${x}.map ${clst_target_path}/kernels/misc
23 done
24
25 +rm -f ${clst_target_path}/boot/gentoo-config
26 rmdir ${clst_target_path}/boot
27
28 # Any post-processing necessary for each architecture can be done here. This