New: [rhinstaller/blivet/pulls/41 master] Allow to set partition flags

alexanderlaw installerbot-noreply at redhat.com
Tue Mar 10 13:32:01 UTC 2015


This patch allows to set partition flags supported by parted such as 'hidden', 'boot', 'bios_grub'...
('bootable' argument in fact does nothing if the partition is not mounted to '/boot'.)
Flags are passed in a dictionary:
```python
partiition = b.newPartition(parents=[disk], size=10*1024*1024, grow=False, partFlags = {'bios_grub': True})
```
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/41


More information about the anaconda-patches mailing list