diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-12-12 23:05:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-12-12 23:05:15 +0000 |
commit | 33517ce2b587ac0947f288430f12f25e438a7505 (patch) | |
tree | 7a6ea12089e2728a28b4fb3feab77fb2752c8b8e /iso32 | |
parent | 74ebeeb4c3a5e661461a8bdc6feef262d1f22e7d (diff) |
inject live bootloader configuration from our boot-core.git
Diffstat (limited to 'iso32')
-rwxr-xr-x | iso32 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 () { |