summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.conf.ubuntu
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-24 15:39:31 +0100
committerSimon Rettberg2018-03-24 15:39:31 +0100
commitf7a47fd6cbf541d3627215514eaf63f0b0e393ba (patch)
tree6a5d45adb35c6d3e90cf64d9589746a84d1dafbb /core/rootfs/rootfs-stage32/module.conf.ubuntu
parent[etherwake] New module (diff)
downloadmltk-f7a47fd6cbf541d3627215514eaf63f0b0e393ba.tar.gz
mltk-f7a47fd6cbf541d3627215514eaf63f0b0e393ba.tar.xz
mltk-f7a47fd6cbf541d3627215514eaf63f0b0e393ba.zip
[rfs-stage32] Smarter handling of ID45; unify part detection; sort by size
- Partitions matching a certain ID will be sorted by size by the get_all_with_id function, so in case you want only one by that type you'll get the largest one. - Partition detection is now done by querying udev for all the block devices found in /dev which works well for both DOS and GPT. - ID45 code now handles the cases where a partition was resized offline and adjusts or recreates the file system accordingly. We also enforce ext4 for ID45 now instead of acceping anything that appears to be mountable.
Diffstat (limited to 'core/rootfs/rootfs-stage32/module.conf.ubuntu')
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.ubuntu2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/rootfs/rootfs-stage32/module.conf.ubuntu b/core/rootfs/rootfs-stage32/module.conf.ubuntu
index dbb81683..e9395376 100644
--- a/core/rootfs/rootfs-stage32/module.conf.ubuntu
+++ b/core/rootfs/rootfs-stage32/module.conf.ubuntu
@@ -8,6 +8,8 @@ REQUIRED_INSTALLED_PACKAGES="
curl
openssl
gawk
+ e2fsprogs
+ util-linux
"
REQUIRED_CONTENT_PACKAGES="
openssl