1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 12:05:26 +03:00
mobile-nixos/boot
Samuel Dionne-Riel 3959529d85 boot/init: Fix mount regression from option added for systemd-boot
A NixOS change for systemd-stage-1 added an `x-` mount option, which is
not handled well by busybox mount.

 - 1b39491326

The same option was not an issue for the shell-script stage-1 as it
already stripped `x-` mount options

 - 8be838254b/nixos/modules/system/boot/stage-1-init.sh (L365-L366)

Thus it's assumed safe to strip the options the same way.
2023-03-22 16:21:22 -04:00
..
error treewide: runCommandNoCC -> runCommand 2022-09-26 23:42:22 -04:00
init boot/init: Fix mount regression from option added for systemd-boot 2023-03-22 16:21:22 -04:00
lib boot/gui: Fix keyboard not hiding when using physical keyboard 2023-02-12 13:43:06 -05:00
misc boot/misc: Add script to generate linux input event codes 2020-11-22 16:48:32 -05:00
recovery-menu treewide: runCommandNoCC -> runCommand 2022-09-26 23:42:22 -04:00
script-loader lvgui: 2023-03-02 -> 2023-03-11 2023-03-11 15:45:38 -05:00
splash boot/splash: Ensure keyboard can't cover the UI too much 2023-02-12 13:43:06 -05:00