Commit Graph

55 Commits

Author SHA1 Message Date
f80ea1e056 Move volume check to run first, before anything else. 2025-07-13 15:49:16 -04:00
696ddd9bfb Right alt key should now work as expected in the console. 2025-05-11 19:31:14 -04:00
e0806e51da Simplify the internect connection dialog. 2025-05-08 04:54:44 -04:00
3612787274 More improvements to rename-user.sh 2025-04-26 16:54:35 -04:00
41a0592f20 Update linger file. with the rename. 2025-04-26 04:14:26 -04:00
3ebb6f36cf Added convience rename-user script in root's home directory. You still need a temp user if doing this from ssh. 2025-04-26 04:09:03 -04:00
c88bd17709 Added volume check to the beginning of configure-stormux stub. 2025-04-25 16:07:11 -04:00
c1af07bf18 2 characters over the limit for labels, so fixed it. 2025-04-22 21:36:31 -04:00
a88a386ef4 Attempt to make images bootable no matter the source, micro sd, nvme, etc. 2025-04-22 21:27:34 -04:00
034c561a53 Moved the journald configuration to a file in it's drop in directory. Also, explicitly set volatile storage to cut down on SD card writes. 2025-02-09 17:36:02 -05:00
9657719613 In process of moving headless X driver stuff to configure-stormux. 2025-01-04 19:19:44 -05:00
3e4c4d18ee Revert to old working headless driver. 2025-01-04 19:15:52 -05:00
9beea608ed Python accessible_output2 library added. 2025-01-04 15:40:08 -05:00
69ca3a957c Added file to fix wifi for Raspbery Pi 500. It was necessary a while back for the Pi 4 as well, so I don't think it will break anything. 2024-12-16 13:22:29 -05:00
7c62016063 added a configureation file for the Raspberry Pi Monitor, moved 10-headless.conf so it is the last thing tried. 2024-12-14 09:20:48 -05:00
5d43526e85 Reverted to old dummy driver because new one fails in lots of configurations. 2024-12-13 16:23:01 -05:00
d0c8b864ae Another attempt at using video and falling back to headless if nothing is found. Hopefully with better hardware support. 2024-12-01 19:54:04 -05:00
1658a53081 Hopefully use connected screen to display video if available, fall back to dummy driver if not found. 2024-12-01 19:38:10 -05:00
9cc539a6e4 Updated disk size check to 7G. 2024-11-03 02:18:59 -05:00
134d25682b Offer a way to sync time at boot in the first boot version of configure-stormux. 2024-05-24 15:51:40 -04:00
88d7d12c69 timedatectl seems to be working now with time sync. 2024-05-21 02:06:30 -04:00
83b7867da4 Hopefully final touches on getting time and date sync working. 2024-03-21 14:30:48 -04:00
51a0fd0883 Try to make sure time and date is syncing with the internet. 2024-03-21 11:25:13 -04:00
81d60bb1b3 Added message reminding the user to go back to cursor mode after setting up internet connection. 2024-03-12 17:20:11 -04:00
50d9099231 Add a message for if inital configure-stormux gets interrupted. 2024-03-12 17:14:32 -04:00
aa4ec62c47 Added timezone to configure-stormux stub. 2024-03-12 17:04:11 -04:00
7fb1ba5283 Added alias pi-ip. 2024-03-09 04:59:47 -05:00
386cb3230e Code restructure on configure-stormux stub. 2024-03-08 16:35:52 -05:00
0b10dc426b Added partition size here so it runs on first boot. 2024-03-08 16:27:55 -05:00
40fd173777 Make sure audible sudo prompts are available throughout configure-stormux and the start up process. 2024-03-08 01:29:45 -05:00
1e24598316 Removed unneeded message from configure-stormux stub. 2024-03-07 17:29:16 -05:00
901d5cdb7a Updated first boot script. 2024-03-07 17:28:29 -05:00
16ae09c86d Fixed bug with configure-stormux stub. 2024-03-05 19:18:01 -05:00
f6a2a43906 Default etc/environment file added. 2024-03-05 18:13:18 -05:00
9f8355514f Updated configure-stormux stub. 2024-03-03 14:38:44 -05:00
563362985f Fix removal part of first boot script. 2024-03-03 14:24:24 -05:00
51f8c1b3d4 Updated the .bash_aliases file. 2024-02-26 00:25:23 -05:00
cdfd1d31a2 Make sure the greeting for configure stormux only appears on the tty where it spawns. 2024-02-16 02:54:54 -05:00
2af9365e22 Updated the first boot script. 2024-02-16 01:36:59 -05:00
3a37c33a64 New attempt at getting configure-stormux to run on first boot. 2024-02-16 01:35:39 -05:00
4f7dbb4f82 Updated configure-stormus stub file. Because it is ran initially as root, no need for the sudo calls. Also handle removal of the cron job that causes it to run on the first boot of the image. 2023-09-24 15:47:42 -04:00
7ed27d5c65 Changed firstrun script to not delete itself. This will be handled in configure-stormux past a certain point. This way if something goes wrong, the script will stil run if the Pi had to be powered down without completing setup. 2023-09-24 15:35:31 -04:00
4c23704b2a Use cron to run configure-stormux on first boot. 2023-09-24 15:31:14 -04:00
2dc2f72e22 Missed a couple spots for audible prompt. 2023-08-19 12:48:51 -04:00
cea6ad9988 Update the configure-stormux stub to use the audible prompt. 2023-08-19 10:37:02 -04:00
340ebb5861 Put the skel stuff in the wrong place... More cofrfee please. 2023-08-19 09:03:30 -04:00
44cc2024fc Added skel with some default files to improve convenience. 2023-08-19 08:35:35 -04:00
5bae083148 Update the audibleprompt script to use the arguments from sudo. This should keep locales. 2023-08-17 16:33:57 -04:00
800d6ca71b Working toward audible sudo prompts for some operations. 2023-08-17 15:28:03 -04:00
d5c86ab680 Added donation leader board to motd file. 2023-07-01 10:20:35 -04:00