summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-12-12 23:05:15 +0000
committerV3n3RiX <venerix@rogentos.ro>2015-12-12 23:05:15 +0000
commit33517ce2b587ac0947f288430f12f25e438a7505 (patch)
tree7a6ea12089e2728a28b4fb3feab77fb2752c8b8e
parent74ebeeb4c3a5e661461a8bdc6feef262d1f22e7d (diff)
inject live bootloader configuration from our boot-core.git
-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