Files
operating-system/buildroot-external
Stefan Agner 158ec0c3c2 Do not attempt to resize on every boot (#843) (#848)
The hassos-expand script calls sfdisk to find free disk space. It seems
that today it considers the space before the first partition as free:
$ sudo sfdisk -Fq /dev/sdi
Start   End Sectors Size
 2048 16383   14336   7M

This causes the script to always resize. It seems not to cause harm to
the partition table (it does not resize really). However, the call to
partx seems to confuse systemd and kill the mnt-data.mount process
(presumably because udev causes remove/add events for the by-label
device units).

Consider everything below 8MiB to not be worthy of a size change. This
avoids missdetection and resize attempts where there is no need.
2020-09-07 09:07:58 +00:00
..
2020-09-07 09:07:28 +00:00
2020-05-04 15:11:43 +02:00
2020-08-06 19:24:39 +00:00
2020-08-06 19:24:12 +00:00
2020-06-06 11:11:26 +00:00
2020-04-17 14:44:34 +02:00
2018-05-14 22:37:39 +02:00
2018-05-14 22:37:39 +02:00
2020-08-03 14:45:09 +00:00