diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-27 01:23:49 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-27 01:23:49 -0400 |
commit | 1dff0a2f878b8f70d175cb0d7cdd9ab3ffcb2f64 (patch) | |
tree | fa819a1fcc3eddbcf102d415942d985be0c33e1c | |
parent | cfa764e5244257025bac2d353dd71b7ff8da6bc4 (diff) |
build: Generate OMAR ramfs after invoking make
Signed-off-by: Ian Moffett <ian@osmora.org>
-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 |