Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/embedded/, targets/support/, targets/netboot/
Date: Sun, 03 May 2020 22:04:41
Message-Id: 1588543458.bd94a2ad8fcb03b57ad19f9baa39e223dcea7087.mattst88@gentoo
1 commit: bd94a2ad8fcb03b57ad19f9baa39e223dcea7087
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 06:42:08 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 22:04:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=bd94a2ad
7
8 targets: Remove unused source filesystem-functions.sh
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 targets/embedded/controller.sh | 1 -
13 targets/livecd-stage2/controller.sh | 1 -
14 targets/netboot/controller.sh | 1 -
15 targets/support/bootloader-setup.sh | 1 -
16 targets/support/create-iso.sh | 1 -
17 targets/support/netboot-final.sh | 1 -
18 6 files changed, 6 deletions(-)
19
20 diff --git a/targets/embedded/controller.sh b/targets/embedded/controller.sh
21 index 7e33ed49..e40a913f 100755
22 --- a/targets/embedded/controller.sh
23 +++ b/targets/embedded/controller.sh
24 @@ -1,7 +1,6 @@
25 #!/bin/bash
26
27 source ${clst_shdir}/support/functions.sh
28 -source ${clst_shdir}/support/filesystem-functions.sh
29
30 case ${1} in
31 enter)
32
33 diff --git a/targets/livecd-stage2/controller.sh b/targets/livecd-stage2/controller.sh
34 index f9bc7b7e..8ee46d7c 100755
35 --- a/targets/livecd-stage2/controller.sh
36 +++ b/targets/livecd-stage2/controller.sh
37 @@ -1,7 +1,6 @@
38 #!/bin/bash
39
40 source ${clst_shdir}/support/functions.sh
41 -source ${clst_shdir}/support/filesystem-functions.sh
42
43 case $1 in
44 pre-kmerge)
45
46 diff --git a/targets/netboot/controller.sh b/targets/netboot/controller.sh
47 index d6b329e6..f84a32bd 100755
48 --- a/targets/netboot/controller.sh
49 +++ b/targets/netboot/controller.sh
50 @@ -1,7 +1,6 @@
51 #!/bin/bash
52
53 source ${clst_shdir}/support/functions.sh
54 -source ${clst_shdir}/support/filesystem-functions.sh
55
56 case ${1} in
57 build_packages)
58
59 diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh
60 index 1564d74a..d507fe5e 100755
61 --- a/targets/support/bootloader-setup.sh
62 +++ b/targets/support/bootloader-setup.sh
63 @@ -1,7 +1,6 @@
64 #!/bin/bash
65
66 source ${clst_shdir}/support/functions.sh
67 -source ${clst_shdir}/support/filesystem-functions.sh
68
69 # $1 is the destination root
70
71
72 diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
73 index 01b06501..e5ad7060 100755
74 --- a/targets/support/create-iso.sh
75 +++ b/targets/support/create-iso.sh
76 @@ -1,7 +1,6 @@
77 #!/bin/bash
78
79 source ${clst_shdir}/support/functions.sh
80 -source ${clst_shdir}/support/filesystem-functions.sh
81
82 ## START RUNSCRIPT
83
84
85 diff --git a/targets/support/netboot-final.sh b/targets/support/netboot-final.sh
86 index 52b85f05..f71e4099 100755
87 --- a/targets/support/netboot-final.sh
88 +++ b/targets/support/netboot-final.sh
89 @@ -1,7 +1,6 @@
90 #!/bin/bash
91
92 source ${clst_shdir}/support/functions.sh
93 -source ${clst_shdir}/support/filesystem-functions.sh
94
95 extract_kernels ${clst_target_path}/boot