summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
Commit message (Collapse)AuthorAgeFilesLines
* [rootfs-stage32] Fix detecting single digit type MBR partitionsSimon Rettberg2019-04-041-1/+1
|
* [rootfs-stage32] Explicitly wait for a HDD when using --hddSimon Rettberg2019-04-041-2/+2
| | | | | | | | | | Before, we would exit the wait_for_hdd function if a) udevadm settle finishes, or additionally b) if --hdd was passed and something is in /dev/disk/by-path Now it's either condition a) if --hdd was not passed, or just condition b) if --hdd was passed, so in the latter case we'll keep waiting even if udevadm settle already finished.
* [hardware-stats/rootfs-stage32] Ignore USB sticks/HDDsSimon Rettberg2019-02-261-1/+1
|
* [rootfs-stage32] Fix bug when using --hddSimon Rettberg2019-02-221-1/+4
|
* [hardware-stats/rootfs-stage32] HI JOEY!Simon Rettberg2019-02-191-0/+2
|
* [hardware-stats/rootfs-stage32] Improve HDD detectionSimon Rettberg2019-02-191-8/+19
|
* [rfs-stage32] Don't run fstrim on mkfs as it can slow down thingsSimon Rettberg2018-11-121-2/+5
| | | | | | Maybe add an asynchronous fstrim run as a separate systemd job later on, but for now let's discard the discard. It ain't that bad on halfway modern SSDs with more sophisticated wear leveling.
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-6/+10
|
* [rfs32] setup_partitons: More agressive udev-settle timeoutSimon Rettberg2018-09-121-8/+23
|
* Get rid of fractional sleep callsSimon Rettberg2018-08-311-2/+2
|
* [rfs-stage32] setup_partitions: 4s timeout for udev settleSimon Rettberg2018-08-311-1/+1
|
* [rfs-stage32] Delay partition setup slightlySimon Rettberg2018-04-201-1/+5
|
* [rfs-stage32] setup_partitions: Use properly quoted arguments + arraysSimon Rettberg2018-03-261-30/+27Star
|
* [rfs-stage32] Smarter handling of ID45; unify part detection; sort by sizeSimon Rettberg2018-03-241-31/+142
| | | | | | | | | | | | - 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.
* [rfs-stage32] Make sure data/ exists on ID45 and has proper permissionsSimon Rettberg2018-01-121-1/+5
|
* [rfs-stage32] Fix xfs format failingSimon Rettberg2017-12-061-1/+1
|
* [rfs-s32] mehJonathan Bauer2017-10-201-2/+2
|
* [rfs-s32] add OpenSLX-ID45 GPT label supportJonathan Bauer2017-10-201-1/+1
| | | | for setup-partitions
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-78/+107
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-251-0/+168