Commit Graph

422 Commits

Author SHA1 Message Date
Takumi Sueda 64edb6547e
Merge pull request #2 from brain-hackers/ci-usb
Add USB role switch
2023-03-27 17:14:30 +09:00
Takumi Sueda fa8cc9817b Update changelog 2023-03-27 17:09:40 +09:00
Takumi Sueda fe188624c3 Add USB role configuration 2023-03-22 03:58:56 +09:00
Takumi Sueda fa182a3348 Correct menu numbering / resurrect the interface menu 2023-03-22 03:28:41 +09:00
Takumi Sueda bdd36153eb
Merge pull request #1 from brain-hackers/brain
raspi-config -> brain-config
2022-08-07 18:32:25 +09:00
Takumi Sueda be4af19fb8 Build on GitHub Actions 2022-08-07 12:12:10 +09:00
Takumi Sueda fcbed7d6fa Remove unused files 2022-08-07 12:12:06 +09:00
Takumi Sueda ab773c60b2 Replace and rename raspi -> brain 2022-08-07 12:12:06 +09:00
Takumi Sueda 6dacfaef74 init_resize: remove RasPi lines 2022-08-07 12:12:02 +09:00
Takumi Sueda 47b00abe54 Remove unused commands 2022-08-07 12:11:56 +09:00
Simon Long 0319d1c799 Make Wayland switching more robust 2022-05-09 11:08:44 +01:00
Simon Long 2ef9a3a194 Tidy hardware type detection functions 2022-04-25 17:41:12 +01:00
Serge Schneider 224369d93b Revert "Run root check before attempting nonint functions"
This reverts commit 73e3017715.

Not all raspi-config functions require root in nonint mode. Some
scripts rely on this behaviour. Therefore, nonint will assume the
user knows what they're doing instead.
2022-04-25 16:41:27 +01:00
Serge Schneider 73e3017715 Run root check before attempting nonint functions
Fixes #191, fixes #113
2022-04-25 15:01:02 +01:00
Simon Long 2be7313596 Reinstate -R parameter for xcompmgr 2022-04-19 10:45:24 +01:00
Simon Long 6f2fd4b804 Add Wayland switching 2022-04-07 14:01:01 +01:00
Simon Long 77a0bacda8 Modify check for mutter 2022-03-31 14:48:15 +01:00
Simon Long 0c27957230 Force KMS overscan setting to take effect when mutter not running 2022-03-31 12:53:03 +01:00
Simon Long d3fe4e7058 Fix incorrect detection of read-only boot partition 2022-03-21 12:04:41 +00:00
XECDesign f2ed068292
Autologin (#186)
* Update get_boot_cli

The default target is graphical.target, whether or not a desktop is
available. Check whether lightdm is enabled as well.

* Remove legacy autologin cruft

* Run systemctl daemon-reload after boot behaviour changes

* Make autologin changes quieter
2022-03-18 15:51:42 +00:00
Serge Schneider 684fbe183a Remove nonint whiptail msgbox in do_overlayfs 2022-03-07 09:28:09 +00:00
Simon Long a2b49a272a Use wildcards in KMS test 2022-03-03 13:44:47 +00:00
Simon Long da29bba613 Remove composition manager option when KMS not used 2022-03-01 15:02:56 +00:00
Simon Long 312ec974f9 Package update 2022-03-01 11:56:48 +00:00
Simon Long 8d8d570672 Package update 2022-03-01 11:53:09 +00:00
Simon Long 3733fd4d98 Use test in raspi-config for KMS rather than hard-coded version 2022-03-01 11:39:01 +00:00
Simon Long fe2e5cce4e Rename is_fkms to is_kms for accuracy 2022-03-01 09:52:29 +00:00
Simon Long 37333afc34 Put overscan settings in separate shell script 2022-03-01 09:49:57 +00:00
Simon Long 715b391f1b Remove pixel doubling on KMS; not compatible with KMS-based overscan setting 2022-02-28 15:45:23 +00:00
Simon Long 129b9461b3 Handle cancelling overscan setting; only show connected devices 2022-02-24 18:32:24 +00:00
Simon Long 385ade20be Tweaks to arguments and return values for overscan settings; always do a real-time update 2022-02-24 15:55:44 +00:00
Simon Long a679096c43 Disable non-KMS overscan when making a KMS overscan setting 2022-02-24 12:35:36 +00:00
Simon Long 83169ae5a5 Set overscan in real-time when in interactive mode 2022-02-24 12:24:00 +00:00
Simon Long e549940016 Add interactivity to overscan setting 2022-02-24 12:17:20 +00:00
Simon Long c93b2f3f47 Non-interactive KMS overscan added 2022-02-24 11:43:47 +00:00
Serge Schneider d6b4e8d720 init_resize.sh: Fix for distributor images 2022-02-01 16:24:43 +00:00
Serge Schneider 750dde158a raspi-config: pass -f flag to rm 2022-02-01 16:03:04 +00:00
Simon Long 7ebef51a48 Package update 2022-01-26 14:56:30 +00:00
Simon Long 64d6b4c11d Bring overlay controls into line with other nonint getters 2022-01-18 18:40:59 +00:00
Serge Schneider 162022b284 Run apt-get with '-y' flag when in nonint mode
Fixes #177
2022-01-12 09:06:17 +00:00
Serge Schneider d4de3537b9 Add -q flag to wait.conf 2022-01-10 11:55:59 +00:00
Serge Schneider 87ecf53766 Update changelog for 20220106 release 2022-01-06 08:25:02 +00:00
Aristo Chen 86d770528a
Fix inconsistent indent (#165) 2022-01-06 08:21:43 +00:00
XECDesign 618a3fedce
Fix nonint locale handling 2022-01-05 16:52:08 +00:00
garyk10 26e568102f
Make nonint do_change_locale work with encoding field as well (#167) 2022-01-04 15:10:56 +00:00
Simon Long 20a4cee6e5 Correct menu labelling for x86 2021-12-02 18:40:26 +00:00
Simon Long bf9c85c0b9 Correct labelling of interface menu items 2021-12-02 11:52:03 +00:00
Simon Long ac81881682 Tidy some menu options 2021-11-25 10:07:11 +00:00
Simon Long 796c373615 Package update 2021-11-24 16:45:50 +00:00
Simon Long 23a94abc92 Update warning message 2021-11-19 14:28:55 +00:00