[rhinstaller/anaconda/pulls/427 f23-branch] rpmostreepayload: Fix two issues with mounting

dwlehman installerbot-noreply at redhat.com
Tue Oct 27 20:50:17 UTC 2015


Here's an example of a bind mount using blivet:

```python
# set up a format that can do a bind mount
fmt = getFormat("bind", device=source_dir, mountpoint=dest_dir, exists=True)
# optionally, associate it with a device
dev = DirectoryDevice(dest_dir, fmt=fmt, exists=True)
# mount it
fmt.setup()
```

Anyway, I think your solution is fine -- especially if you don't want this stuff in /etc/fstab.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/427


More information about the anaconda-patches mailing list