[elbe-devel] [PATCH 0/9] binary partitions and types

Torben Hohn torben.hohn at linutronix.de
Mon Dec 14 17:41:04 CET 2020


This allows to create partitions containing data from a file
instead of a filesystem.

Also adds a finetuning rule, that allows to set the partition
type to arbitrary types via fdisk.

This Queue also fixes simple-amd64-with-grub-tighten.xml
to become bootable, and renames it to simple-amd64-with-grub.xml


Torben Hohn (9):
  shellhelper: add one more doctest
  tests simple-amd64-with-grub-tighten: make it build a bootable system
  fstab: factor out hdpart from fstabentry
  hdimg: implement partition filles with binary data from file
  tests simple-amd64-with-grub-tighten: add binary partition
  init: fix devel mode trying to sed the wrong service file
  finetuning: implement <set_partition_type>
  tests: add a section to test <set_partition_type/>
  tests: remove -tighten from simple-amd64-with-grub-tighten.xml
    filename

 elbepack/finetuning.py                        | 19 +++++
 elbepack/fstab.py                             | 76 ++++++++++---------
 elbepack/hdimg.py                             | 27 ++++++-
 elbepack/init/init-elbe.sh.mako               |  4 +-
 elbepack/shellhelper.py                       |  3 +
 schema/dbsfed.xsd                             | 28 +++++++
 ...tighten.xml => simple-amd64-with-grub.xml} | 46 +++++++++--
 7 files changed, 156 insertions(+), 47 deletions(-)
 rename tests/{simple-amd64-with-grub-tighten.xml => simple-amd64-with-grub.xml} (54%)

-- 
2.20.1



More information about the elbe-devel mailing list