Re: Is it possible to use a stream for initrd=

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/09/22 at 10:16am, Tobias Powalowski wrote:
> Hi,
> I have a tmp directory with all files placed in:
> find . -mindepth 1 -printf '%P\0' | sort -z | LANG=C bsdtar --uid 0
> --gid 0 --null -cnf - -T - |\
>     LANG=C bsdtar --null -cf - --format=newc @- | zstd -T0 > /initrd.img
> 
> and this initrd.img I want to write into kexec without creating the initrd file.
> 
> kexec -l /vmlinuz-linux --initrd=/initrd.img --reuse-cmdline
>  systemctl kexec

See manpage of kexec, the EXAMPLE part:

kexec -l /boot/vmlinux  --initrd=/boot/initrd --reuse-cmdline
kexec -e


_______________________________________________
kexec mailing list
kexec@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/kexec



[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux