Commit Graph

203 Commits

Author SHA1 Message Date
Hal Emmerich
fedca1d5bb Add patch to silence the vop warn on spam 2019-06-25 14:21:03 -05:00
Hal Emmerich
1dbd94b6b6 add blob def, kernel update instructions 2019-06-25 14:06:45 -05:00
Hal Emmerich
6baa479149 Added screen locker, kernel upgrade script, ath9k as builtin
- Added xfce4-screensaver as a screen saver and screen locker since light-locker is broken
- Added script that can be used from a PrawnOS bootable usb or sd card to upgrade the kerenl of PrawnOS on the internal emmc
- Made the ath9k module built in to remove any dependence on the file system
- removed useless line from inject kernel script, we arent on version 3.14
2019-06-25 13:42:22 -05:00
Hal Emmerich
8a7fa39e20 Added the Arm errata workaround patches
These are in the release alpha version 10, they just missed getting commited
2019-06-24 15:50:05 -05:00
Hal Emmerich
22743bec15 added a script to help upgrade the kernel on an already installed system 2019-06-24 15:10:50 -05:00
SolidHal
5611a62343
Fix the bluetooth chipset typo
The 8510 was used for testing, not the 8150
2019-06-24 12:48:44 -05:00
Hal Emmerich
636dd7908e Merge branch 'master' of github.com:SolidHal/PrawnOS 2019-06-22 17:50:53 -05:00
Hal Emmerich
1c0e6ab5ce - Updated to kernel 4.19.53
- Added patches for two ARM errata that cause hangs in specific cpu states

- Disabled some power management features:
  - Disabled suspend at the kernel level since it is broken/unsupported in the mainline kernel
  - Disabled APM emulation

- Disabled some USB features:
  - Disabled USB default persist
  - Disabled USB dynamic minors

- Disabled USB monitoring for debug, shouldn't be enabled by default
- Disabled USB 3.0 support, shouldn't be enabled as the c201 has no 3.0 ports

