dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
599 stars 397 forks source link

Is It support for zstd compressed initramfs? #645

Closed alvin998179 closed 5 years ago

alvin998179 commented 5 years ago

Is It support for zstd compressed initramfs?

danimo commented 5 years ago

Yes, since 047. check dracut --help or the man page for details.

alvin998179 commented 5 years ago

Thank you!

alvin998179 commented 4 years ago

But I can not bootup in arch linux when I use zstd compressed initramfs.

alvin998179 commented 4 years ago

How to make bootup work if I use zstd compressed initramfs. Please tell me.

haraldh commented 4 years ago

dracut --zstd … or compress=zstd in a dracut configuration file

alvin998179 commented 4 years ago

Got it, thanks.