Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
77
Merge Requests
77
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
9dc8a4e2
Commit
9dc8a4e2
authored
Jan 20, 2020
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/nayuos: add NayuOS wallpaper
parent
152e4e0c
Pipeline
#7614
passed with stage
in 0 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
2 deletions
+4
-2
buildout.hash.cfg
software/nayuos/buildout.hash.cfg
+1
-1
instance.cfg
software/nayuos/instance.cfg
+2
-1
cros_full_build.in
software/nayuos/scripts/cros_full_build.in
+1
-0
guest_large.jpg
software/nayuos/wallpaper/guest_large.jpg
+0
-0
guest_small.jpg
software/nayuos/wallpaper/guest_small.jpg
+0
-0
No files found.
software/nayuos/buildout.hash.cfg
View file @
9dc8a4e2
...
...
@@ -14,4 +14,4 @@
# not need these here).
[template-instance]
filename = instance.cfg
md5sum = a
e26da39d6a156a6164782086d6aa00d
md5sum = a
a91245be4b946d0537f6e007f0d72ea
software/nayuos/instance.cfg
View file @
9dc8a4e2
...
...
@@ -106,7 +106,7 @@ context =
recipe = slapos.recipe.template:jinja2
template = {{ software_dir }}/scripts/cros_full_build.in
rendered = ${directory:run}/cros_full_build
md5sum =
4086de2b8910a52560b7bdc53ed3af22
md5sum =
f3b3b5408b69f752f2221d3965caf590
mode = 0700
context =
key bash_path bin:bash
...
...
@@ -119,6 +119,7 @@ context =
key ebuilds_dir nayuos-ebuilds:location
raw scripts_dir {{ software_dir }}/scripts
raw logo_dir {{ software_dir }}/logo
raw wallpaper_dir {{ software_dir }}/wallpaper
raw patch_dir {{ software_dir }}/patch
# packages to be copied from our overlay into ChromiuOS' overlay
# those packages will be marked as dependency of root filesystem
...
...
software/nayuos/scripts/cros_full_build.in
View file @
9dc8a4e2
...
...
@@ -317,6 +317,7 @@ for board in ${BOARDS} ; do
cros_sdk -- cros_workon_make --board=${board} chromiumos-assets --install
cp {{ logo_dir }}/* {{ cros_location }}/{{ branch }}/src/platform/chromiumos-assets/images_100_percent/
cp {{ logo_dir }}/* {{ cros_location }}/{{ branch }}/src/platform/chromiumos-assets/images_200_percent/
cp -r {{ wallpaper_dir }} {{ cros_location }}/{{ branch }}/src/platform/chromiumos-assets/
NAYU_IMAGE_LOCATION=/tmp/${board}.nayuos.img
...
...
software/nayuos/wallpaper/guest_large.jpg
0 → 100644
View file @
9dc8a4e2
161 KB
software/nayuos/wallpaper/guest_small.jpg
0 → 100644
View file @
9dc8a4e2
59.1 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment