Jump to content

zcyyt123

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by zcyyt123

  1. On 8/28/2020 at 2:19 PM, thor2002ro said:

    I'll add latest git zfs in the next version.... probably today release... 5.8.5

     

    as for buildscript.... why do you need one there just some easy commands to build kernel

    copy current config to .config

    then make -j$(nproc)

    then make INSTALL_MOD_PATH=../modules modules_install to extract modules to a separate directory

    then mksquashfs modules/lib/modules/*/ bzmodules -keep-as-directory -noappend -root-owned -no-xattrs makes the bzmodules

    and bzimage is in arch/x86/boot/

     

    this is all run on a linux system not on unraid itself....

     

    but my advice if you are not familiar with kernel building and configuration to not do it and do some research first, you can get some funky results... your choice :)

     

    5.10.0rc4-20201118

    I build this way, but The file size of bzimage and bzmodules is different from yours, bzimage 6.17MB, bzmodules 15MB.

    Sorry about my English BU.

×
×
  • Create New...