FS#45117 - [mkinitcpio] base hook take rootfstype param instead of fstype
Attached to Project:
Arch Linux
Opened by Tom Yan (tom.ty89) - Thursday, 28 May 2015, 11:35 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 03 July 2016, 18:23 GMT
Opened by Tom Yan (tom.ty89) - Thursday, 28 May 2015, 11:35 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 03 July 2016, 18:23 GMT
|
Details
Description:
Currently mkinitcpio takes (only) the boot param "fstype" instead of "rootfstype" as documented in kernel docs. I am not sure if it's documented in mkinitcpio but I wonder if it's necessary to make such a difference, since it takes rootflags, which is documented in kernel docs as well. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Dave Reisner (falconindy)
Sunday, 03 July 2016, 18:23 GMT
Reason for closing: Fixed
Additional comments about closing: mkinitcpio-20-1
Sunday, 03 July 2016, 18:23 GMT
Reason for closing: Fixed
Additional comments about closing: mkinitcpio-20-1
Here's a trivial patch which fixes it, a straightforward rename, which hopefully gets this ticket fixed.
https://git.archlinux.org/mkinitcpio.git/commit/?id=14487ea9a6104c17b00c6fa7bcb65c617c7490c8
I opted to leave in support for fstype for backwards compat.