beeper / beepy

Beepy
https://beepy.sqfmi.com
Apache License 2.0
495 stars 37 forks source link

Create optimize_boot script #3

Closed IronOxidizer closed 1 year ago

IronOxidizer commented 1 year ago

This addresses step 1 of https://github.com/beeper/beepberry/issues/2

ericmigi commented 1 year ago

Thanks @IronOxidizer!

Merged before I tested it - after testing, realized that I forgot to mention that we definitely need networking (wifi etc) to be enabled.

IronOxidizer commented 1 year ago

Right, we can enable NetworkManager via systemctl enable NetworkManager. This should be sufficient to manage networking and wifi. I've tested that it still works with the other services disabled.

ericmigi commented 1 year ago

I needed to reenable dhcpcd and wpa_supplicant in order to get wifi/networking working again. But with those 3 services enabled, boot time is now 35s (to terminal accepting input)