mender_grubenv_defines 843 B

12345678910111213141516171819202122232425
  1. ################################################################################
  2. # Mandatory
  3. ################################################################################
  4. # Warning: This file is an example and should be customized to fit your needs!
  5. # Partition index of root filesystem A
  6. mender_rootfsa_part=2
  7. # Partition index of root filesystem B
  8. mender_rootfsb_part=3
  9. # Device file corresponding to the root filesystem partitions, without index.
  10. mender_kernel_root_base=/dev/vda
  11. # Name of the storage device containing root filesystem partitions in GRUB
  12. # format.
  13. mender_grub_storage_device=hd0
  14. # Type of kernel (bzImage or zImage)
  15. kernel_imagetype=bzImage
  16. # Type of initrd image.
  17. # Note: An initrd image is not strictly necessary, and the system will boot and
  18. # update without a initrd image.
  19. # initrd_imagetype=initrd.img