[fedora-arm] Re: Question: kernelopts on raspberry pi

2020-09-10 Thread Steven A. Falco
On 9/9/20 6:57 PM, Stuart D Gathman wrote: On Wed, 9 Sep 2020, Steven A. Falco wrote: But that doesn't seem to have any effect.  After booting, I still see: # cat /proc/cmdline BOOT_IMAGE=(hd1,msdos2)/vmlinuz-5.8.0-1.fc33.aarch64 root=UUID=36a097ba-7577-4cc9-977e-df76c6590c48 ro Where does

[fedora-arm] Re: Question: kernelopts on raspberry pi

2020-09-09 Thread Stuart D Gathman
On Wed, 9 Sep 2020, Steven A. Falco wrote: But that doesn't seem to have any effect. After booting, I still see: # cat /proc/cmdline BOOT_IMAGE=(hd1,msdos2)/vmlinuz-5.8.0-1.fc33.aarch64 root=UUID=36a097ba-7577-4cc9-977e-df76c6590c48 ro Where does the kernel get its command line on RPi? I

[fedora-arm] Re: Question: kernelopts on raspberry pi

2020-09-09 Thread Steven A. Falco
I tried adding: GRUB_CMDLINE_LINUX="selinux=0" to /etc/default/grub, then ran: grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg That successfully added the following to grub.cfg: if [ -z "${kernelopts}" ]; then set kernelopts="root=UUID=36a097ba-7577-4cc9-977e-df76c6590c48 ro selinux=0 " fi