Description of problem:
boot 'rescue' via usb Fedora-Server-netinst-x86_64-31-1.9.iso with tmpfs in installed system's /etc/fstab results in backtrace.
Version-Release number of selected component (if applicable):
Fedora-Server-netinst-x86_64-31-1.9.iso
How reproducible:
always
Steps to Reproduce:
1. in an installed system's /etc/fstab, create a tmpfs mount:
swap /home/schanzle/.cache tmpfs size=512m,uid=schanzle,gid=19249,mode=700,nodev,nosuid 0 0
2. Boot the netinst image selecting the rescue option
3. select to mount read-write
Actual results:
Python traceback with:
AttributeError: 'TmpFS' object has no attribute '_chrooted_mountpoint'
Expected results:
mounted filesystems
Additional info:
commenting out the fstab entry enables rescue to mount the filesystems.
shouldn't be significant, but my /home filesystem is Luks. Happy to test on another system if needed.
Happy to attach full traceback upon request. I have a (good) photo of the screen I could attach here. Please teach me how to find the traceback in a log or otherwise save it.