Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joanne Hugé
slapos
Commits
6b85e9b3
Commit
6b85e9b3
authored
Sep 11, 2018
by
Lorenzo Martinico
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NayuOS wallpaper
parent
b074b948
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
4 deletions
+8
-4
software/nayuos/instance.cfg
software/nayuos/instance.cfg
+3
-2
software/nayuos/scripts/cros_full_build.in
software/nayuos/scripts/cros_full_build.in
+2
-1
software/nayuos/software.cfg
software/nayuos/software.cfg
+3
-1
software/nayuos/wallpaper/guest_large.jpg
software/nayuos/wallpaper/guest_large.jpg
+0
-0
software/nayuos/wallpaper/guest_small.jpg
software/nayuos/wallpaper/guest_small.jpg
+0
-0
No files found.
software/nayuos/instance.cfg
View file @
6b85e9b3
...
...
@@ -99,7 +99,7 @@ context =
recipe = slapos.recipe.template:jinja2
template = {{ software_dir }}/scripts/cros_full_build.in
rendered = ${directory:run}/cros_full_build
md5sum =
a9833d99f68ea25c3cc5a1a0bc2e9ef9
md5sum =
3cb48c8bd4f88c4d2d273c8234bfaa98
mode = 0700
context =
key bash_path bin:bash
...
...
@@ -112,8 +112,9 @@ 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
# packages to be copied from our overlay into ChromiuOS' overlay
# those packages will be marked as dependency of root filesystem
raw nayu_dev_rootfs_packages app-misc/nayuos-chromium-policy
# those packages will be marked as dependency of the chromium build itself
raw nayu_dev_packages sys-fs/cryptsetup
raw nayu_dev_packages sys-fs/cryptsetup
chromeos-base/chromiumos-assets
software/nayuos/scripts/cros_full_build.in
View file @
6b85e9b3
...
...
@@ -125,10 +125,11 @@ fi
# add some ebuilds, specific to NayuOS
for category in {{ nayu_dev_packages }} {{nayu_dev_rootfs_packages }}; do
echo ${category}
cp -R
"{{ ebuilds_dir }}/${category}" $(dirname "${CHROMIUM_OVERLAY}/${category}/")
rsync -va
"{{ ebuilds_dir }}/${category}" $(dirname "${CHROMIUM_OVERLAY}/${category}/")
done
install -m 770 "{{ scripts_dir }}/test_nayuos_image" "{{ cros_location }}/{{ branch }}/src/scripts/test_nayuos_image"
cp -r {{ wallpaper_dir }} {{ cros_location }}/{{ branch }}/src/platform/chromiumos-assets/
### packages management ###
...
...
software/nayuos/software.cfg
View file @
6b85e9b3
...
...
@@ -6,6 +6,7 @@ extends =
../../component/libexpat/buildout.cfg
../../component/libaio/buildout.cfg
../../component/boost-lib/buildout.cfg
../../component/rsync/buildout.cfg
parts +=
slapos-cookbook
...
...
@@ -13,6 +14,7 @@ parts +=
git
curl
thin-provisioning-tools
rsync
versions = versions
...
...
@@ -26,7 +28,7 @@ recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg
rendered = ${buildout:directory}/instance.cfg
mode = 0644
md5sum =
b0caa7597c908d12b0c0e34fccf73fd4
md5sum =
6a82f0eb7bc36c76aa66de19367bc6dd
context =
key software_dir :_profile_base_location_
key instance_dir buildout:directory
...
...
software/nayuos/wallpaper/guest_large.jpg
0 → 100644
View file @
6b85e9b3
161 KB
software/nayuos/wallpaper/guest_small.jpg
0 → 100644
View file @
6b85e9b3
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