public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/catalyst:dilfridge/qcow2 commit in: targets/support/, targets/diskimage-stage2/, targets/embedded/, ...
@ 2024-10-05 16:01 Andreas K. Hüttel
  0 siblings, 0 replies; only message in thread
From: Andreas K. Hüttel @ 2024-10-05 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5c615b75a52c8604aaf97501f66e086669cc2866
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 16:00:40 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 16:00:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5c615b75

Rename targets/support/bootloader-setup.sh to iso-bootloader-setup.sh

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 targets/diskimage-stage2/controller.sh                           | 2 +-
 targets/embedded/controller.sh                                   | 2 +-
 targets/livecd-stage2/controller.sh                              | 2 +-
 targets/support/{bootloader-setup.sh => iso-bootloader-setup.sh} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/targets/diskimage-stage2/controller.sh b/targets/diskimage-stage2/controller.sh
index d7a4e731..6d8c93e2 100755
--- a/targets/diskimage-stage2/controller.sh
+++ b/targets/diskimage-stage2/controller.sh
@@ -60,7 +60,7 @@ case $1 in
 			cp -rv ${clst_chroot_path}/boot/memtest86plus/* $1
 		fi
 
-		${clst_shdir}/support/bootloader-setup.sh $1
+		${clst_shdir}/support/iso-bootloader-setup.sh $1
 		;;
 
 	unmerge)

diff --git a/targets/embedded/controller.sh b/targets/embedded/controller.sh
index c2e5994c..58591f98 100755
--- a/targets/embedded/controller.sh
+++ b/targets/embedded/controller.sh
@@ -55,7 +55,7 @@ case ${1} in
 		# Here is where we poke in our identifier
 		touch ${1}/livecd
 
-		${clst_shdir}/support/bootloader-setup.sh ${1}
+		${clst_shdir}/support/iso-bootloader-setup.sh ${1}
 	;;
 
 	iso)

diff --git a/targets/livecd-stage2/controller.sh b/targets/livecd-stage2/controller.sh
index 57d947a1..fb2227fd 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -147,7 +147,7 @@ case $1 in
 			;;
 		esac
 
-		${clst_shdir}/support/bootloader-setup.sh $1
+		${clst_shdir}/support/iso-bootloader-setup.sh $1
 		;;
 
 	unmerge)

diff --git a/targets/support/bootloader-setup.sh b/targets/support/iso-bootloader-setup.sh
similarity index 100%
rename from targets/support/bootloader-setup.sh
rename to targets/support/iso-bootloader-setup.sh


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-05 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 16:01 [gentoo-commits] proj/catalyst:dilfridge/qcow2 commit in: targets/support/, targets/diskimage-stage2/, targets/embedded/, Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox