Commit Graph

159 Commits

Author SHA1 Message Date
Eino Rauhala
6f095f8bfa docs: add link to create-ublue-image (#22) 2023-04-04 15:58:47 +00:00
Eino Rauhala
b6c28e40a8 Merge pull request #21 from ublue-os/multibuild-docs
docs: section about multibuilds
2023-04-04 18:49:22 +03:00
ER
eec8561646 docs: section about multibuilds 2023-04-04 18:48:57 +03:00
Eino Rauhala
fb70b2f481 Merge pull request #19 from ublue-os/docss
fix: change img to startingpoint in verification
2023-04-03 17:56:18 +03:00
ER
21eafaa3c0 fix: change img to startingpoint in verification
this makes it so that the create-ublue-script automatically replaces it
2023-04-03 17:55:50 +03:00
Eino Rauhala
e87f260fa1 Merge pull request #18 from ublue-os/docss
docs: overhaul readme for more clarity and info
2023-04-03 17:54:17 +03:00
ER
2012e2443b docs: section about yafti 2023-04-03 17:53:22 +03:00
ER
12497d394d docs: simplify redundant signing info 2023-04-03 17:44:23 +03:00
ER
8310669bf2 docs: rm unfullfilled promises of ublue-firstboot 2023-04-03 17:42:05 +03:00
ER
c986ebacca docs: document the usage of "latest" in fedora ver 2023-04-03 17:34:26 +03:00
ER
ba12a9cf88 docs: cleanup some incorrect info 2023-04-03 17:32:01 +03:00
ER
095434581e docs: move note to getting started 2023-04-03 17:22:42 +03:00
ER
2e1499b332 docs: full simple customization section 2023-04-03 17:20:50 +03:00
ER
0f457747ad docs: getting started & start of customization 2023-04-03 17:12:05 +03:00
ER
0f3da15109 docs: streamline readme introduction 2023-04-03 17:03:22 +03:00
Eino Rauhala
8241d352e1 Merge pull request #17 from ublue-os/multibuild
chore: clean up test of two recipes
2023-04-03 16:52:12 +03:00
ER
1458ebb19b chore: clean up test of two recipes 2023-04-03 16:51:13 +03:00
Eino Rauhala
0e98948785 Merge pull request #16 from ublue-os/multibuild
feat: multibuild using recipe matrix
2023-04-03 16:49:52 +03:00
ER
47d7caf7fb chore: test with two recipes 2023-04-03 16:44:29 +03:00
ER
1bfabe674e feat: use a recipe matrix 2023-04-03 16:36:28 +03:00
ER
3b64346517 chore: remove unused matrix vars 2023-04-03 16:34:42 +03:00
ER
4527295bb7 chore: tidy tag gen, use correct major ver 2023-04-03 16:34:10 +03:00
Eino Rauhala
250c1242c7 Merge pull request #15 from ublue-os/more-config
feat: more config options in recipe.yml
2023-04-03 16:03:16 +03:00
ER
c9c011d842 feat: declare image description in recipe.yml 2023-04-03 15:23:59 +03:00
ER
f9ed74f2e7 docs: document everything undocumented 2023-04-03 15:20:47 +03:00
ER
fe16187a92 feat: declare base image and fedora ver in recipe 2023-04-03 15:17:16 +03:00
ER
5947af45da fix: revert previous commit 2023-04-03 15:08:26 +03:00
ER
f6ec397d50 chore: merge yq and image data step 2023-04-03 15:06:54 +03:00
ER
2b40d4b436 feat: declare image name in recipe.yml 2023-04-03 15:02:22 +03:00
Eino Rauhala
f4a3bbd4ee Merge pull request #14 from ublue-os/build-ci-changes
chore: misc fixes and cleanup in `build.yml`
2023-04-02 16:42:00 +03:00
ER
678ab12c5a fix: $IMAGE_NAME -> ${{ env.IMAGE_NAME }} 2023-04-02 16:31:58 +03:00
ER
f7c2c4ab9a chore: remove image name from build args (unused) 2023-04-02 16:27:45 +03:00
ER
6cc44ff4a9 feat: update artifacthub readme url 2023-04-02 16:26:36 +03:00
ER
33ddd2bbac feat: change description for more information 2023-04-02 16:08:53 +03:00
ER
73de53cd39 fix: declare image name in one place 2023-04-02 16:06:55 +03:00
ER
ab6fee7bd2 chore: only build after nvidia & main 2023-04-02 16:03:21 +03:00
Eino Rauhala
cb82c8883a Merge pull request #13 from ublue-os/yafti
feat: use yafti
2023-04-02 15:52:35 +03:00
ER
e9c31aba83 chore: put ublue-recipe in /tmp
-> there's no reason to send the recipe to the client
as it is only used in the build stages
2023-04-02 15:51:18 +03:00
ER
773fc23804 fix: loop over lines, functional var substitution 2023-04-02 15:31:01 +03:00
ER
9e827fe6be fix: add pip for yafti, remove zenity (unneeded) 2023-04-02 12:50:53 +03:00
ER
97ee7169f4 fix: add shebang 2023-04-02 12:48:14 +03:00
ER
616c59c90b fix: remove unneeded escape 2023-04-02 12:48:03 +03:00
ER
5a98ef6532 fix: remove -y flag from yq; not in go version 2023-04-02 12:38:06 +03:00
ER
0cf6b13b6c feat: yafti package group for recipe.yml
read .flatpaks[] in recipe.yml
and add declared packages to their own
package group in yafti
2023-04-02 12:24:32 +03:00
ER
f9a1561f2c feat: add yafti.yml from bluefin
*with minor modifications, bluefin replaced with uBlue
2023-04-02 12:03:13 +03:00
ER
0b669f5bb5 feat: switch to yafti for first boot
based on what's done in bluefin
& https://github.com/ublue-os/yafti#running-from-a-containerfile
2023-04-02 12:00:58 +03:00
Eino Rauhala
d572830b96 Merge pull request #11 from ublue-os/build-script
feat: switch to separate build script
2023-04-02 11:46:41 +03:00
ER
4a77f9c1fc docs: document the containerfile 2023-04-02 11:45:21 +03:00
ER
68122c87ca feat: switch to separate build script 2023-04-02 11:44:44 +03:00
Eino Rauhala
d4df64af9d Merge pull request #8 from EinoHR/workflow-cleanup
chore: clean up workflows
2023-04-02 11:08:47 +03:00