summaryrefslogtreecommitdiff
path: root/iso64
diff options
context:
space:
mode:
Diffstat (limited to 'iso64')
-rwxr-xr-xiso643
1 files changed, 2 insertions, 1 deletions
diff --git a/iso64 b/iso64
index 50ad4c4..3594f0c 100755
--- a/iso64
+++ b/iso64
@@ -28,7 +28,8 @@ makeisox64 () {
}
bootcorex64 () {
- echo "injecting live bootloader configuration"
+ git clone https://gitlab.com/rogentos/boot-core.git "$bootcorepath"
+ cp -avx "$bootcorefiles" "$isonamex64"
}
cleanupisox64 () {