fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
482 stars 32 forks source link

Simplify - kexec preparations #344

Closed fosslinux closed 8 months ago

fosslinux commented 9 months ago

Largest change is supporting command execution as an input to the initramfs/kernel in kexec-linux. This avoids us writing the initramfs to the ramdisk, reducing duplicating it in memory.

also expand the ramdisk - this will be able to be shrunk in the future. I just don't want to introduce too many changes at once.

dep of #334

no checksum changes, there will be one big checksum change in #334