Print this page
fixes

Split Close
Expand all
Collapse all
          --- old/grub/util/grub.d/10_illumos.in
          +++ new/grub/util/grub.d/10_illumos.in
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42          insmod gzio
  43   43          if cpuid -l ; then
  44   44                  ISADIR=amd64
  45   45          else
  46   46                  ISADIR=
  47   47          fi
  48   48          zfs-bootfs $($grub_mkrelpath /) ZFS_BOOTFS
  49   49          multiboot $($grub_mkrelpath /platform/i86pc/kernel)/\$ISADIR/unix /platform/i86pc/kernel/\$ISADIR/unix -B \$ZFS_BOOTFS,console=text
  50   50          module $($grub_mkrelpath /platform/i86pc)/\$ISADIR/boot_archive /platform/i86pc/\$ISADIR/boot_archive
  51   51  }
       52 +
       53 +submenu 'Illumos-entries' {
       54 +        illumos_entries /@/boot/illumos.cfg 
       55 +}
  52   56  EOF
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX