FS#36275 - [grub] Make grub-mkconfig use rw as mkinitcpio 0.15 spect for no warnings

Attached to Project: Arch Linux
Opened by Pablo Lezaeta (Jristz) - Thursday, 25 July 2013, 22:54 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 29 July 2013, 06:32 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Ronald van Haren (pressh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Actually a vanilla 'grub-mkconfig -o /boot/grub/grub.cfg' fill all whit the common stuf exept that add a ro in the command line
this make mkinitcpio (whit the fsck hook added as is recommended [actually])
complayn at boot for a filesystem mounted as ro
one can fix this manually but subsecuents grub-mkconfig-ings going to override that

this problem as far I know is:
line 138 of /util/grub.d/10_linux.in

linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}


A simple seed that change it to rw (or remove it and translating to /etc/defaults for give control to the user of that option and aboid break configs) can by a solution

Additional info:
* grub 2.00.5xxx

Steps to reproduce:
make a grub-mkconfig and rebuild the kernel with mkinitcpio 0.15.0
and reboot, watching a molestously message in every boot
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Monday, 29 July 2013, 06:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.00.5xxx-3

Loading...