summaryrefslogtreecommitdiff
path: root/roles/setup-root-partition/tasks
AgeCommit message (Collapse)Author
2020-10-08minor fixescreate with ansible
2020-10-08minor fixescreate with ansible
2020-05-26Fixes for the images building processzsdc
- Fixed GRUB installation on UEFI hosts. On UEFI machines GRUB will try to install EFI version by default, so we need to set `--target` on i386-pc version too; - Fixed /dev/mapper devices unmounting, removing, and loopback detach. `kpartx -d` does not detach devices from `/dev/mapper` at least in a testing environment (Debian Buster inside Docker). That why we need to run `dmsetup remove` directly for this. The same with a loopback device. If not do this, resources will be busy and all builds except the first one may fail; - Deleted hybrid MBR creating task. It has a wrong syntax and does not work, and it looks like it is needless anyway.
2020-04-29Build BIOS/UEFI Hybrid Imageskroy
2018-06-28Cleanup playbookYuya Kusakabe