|
Bugzilla – Full Text Bug Listing |
| Summary: | Installation should not create certain mount points in /etc/fstab any longer | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Cristian Rodríguez <crrodriguez> |
| Component: | Installation | Assignee: | Thomas Fehr <fehr> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsuchome, rmilasan |
| Version: | 13.1 Milestone 1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Cristian Rodríguez
2013-06-07 11:58:47 UTC
I committed version 2.24.2 of yast2-storage that includes the change. It does not create the entries during new installation and removes them during an update. I added /proc/bus/usb to the list of directories to remove because it is added when an USB controller is detected and it hardly makes sense to have /proc/bus/usb mounted via fstab when /proc itself is mounted by systemd. (In reply to comment #1) > I committed version 2.24.2 of yast2-storage that includes the change. > It does not create the entries during new installation and removes them > during an update. > I added /proc/bus/usb to the list of directories to remove because it is > added when an USB controller is detected and it hardly makes sense to > have /proc/bus/usb mounted via fstab when /proc itself is mounted by > systemd. By "remove them on update" I guess you mean if the upgrade is done by Yast instead of zypper dup right ? if so, we need to update the release notes and instruct to manually remove those mount points from the file. (In reply to comment #2) > By "remove them on update" I guess you mean if the upgrade is done by Yast > instead of zypper dup right ? if so, we need to update the release notes and > instruct to manually remove those mount points from the file. Yes, since the removal from fstab happens within code of yast2-storage it can only do the removal if yast2-storage code is executed. Upgrades with "zypper dup" would therefore keep /etc/fstab untouched unless someone does teh removal in an RPM postinstall script. This is an autogenerated message for OBS integration: This bug (823903) was mentioned in https://build.opensuse.org/request/show/178512 Factory / yast2-storage *** Bug 844917 has been marked as a duplicate of this bug. *** |