From 33517ce2b587ac0947f288430f12f25e438a7505 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 12 Dec 2015 23:05:15 +0000 Subject: inject live bootloader configuration from our boot-core.git --- iso32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iso32') 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 () { -- cgit v1.2.3