- removed two patches that have made it into 4.19
- removed the debug options from the cmdline
- made the kernel build script announce what patch is being applied
- removed light-locker, as it does not function properly
2019-06-22 17:47:54 -05:00
SolidHal
619936b19e
Merge pull request #101 from JeremyRand/readme-grammar
README: fix various grammar errors
2019-06-20 13:14:39 -05:00
JeremyRand
48d6807d54
README: fix various grammar errors 2019-06-15 12:40:45 +00:00
Hal Emmerich
5999c43776 Added patch to stabilize suspend/wakeup
patch fixes suspend and wakeup that is initiated by closing/opening the lid of the machine,
this does not fix the bug the occurs when a DE is installed, a lock screen is used, and login is completed
before the vop_crtc_enable_vblank backtrace gets dumped to the console
2019-06-13 17:22:00 -05:00
Hal Emmerich
769f481332 Upgrade to kernel 4.19.49
- added patch for usb from 4.20 which seems to fix the wifi hang issue that happened on 4.19
- changed power management to not turn off display on inactivity as sometimes the machine doesnt wakeup properly. Need to test patch from old 4.19 branch to see if that fixes this.
2019-06-10 17:58:20 -05:00
Hal Emmerich
a9627ed383 Fix readme so that the dd command matches the image name format 2019-06-07 13:48:51 -05:00
Hal Emmerich
ba38741ac2 remove unnecessary synaptic i2c kernel driver 2019-06-07 13:45:35 -05:00
Hal Emmerich
d66016624d Change to using buster as the default suite
Install chromium by default, fix script inconsistency
closes #97
2019-06-07 13:42:25 -05:00
Hal Emmerich
99fb97be73 Update gitignore for new image format 2019-06-07 12:07:15 -05:00
JeremyRand
cbf2683420 Support suites other than Stretch (#96)
* Support suites other than Stretch

* Insert suite into image filename

* Fix installing Firefox on Sid

* Fix downloading Chromium on Sid

* Don't use sid-updates or security sid/updates
2019-06-07 12:05:58 -05:00
Hal Emmerich
7b459e0327 fix kernel hostname 2019-06-05 13:00:00 -05:00
Hal Emmerich
0fdeae8bfc added two usb patches from upstream for improved stability 2019-06-05 12:35:07 -05:00
Hal Emmerich
9c71414f5b clean up the install processx 2019-05-23 16:47:16 -05:00
Hal Emmerich
0fc096ec64 Added ascii logo to installer, removed verbose flag 2019-05-23 13:01:18 -05:00
Hal Emmerich
875e0bb7f0 better icons 2019-05-23 11:59:05 -05:00
Hal Emmerich
9cffd2476f removed uneeded i2c config option 2019-05-23 00:22:40 -05:00
Hal Emmerich
7ad3f7462b Fixed filesystem corruption issues
Fixed:
filesystems were created with journaling disabled, now journaling is enabled
filesystem was mounted rw on boot, which prevented fsck from running
 - changed to ro, which then gets mounted as rw by systemd using the fstab file
 - added a fstab for the external boot devices that tries both usb and sd card
2019-05-23 00:19:32 -05:00
Hal Emmerich
9521115452 icon script fixes 2019-05-22 21:03:09 -05:00
Hal Emmerich
4f0a76d669 add the modified numix theme 2019-05-22 17:51:27 -05:00
Hal Emmerich
7d453ffe00 add prawn to lockscreen, app menu 2019-05-22 17:50:16 -05:00
Hal Emmerich
b4dacfdeb0 Better center the prawn on the icon, include the gimp image file 2019-05-22 16:43:31 -05:00
Hal Emmerich
c50f54194a added some circular icons 2019-05-22 15:26:10 -05:00
Hal Emmerich
93a29b1855 make the blank kernel the correct size, old one didnt take block size into account and assumed block size of 1 instead of 512 2019-05-22 11:54:22 -05:00
Hal Emmerich
758930ac0a Improve make instructions
make wifi-test grab newest image
2019-05-22 11:49:08 -05:00
Hal Emmerich
d2bcc35c8d fix my editor getting overzealous with the pasting 2019-05-22 11:40:45 -05:00
Hal Emmerich
96a817c86a Added support to install from sd cards, closes #90 2019-05-22 11:34:54 -05:00
Hal Emmerich
01368ff288 Add patches to fix emmc yelling, and get clock properly
fixes issue #26
2019-05-22 10:37:57 -05:00
Hal Emmerich
8836840094 remove ipv6 module, instead bake in.
add chromium. added image for uart pinout.
2019-05-21 20:00:07 -05:00
Hal Emmerich
361923fe3a readme fixes 2019-02-27 13:21:19 -06:00
Hal Emmerich
b1e036e50c Improved image making for debugging 2019-02-27 13:20:11 -06:00
SolidHal
af34a0f98f
Suggest to use nl80211 driver instead of wext
Wext causes kernel panics in some cases
2019-01-25 20:28:35 -06:00
SolidHal
f39f12f755
Ensure that the kernel gets patched
If the kernel was downloaded with crossmenuconfig, patches would not be properly applied when make kernel was ran.
2019-01-23 13:42:48 -06:00
Hal Emmerich
9b2a9f10c0 Actually fix script 2019-01-22 09:59:14 -06:00
Hal Emmerich
f9f28e0da9 Update kernel config script 2019-01-22 09:58:29 -06:00
SolidHal
e67da1d87b
Add logo, smalle readme fixes 2019-01-14 12:07:02 -06:00
Hal Emmerich
ad9bc541ca add logo files 2019-01-14 11:50:39 -06:00
Hal Emmerich
93aa21cb11 update authors 2019-01-14 11:43:19 -06:00
SolidHal
dcd2a39875
Merge pull request #60 from JeremyRand/debootstrap-mirror
Support non-default debootstrap mirrors
2019-01-14 11:39:42 -06:00
SolidHal
2bff28cbcf
Merge pull request #70 from Anthony-Sensors/master
Update InstallToInternal.sh
2019-01-11 12:23:03 -06:00
Hal Emmerich
cf4d9f8327 Correct preferences, include backports 2019-01-11 11:44:13 -06:00
Hal Emmerich
d9ce83f43c have user set timezone at install, issue #72 2019-01-11 11:41:56 -06:00
Hal Emmerich
f0518c83bc Dont ask user pointless install questions 2019-01-11 11:39:09 -06:00
Anthony-Sensors
c2dfee7214
Update InstallToInternal.sh 2019-01-11 01:40:07 +00:00