Commit Graph

42 Commits

Author SHA1 Message Date
Garrett Brown 2caa6058ae Rebased on Onyx-Framework 2023-11-20 16:41:29 -06:00
Garrett Brown a11f0a5b02
Changed from VirtualBox to KVM 2023-11-07 09:08:31 -06:00
Garrett Brown c47c8a1f97 Changed to Kinoite 2023-10-25 12:11:18 -05:00
Garrett Brown 41b99e3906 Fixed virtualbox issue 2023-10-25 12:00:54 -05:00
Garrett Brown 1b54e104c4 Replaced cinnamon with KDE 2023-10-25 11:53:56 -05:00
Garrett Brown 1a7ab5efe3 Added Tailscale, Wireguard and Virtualbox to config 2023-10-25 11:43:57 -05:00
Garrett Brown e9bc401ff6 Fixed name in config 2023-10-25 10:53:11 -04:00
Garrett Brown 75fa133789 Modified config 2023-10-25 10:50:51 -04:00
gerblesh e4114fd656
fix: specify image name in policy.json (#176)
There was talk on the discord about not being able to pull in images with podman because the signing policy included *every* image inside of the user's ghcr account. Which means that images not signed with the same key won't be able to be pulled down
2023-10-06 09:49:56 +00:00
gerblesh 1cefd2ca95
Merge branch 'template' into fix-default-config 2023-10-01 07:25:58 -07:00
xynydev 29a0cd13b3 chore: rm deprecated fonts bling from recipe 2023-10-01 17:13:20 +03:00
xynydev 8596d5381e fix: ublue-update failure when signing image 2023-10-01 17:06:30 +03:00
xynydev 9f728a120b fix: accommodate new justfile organization 2023-09-25 18:12:56 +03:00
IverCoder e8ce354dcc
feat(yafti): add GNOME Web to the `Web Browsers` section (#161) 2023-09-23 21:30:21 +00:00
IverCoder 4d40e5444a
feat!(yafti): use newest GNOME Camera and Image Viewer (#160) 2023-09-23 13:21:40 +00:00
gerblesh 5838d0fce4
feat: create /usr/share/ublue-os/image-info.json inside signing.sh (#157)
* feat: create /usr/share/ublue-os/image-info.json inside signing.sh

* chore: remove debug call to cat, fix formatting
2023-09-22 09:22:38 +00:00
gerblesh aee351fcbf
feat: add support for nested modules (#152)
* feat: add support for nested modules

* chore: test out module nesting

* fix: made build function

* revert: move back to old recipe.yml configuration

* fix: formatting in recipe.yml

* style: add newline between modules
2023-09-19 06:32:16 +00:00
xyny 9c8e1e2cb2
docs: fix: issues in docs about modules, create-ublue-image (#147)
* fix: clear up some issues in docs abt modules
- better distinction between modules and module configuration
- example for module configuration external from recipe.yml

* chore: create-ublue-image -> general mention
2023-09-18 20:28:14 +00:00
qoijjj 44fb9251ec
fix: add additional clarity to the location of files for the files module (#151)
* fix: add additional clarity to the location of files for the files module

* docs: chore: recommend files module instead of COPY

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2023-09-18 16:15:53 +00:00
ER 4e0095bc96 refactor: fetch modules from bling 2023-09-10 17:31:25 +03:00
ER 393d54ec8e docs: point reader toward discovering new features 2023-09-09 14:18:29 +03:00
ER dcefa76cb2 docs: missing space 2023-09-09 12:36:34 +03:00
ER 61ed4839f5 feat: yafti module installs yafti deps 2023-09-09 12:14:58 +03:00
ER 15b3d394b8 docs: some docs fixes, better formatting, etc 2023-09-09 12:08:20 +03:00
gerblesh cc90a91733
feat: added systemd and files module (#142)
* feat: add files and systemd module

* fix: yaml formatting

* fix: yaml formatting

* fix: remove comment completely

* fix: yaml formatting

* docs: add back inline comment

* reformat: rename variables

* fix: fix systemd escaped string

* fix: fix systemd service formatting with printf

* fix: attempting to fix systemd module problems

* chore: remove debug config and code from systemd module

* docs: added WIP docs for systemd, reworked files README

* docs: added more detail for systemd module

* docs: update READMEs to be more consistent

* docs: remove unneeded sentence

* docs: remove unneeded sentence

* chore: fix issues described in PR review

* docs: fix markdown formatting

* docs: fix markdown formatting

* docs: better markdown
2023-09-05 15:56:42 +00:00
ER 25ac5dd6ef docs: fix: it's not dnkmmr it's determinate 2023-09-02 16:03:41 +03:00
ER fd2ca76502 chore: revert recipe to default configuration 2023-08-27 17:16:25 +03:00
ER 5ff623b496 chore: try removing something other than ff
removing firefox gives some cryptic errors,
let's try removing something else
to investigate
2023-08-27 17:01:52 +03:00
ER 3f35fe7645 chore: try removing pkgs to remove? 2023-08-27 16:11:36 +03:00
ER d2eeae7fb6 docs: document added/removed packages 2023-08-26 17:29:59 +03:00
ER 7b036d3d10 feat: ublue-os/bling module
this makes all bling components optional,
while making more of them accessible
2023-08-26 15:52:28 +03:00
ER 1d7a3a92b6 chore: remove outdated script-related docs 2023-08-26 14:18:31 +03:00
ER 618401dec4 chore: bring recipe.yml to a default state 2023-08-26 14:16:57 +03:00
ER 9e301cec00 chore!: remove autorun.sh
i think the existence of multiple built-in ways to add scripts
makes it more complicated,
and paradoxically, autorun was made to uncomplicate things

with the removal of clear "pre" and "post" hooks,
only a linear list of modules, the filesystem-based method
is ever more complicated

if such a feature is ever wanted again,
it should be implemented inside the script module
2023-08-26 14:12:31 +03:00
ER bca8b81e16 docs: a ginormous amount of docs for the modules 2023-08-26 14:05:42 +03:00
ER c07131b37d docs: move & start rewriting configuration docs 2023-08-13 18:46:00 +03:00
ER dc97fa4201 fix: don't run arbitrary commands with script
* scripts are now called with their absolute paths instead of ./
2023-08-13 18:36:49 +03:00
ER 38dda90a23 refactor: rename fedora version to os version
this change makes sense for when in the future it's possible to
build other OS's with this same system
it was done now, because i'm bundling a bunch of breaking changes
into a single update
2023-08-13 18:00:58 +03:00
ER 1d7b14b38f feat: signing script 2023-08-13 17:36:21 +03:00
ER 8e80937db0 docs: better inline docs and prints 2023-08-13 17:20:25 +03:00
ER 055ef73ad5 fix: bad indentation in common-packages.yml 2023-08-13 15:51:53 +03:00
ER 9950409702 chore: outline rewrite without code changes
* this does not work yet
* comments & documentation will be added once the rewrite is complete
2023-08-09 19:59:04 +03:00