From 35f7e2c701f23237c80aa814e77024c08b9692a8 Mon Sep 17 00:00:00 2001 From: Sebastian Silva (icarito) Date: Mon, 03 Sep 2012 15:54:54 +0000 Subject: Release 0.5 --- diff --git a/hx_home/favicon_01.png b/hx_home/favicon_01.png new file mode 100644 index 0000000..2336101 --- /dev/null +++ b/hx_home/favicon_01.png Binary files differ diff --git a/hx_home/fondo.jpg b/hx_home/fondo.jpg new file mode 100644 index 0000000..b340679 --- /dev/null +++ b/hx_home/fondo.jpg Binary files differ diff --git a/hx_home/index.html b/hx_home/index.html new file mode 100644 index 0000000..0d53e81 --- /dev/null +++ b/hx_home/index.html @@ -0,0 +1,127 @@ + + + + + +Buscar en Internet + + + + +background image + +
+ + +
+
+ +






+


+
+
+ + + + + + + +
+
+ + diff --git a/hx_home/med.png b/hx_home/med.png new file mode 100644 index 0000000..c4a9355 --- /dev/null +++ b/hx_home/med.png Binary files differ diff --git a/hx_home/perueduca.png b/hx_home/perueduca.png new file mode 100644 index 0000000..8968fa3 --- /dev/null +++ b/hx_home/perueduca.png Binary files differ diff --git a/hx_home/somosazucar.png b/hx_home/somosazucar.png new file mode 100644 index 0000000..9206c0b --- /dev/null +++ b/hx_home/somosazucar.png Binary files differ diff --git a/hx_home/system-search.png b/hx_home/system-search.png new file mode 100644 index 0000000..bce47d1 --- /dev/null +++ b/hx_home/system-search.png Binary files differ 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 diff --git a/image/latestbuild b/image/latestbuild index c227083..c793025 100644 --- a/image/latestbuild +++ b/image/latestbuild @@ -1 +1 @@ -0 \ No newline at end of file +7 \ No newline at end of file diff --git a/image/post.sh b/image/post.sh new file mode 100644 index 0000000..890a059 --- /dev/null +++ b/image/post.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +src_root=$(dirname $0) +cd ${INSTALL_ROOT} + +#for i in $(ls $src_root/../activities/*.xo); do HOME=home/olpc sugar-install-bundle $i; done +#for i in `find home/olpc/.local -type l`; do ln -fs /$(readlink $i) $i; done + +echo Installing homepage +# custom browser homepage +mkdir -p usr/share/library-common +cp $src_root/../hx_home/* usr/share/library-common/ + +cat > home/olpc/.i18n << EOF +LANG="es_PE.utf8" +LANGUAGE="es_PE.utf8" +EOF + +creds=$(ls -aldn home/olpc | awk '{print $3 ":" $4}') +chown ${creds} -R home/olpc -- cgit v0.9.1