summaryrefslogtreecommitdiff
path: root/iso32
diff options
context:
space:
mode:
Diffstat (limited to 'iso32')
-rwxr-xr-xiso323
1 files changed, 2 insertions, 1 deletions
diff --git a/iso32 b/iso32
index 06ec161..139fbed 100755
--- a/iso32
+++ b/iso32
@@ -27,7 +27,8 @@ makeisox86 () {
}
bootcorex86 () {
- echo "injecting live bootloader configuration"
+ git clone https://gitlab.com/rogentos/boot-core.git "$bootcorepath"
+ cp -avx "$bootcorefiles" "$isonamex86"
}
cleanupisox86 () {