Closed rgayon closed 4 years ago
For a dirty hack:
if grep -aq "AuthenticAMD.bin" initrd (cpio -id; cpio -id; lzma -d | cpio -id) < initrd else (cpio -id; lzma -d | cpio -id) < initrd fi
Also consider lz4 (ubuntu after https://launchpad.net/ubuntu/+source/live-build/+changelog )
Or find code somewhere else.
Also https://wiki.debian.org/initramfs
Fixed with #74
For a dirty hack:
if grep -aq "AuthenticAMD.bin" initrd (cpio -id; cpio -id; lzma -d | cpio -id) < initrd else (cpio -id; lzma -d | cpio -id) < initrd fi
Also consider lz4 (ubuntu after https://launchpad.net/ubuntu/+source/live-build/+changelog )
Or find code somewhere else.
Also https://wiki.debian.org/initramfs