Closed filipkemuel closed 6 months ago
Switched title and id in bootOptions.set and in bootOptions.forEach just below it. Now entries show up correctly
bootOptions.set
bootOptions.forEach
Changed: ExecCommand( ['/usr/bin/pkexec', '/usr/sbin/grub-reboot', id] to: ExecCommand(['/usr/bin/pkexec', '/usr/bin/bootctl', 'set-oneshot', id],)
ExecCommand( ['/usr/bin/pkexec', '/usr/sbin/grub-reboot', id]
Now rebooting with systemd-boot works.
Fixes #9
Switched title and id in
bootOptions.set
and inbootOptions.forEach
just below it. Now entries show up correctlyChanged:
ExecCommand( ['/usr/bin/pkexec', '/usr/sbin/grub-reboot', id]
to: ExecCommand(['/usr/bin/pkexec', '/usr/bin/bootctl', 'set-oneshot', id],)Now rebooting with systemd-boot works.
Fixes #9