diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-04-13 23:32:04 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-04-13 23:32:04 -0400 |
| commit | 3ff3f922aa3e0a0bbbeef5c4ffc10bcfb958899f (patch) | |
| tree | 6aab74a85131fb550a7b82cd733976eedb907bfc /build-chroot.sh | |
| parent | 027523b92498501c13bc046be01366f9ad42eb1e (diff) | |
Added tinyramfs
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/ |
