diff options
Diffstat (limited to 'build-chroot.sh')
| -rwxr-xr-x | build-chroot.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build-chroot.sh b/build-chroot.sh index 3c0f051..6058064 100755 --- a/build-chroot.sh +++ b/build-chroot.sh @@ -455,6 +455,12 @@ sed -i "s/add_install_script('sh'/add_install_script('\/bin\/sh'/" meson.build muon -C build install cd .. +# tinyramfs Build +tar xf ../sources/tinyramfs-*.tar* +cd tinyramfs-*/ +make install PREFIX=/usr +cd .. + # Finally, make the image bootable. cp /usr/share/limine/BOOTX64.EFI /boot/EFI/BOOT/ |
