Commit Graph

447 Commits

Author SHA1 Message Date
Hal Emmerich
93a8a5069f include linux libre signing key 2020-06-24 19:38:23 -05:00
Hal Emmerich
4d4145f16f Inital rework/reorganization
more to do
2020-06-21 02:28:45 -05:00
Hal Emmerich
ed31f39058 organize scripts directory, store paths in BuildCommon.mk 2020-06-20 18:44:09 -05:00
SolidHal
dbfcc5fcc5
Merge pull request #176 from austin987/misc-shellcheck
misc shellcheck fixes
2020-06-20 18:53:58 +00:00
Austin English
56aff1dfc2 scripts/InstallScripts/InstallPrawnOS.sh: fix shellcheck SC2053 'Quote the right-hand side of == in [[ ]] to prevent glob matching.' 2020-06-20 06:09:34 -05:00
Austin English
9ed8e86ab1 scripts/InstallScripts/UpgradeKernel.sh: RESOURCES is unused, remove it
Also remove leading newline; that's not a valid shebang
2020-06-20 06:09:34 -05:00
Austin English
33667c4565 scripts/InstallScripts: fix shellcheck SC2162 'read without -r will mangle backslashes.' 2020-06-20 06:09:34 -05:00
Austin English
be640d4c49 scripts: fix shellcheck SC2231 'Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/*.txt .' 2020-06-20 06:09:33 -05:00
Austin English
f92868bd30 scripts: fix shellcheck SC2006 'Use $(...) notation instead of legacy backticked ....' 2020-06-20 06:09:33 -05:00
Hal Emmerich
0fed5290cb change new scripts to use https links 2020-06-19 16:39:30 -05:00
Hal Emmerich
1c66e49277 remove dependency on blank_kernel.img 2020-06-19 16:35:45 -05:00
Hal Emmerich
6b95ef7a42 Merge branch 'master' of github.com:SolidHal/PrawnOS 2020-06-19 16:29:34 -05:00
SolidHal
0c43abf765
Merge pull request #183 from filberg/master
Make kernel upgrades easier (both builds and flashing)
2020-06-19 21:29:21 +00:00
Hal Emmerich
539a38b6c4 remove blank_kernel file, use /dev/zero instead 2020-06-19 16:21:18 -05:00
SolidHal
df64d5064f
Merge pull request #184 from austin987/https
misc: use https:// for prawnos.com links
2020-06-19 21:07:55 +00:00
Hal Emmerich
b78ab02f7b change new scripts to use https links to Prawnos.com 2020-06-19 16:07:33 -05:00
Hal Emmerich
301ac10ff1 dont install xsecurelock twice 2020-06-18 23:18:56 -05:00
Hal Emmerich
c81c4ba430 Correct debootstrap debs, correct install package usage of package_lists 2020-06-18 22:50:20 -05:00
Hal Emmerich
350f80361a build packages and build them into the fs image 2020-06-18 19:36:55 -05:00
Hal Emmerich
413fd45f91 don't rebuild the man-db in pbuilder when building packages 2020-06-18 19:15:33 -05:00
Hal Emmerich
901ab793a4 remove unused xfdashboard package 2020-06-18 18:35:18 -05:00
Hal Emmerich
9df4a7e1de correct mosys, flashmap sections so they can be uploaded, fix uploading 2020-06-18 18:15:37 -05:00
Hal Emmerich
c0f14421c1 Packaging and build system rework
rework package build system (again) for greater ease of maintenance and flexability
add creation of a local apt repo for package building in pbuilder
add an apt cache to debootstrap to speed up build times and reduce network load
package mosys
more build system improvements to come
2020-06-17 01:51:39 -05:00
Fil
f2bb48bcd6 LibKernelUpgrade.sh: Fix typos
Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-06-16 14:50:53 +02:00
Fil
50afdae755 Clean up shell option setting
Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-06-16 14:47:12 +02:00
Austin English
0cbd4cd58e misc: use https:// for prawnos.com links 2020-06-15 16:28:50 -05:00
Hal Emmerich
1732e941c4 refine rest of package makefiles 2020-06-15 16:27:34 -05:00
Hal Emmerich
24beaf3b62 refine makefile 2020-06-15 16:24:18 -05:00
Hal Emmerich
69f37092ea package flashmap, required for mosys, which is required for crosystem 2020-06-14 17:03:01 -05:00
Hal Emmerich
19b6b7bbb4 strip debug options from the kernel. 2020-06-14 14:41:31 -05:00
Hal Emmerich
02872c2090 add irc info to README 2020-06-14 14:26:04 -05:00
Hal Emmerich
721907f3d3 finalize the package build system 2020-06-14 14:07:29 -05:00
Fil
8c34de3ef9 Add LibKernelUpgrade.sh: bash library to automatically update kernel builds
This introduces a collection of bash utility functions
to check the upstream kernel releases for updated sources
and possibly download and rebuild them automatically.

Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-06-13 17:40:28 +02:00
Fil
73a4d2a71a Add preliminary support for live kernel upgrade
Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-06-13 17:39:37 +02:00
Hal Emmerich
1c4edc13b7 refine make system for packages 2020-06-12 20:23:04 -05:00
Hal Emmerich
833b9a16d3 move the doc images into the correct directory 2020-06-12 18:18:43 -05:00
SolidHal
336f943d32
Merge pull request #179 from austin987/devmode
Add documentation on enabling developer mode
2020-06-12 16:13:34 -07:00
Hal Emmerich
357eb3d793 Refactor the package lists. Organize by desktop environment, alphabetize, and unify
in single sourced script for both the build and install process.
2020-06-11 18:32:17 -05:00
Austin English
ee77246ed0 initial DEVELOPERMODE.md 2020-06-10 23:21:17 -05:00
Hal Emmerich
80669839a1 Merge branch 'master' of github.com:SolidHal/PrawnOS 2020-06-08 21:38:21 -05:00
Hal Emmerich
d17de6d2a4 Hide the window title/buttons on maximize 2020-06-08 21:38:03 -05:00
SolidHal
90132c1c6a
Merge pull request #178 from austin987/authors
AUTHORS: use austin987 email
2020-06-08 19:20:35 -07:00
Hal Emmerich
9f80d90203 fix typo 2020-05-28 16:58:19 -05:00
Austin English
f3fb7b7524 AUTHORS: update my entry
* use my email
* fix some typos
2020-05-28 13:53:02 -05:00
Hal Emmerich
0465ab8da6 make a pbuilder iamge a requirement for the filesystem build 2020-05-28 13:00:38 -05:00
Hal Emmerich
d733d84c53 make sure pbuilder image is made 2020-05-28 12:06:52 -05:00
Hal Emmerich
40ca73a727 fix pathing 2020-05-27 21:37:31 -05:00
Hal Emmerich
b2c589925c dont store packages by deeper category 2020-05-27 20:46:59 -05:00
Hal Emmerich
8f74c919db Actually include the debian folder 2020-05-27 20:42:21 -05:00
Hal Emmerich
461d2aa499 hack in using the prawnos built xsecurelock to remove needing it from unstable
this fixes the build
don't get mesa from unstable. This fixes the install
2020-05-27 19:46:50 -05:00