summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xiso323
-rwxr-xr-xiso643
-rwxr-xr-xvasile2
3 files changed, 6 insertions, 2 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 () {
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 () {
diff --git a/vasile b/vasile
index 27519a4..4b6f669 100755
--- a/vasile
+++ b/vasile
@@ -29,6 +29,8 @@ export local chrootprofile="eselect profile set 1"
# arch independent iso variables
export local kernelver="3.14.0-"$releasename""
+export local bootcorepath="/tmp/bootcore"
+export local bootcorefiles="/tmp/bootcore/cdroot/*"
# x64 specific build variables