[elbe-devel] [PATCH v3 0/4] grubinstaller: UEFI and mountpoints

bage at linutronix.de bage at linutronix.de
Fri Aug 23 16:46:28 CEST 2019


From: Bastian Germann <bage at linutronix.de>

Fix a grub installer issue with shim that prevents creating bootable UEFI
images. On the way, enable UEFI for other targets and remove some cruft.

Also, make the grubinstaller mount all partitions for a device to support
things like a separate /var.

Closes #230.

Changelog
  v2: added the mounting changes
  v3: don't use [] as default parameter
      fix mounting issue that was caused by os.path.joining two absolute paths

Bastian Germann (4):
  grubinstaller: remove support for version 1.99
  grubinstaller: enable UEFI (secure) boot with shim
  grubinstaller: mount all labels
  grubinstaller: sort the mountpoints

 elbepack/commands/hdimg.py |   4 +-
 elbepack/elbeproject.py    |  39 ++++---
 elbepack/hdimg.py          | 204 +++++++------------------------------
 3 files changed, 59 insertions(+), 188 deletions(-)

-- 
2.20.1




More information about the elbe-devel mailing list