Commit Graph

472 Commits

Author SHA1 Message Date
SolidHal 4970332336 add packaging readme 2020-07-13 00:05:20 -07:00
SolidHal f0ec049434 package seems functional, but need to change versioning to make apt/reprepro happy 2020-07-13 00:03:53 -07:00
SolidHal b16225fe1f fixup .gitignore to include other necessary debian files 2020-07-12 22:40:01 -07:00
SolidHal ca650e4e1c finalize kernel image packaging 2020-07-12 22:39:48 -07:00
SolidHal edf68b8624 checkpoint 2020-07-11 01:19:41 -07:00
SolidHal 562f813bbf ignore proper items, fix naming convention 2020-07-10 23:11:43 -07:00
SolidHal 30b1501a84 dont use deb kver in orig tar name 2020-07-10 23:00:04 -07:00
SolidHal 547e66464d fix ORIG kernel package bug 2020-07-10 22:56:44 -07:00
SolidHal 70892bba20 kernel image packaging framework 2020-07-10 22:54:01 -07:00
SolidHal eae5a0586d flesh out kernel image package 2020-07-07 23:51:23 -07:00
SolidHal aee69a7566 correct package name 2020-07-07 23:24:51 -07:00
SolidHal e25e4a8951 copy font package into local apt repo after build 2020-07-07 23:23:29 -07:00
SolidHal 1ffb33c36a don't use a rule for creating the build dirs, causes unnecessary rebuilds
as directory timestamps update regularly
2020-07-07 23:16:02 -07:00
SolidHal d171f30198 Initial kernel packaging 2020-07-06 21:52:03 -05:00
SolidHal 2461da6060 Correct sourcecode font make 2020-07-02 22:49:09 -05:00
SolidHal 18a92a6601 git push origin masterMerge branch 'JeremyRand-sources.list.d-prawnos' 2020-07-01 21:23:14 -05:00
SolidHal 158d53162d Merge branch 'sources.list.d-prawnos' of https://github.com/JeremyRand/PrawnOS into JeremyRand-sources.list.d-prawnos 2020-07-01 21:23:09 -05:00
SolidHal 2d006904e5 Dont try to manually install fonts 2020-06-30 23:53:17 -05:00
SolidHal 797581949d Ignore the linux kernel source 2020-06-30 23:39:32 -05:00
SolidHal 256be5aae7
Merge pull request #189 from SolidHal/rework-build
Rework build
2020-06-30 19:42:34 -07:00
SolidHal 500ee978e4 Build chroot for packages 2020-06-30 21:27:49 -05:00
SolidHal e84f21630f
Correcct kernel installation 2020-06-30 18:31:22 -07:00
SolidHal 91731ae4dd Rework and organize the filesystem build 2020-06-29 20:39:56 -07:00
JeremyRand 0a1502a58c
Move PrawnOS deb repo to sources.list.d
Fixes https://github.com/SolidHal/PrawnOS/issues/186
2020-06-28 22:44:59 +00:00
Hal Emmerich 902280842c cant store full kernel, so just store sig 2020-06-24 19:55:23 -05:00
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