DatPat / unraid_arc_g2

compiled unraid kernel images to get intel arc working
GNU General Public License v3.0
3 stars 0 forks source link

How to unpack and re-pack bzfirmware? #2

Open Hyy2001X opened 1 year ago

Hyy2001X commented 1 year ago

I would like to add other firmware. Could you provide a method please .Thanks very much!

DatPat commented 1 year ago

you can use mksquashfs to do this.

unpack: https://askubuntu.com/questions/437880/extract-a-squashfs-to-an-existing-directory

copy files

repack: mksquashfs /mnt/usr/bzfirmware_unpacked mnt/usr/rls/bzfirmware -keep-as-directory -noappend