Commit 5308b66
libvirt_disk: add "/sysroot" as root mountpoint (avocado-framework#4161) (avocado-framework#4230)
For the common images, the root mountpoint is "/". It looks like:
vda
├─vda1 /boot/efi
├─vda2 /boot
└─vda3
├─rhel-root /
└─rhel-swap [SWAP]
For the image of rhel image mode, the root mountpoint is "/sysroot".
It looks like:
vda
├─vda1
├─vda2 /boot/efi
├─vda3 /boot
└─vda4 /sysroot
Add "/sysroot" as root mountpoint for image mode.
Signed-off-by: Han Han <hhan@redhat.com>
Co-authored-by: Han Han <hhan@redhat.com>1 parent c6d754f commit 5308b66
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments