Feature #5305
fsck should locate the image based on just the name
Status: | Closed | Start date: | 08/04/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jaime Melis | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 5.4.1 | |||
Resolution: | fixed | Pull request: |
Description
The fsck has a section that migrates from the deprected os/boot directive: OS = [ BOOT = "hd" ] to the new more flexible directive: OS = [ BOOT = "disk0" ].
This only works if the user specifies IMAGE_ID or IMAGE_UNAME in the DISK section. However, since the core tries to locate the image based on just the image name (by looking at the user's images) so should fsck.
Associated revisions
F #5305: fsck should locate the image based on just the name
F #5305: fsck should locate the image based on just the name
(cherry picked from commit 25df1f160747a964b7c192feb363fa7299ebed96)
F #5305: Improve error handling
F #5305: Improve error handling
(cherry picked from commit 37dc649fd73d46616a71b8dcb6ebc49310d627a2)
History
#1 Updated by Ruben S. Montero almost 4 years ago
- Assignee set to Jaime Melis
#2 Updated by Jaime Melis almost 4 years ago
- Status changed from Pending to Closed
- Resolution set to fixed