Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/image/common.ini
diff options
context:
space:
mode:
Diffstat (limited to 'image/common.ini')
-rw-r--r--image/common.ini22
1 files changed, 18 insertions, 4 deletions
diff --git a/image/common.ini b/image/common.ini
index 52d7648..e6d85af 100644
--- a/image/common.ini
+++ b/image/common.ini
@@ -5,13 +5,13 @@
[global]
# Image title.
# Put your title here.
-customization_info = Reference XO distribution
+customization_info = Hexoquinasa XO distribution
# Image filename.
# String should contain one formatting argument to make Python expression,
# `image_name % latestbuild`, valid. Make sure that you escaped `%` symbol
# by `%%`. Put your filename here.
-image_name = xo%%d
+image_name = hxp%%d
# Minimal list of required modules.
# All of the following modules need to be added to keep final image consistent.
@@ -33,7 +33,9 @@ modules_extra =
# Add rpmfusion repositories to image build time and image itself.
rpmfusion,
# To add extra packages from [custom_packages] section.
- custom_packages
+ custom_packages,
+ custom_scripts,
+ signing
[buildnr_from_file]
# Path to file to keep current image release number.
@@ -87,4 +89,16 @@ add_packages =
# Useful packages from rpmfusion repository.
gstreamer-plugins-ugly,
gstreamer-ffmpeg,
- mplayer
+ mplayer,
+ x11vnc
+
+[signing]
+extract=1
+bios_crypto_path=/root/bios-crypto
+skey=/root/bios-crypto/build/masterkeys/fs
+okey=/root/bios-crypto/build/masterkeys/os
+wkey=/root/bios-crypto/build/masterkeys/fw
+make_img_fs_zip=1
+
+[custom_scripts]
+custom_script_1 = %(oob_config_dir)s/post.sh