diff options
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 () { |