summaryrefslogtreecommitdiff
path: root/iso32
diff options
context:
space:
mode:
Diffstat (limited to 'iso32')
-rwxr-xr-xiso322
1 files changed, 1 insertions, 1 deletions
diff --git a/iso32 b/iso32
index 00a6cb5..7b12ef8 100755
--- a/iso32
+++ b/iso32
@@ -47,7 +47,7 @@ prepareisox86 () {
bootcoreisox86 () {
# configure live bootloader
- git clone https://gitlab.com/kogaion/boot-core.git "$bootcorepath"
+ git clone https://gitlab.com/"$releasename"/boot-core.git "$bootcorepath"
cp -avx "$bootcorefiles" "$isorootdirx86"
}