diff options
-rwxr-xr-x | hyra-build.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hyra-build.sh b/hyra-build.sh index e06afec..20a05d2 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -93,14 +93,14 @@ stage1() { iso_root_skel sysroot_skel + echo "[*] stage1: Build kernel" + make + echo "[*] stage1: Generate stage 1 RAMFS via OMAR" $RAMFS_TOOL -i base/ -o $RAMFS_NAME - echo "[*] stage1: Build kernel" - gen_iso_root - make KBUILD_ARGS="-D_INSTALL_MEDIA=0" - echo "[*] stage1: Generate stage 1 ISOFS (production)" + gen_iso_root gen_isofs "Hyra.iso" # Clean up |