Merge lp:~tom-gall/linaro/live-helper.config.natty.alip into lp:~linaro-maintainers/linaro/live-helper.config.natty.alip

Proposed by Tom Gall
Status: Merged
Merged at revision: 58
Proposed branch: lp:~tom-gall/linaro/live-helper.config.natty.alip
Merge into: lp:~linaro-maintainers/linaro/live-helper.config.natty.alip
Diff against target: 155 lines (+24/-23)
4 files modified
binary (+15/-15)
chroot (+1/-1)
common (+5/-4)
conf_create.sh (+3/-3)
To merge this branch: bzr merge lp:~tom-gall/linaro/live-helper.config.natty.alip
Reviewer Review Type Date Requested Status
Linaro Maintainers Pending
Review via email: mp+41767@code.launchpad.net

Description of the change

Update for natty.

Use linaro-overlay-minimal instead of chessy
use linaro as the system name

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'binary'
--- binary 2010-11-10 19:08:01 +0000
+++ binary 2010-11-24 17:27:56 +0000
@@ -9,8 +9,8 @@
9LH_BINARY_IMAGES="tar"9LH_BINARY_IMAGES="tar"
1010
11# $LH_BINARY_INDICES: set apt/aptitude generic indices11# $LH_BINARY_INDICES: set apt/aptitude generic indices
12# (Default: false)12# (Default: true)
13LH_BINARY_INDICES="false"13LH_BINARY_INDICES="true"
1414
15# $LH_BOOT_FLAVOURS: set bootparts flavours15# $LH_BOOT_FLAVOURS: set bootparts flavours
16# (Default: )16# (Default: )
@@ -30,12 +30,12 @@
3030
31# $LH_CHECKSUMS: set checksums31# $LH_CHECKSUMS: set checksums
32# (Default: md5)32# (Default: md5)
33#LH_CHECKSUMS="md5"33LH_CHECKSUMS="md5"
3434
35# ${LH_CHROOT_BUILD: control if we build binary images chrooted35# ${LH_BUILD_WITH_CHROOT: control if we build binary images chrooted
36# (Default: true)36# (Default: true)
37# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.37# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.
38LH_CHROOT_BUILD="true"38LH_BUILD_WITH_CHROOT="true"
3939
40# $LH_DEBIAN_INSTALLER: set debian-installer40# $LH_DEBIAN_INSTALLER: set debian-installer
41# (Default: false)41# (Default: false)
@@ -62,24 +62,24 @@
62LH_GRUB_SPLASH=""62LH_GRUB_SPLASH=""
6363
64# $LH_HOSTNAME: set hostname64# $LH_HOSTNAME: set hostname
65# (Default: chessy)65# (Default: linaro)
66LH_HOSTNAME="chessy"66LH_HOSTNAME="linaro"
6767
68# $LH_ISO_APPLICATION: set iso author68# $LH_ISO_APPLICATION: set iso author
69# (Default: Ubuntu Live)69# (Default: Ubuntu Live)
70LH_ISO_APPLICATION="Ubuntu Live"70LH_ISO_APPLICATION="Ubuntu Live"
7171
72# $LH_ISO_PREPARER: set iso preparer72# $LH_ISO_PREPARER: set iso preparer
73# (Default: live-helper 2.0~a10-1; http://packages.qa.debian.org/live-helper)73# (Default: live-helper $VERSION; http://packages.qa.debian.org/live-helper)
74LH_ISO_PREPARER="live-helper 2.0~a10-1; http://packages.qa.debian.org/live-helper"74LH_ISO_PREPARER="live-helper $VERSION; http://packages.qa.debian.org/live-helper"
7575
76# $LH_ISO_PUBLISHER: set iso publisher76# $LH_ISO_PUBLISHER: set iso publisher
77# (Default: Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org)77# (Default: Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org)
78LH_ISO_PUBLISHER="Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org"78LH_ISO_PUBLISHER="Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org"
7979
80# $LH_ISO_VOLUME: set iso volume (max 32 chars)80# $LH_ISO_VOLUME: set iso volume (max 32 chars)
81# (Default: Ubuntu lucid 20100520-09:07)81# (Default: Ubuntu natty $(date +%Y%m%d-%H:%M))
82LH_ISO_VOLUME="Ubuntu lucid 20100520-09:07"82LH_ISO_VOLUME="Ubuntu natty $(date +%Y%m%d-%H:%M)"
8383
84# $LH_JFFS2_ERASEBLOCK: set jffs2 eraseblock size84# $LH_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
85# (Default: unset)85# (Default: unset)
@@ -102,8 +102,8 @@
102LH_NET_ROOT_MOUNTOPTIONS=""102LH_NET_ROOT_MOUNTOPTIONS=""
103103
104# $LH_NET_ROOT_PATH: set netboot server directory104# $LH_NET_ROOT_PATH: set netboot server directory
105# (Default: /srv/chessy-live)105# (Default: /srv/linaro-live)
106LH_NET_ROOT_PATH="/srv/chessy-live"106LH_NET_ROOT_PATH="/srv/linaro-live"
107107
108# $LH_NET_ROOT_SERVER: set netboot server address108# $LH_NET_ROOT_SERVER: set netboot server address
109# (Default: 192.168.1.1)109# (Default: 192.168.1.1)
@@ -146,8 +146,8 @@
146LH_SYSLINUX_MENU="true"146LH_SYSLINUX_MENU="true"
147147
148# $LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for live entries148# $LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for live entries
149# (Default: Start Chessy Minimal Live)149# (Default: Start Linaro Minimal Live)
150LH_SYSLINUX_MENU_LIVE_ENTRY="Start Chessy Minimal Live"150LH_SYSLINUX_MENU_LIVE_ENTRY="Start Linaro Minimal Live"
151151
152# $LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY: set text to be used on the menu for live entries (failsafe ones)152# $LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY: set text to be used on the menu for live entries (failsafe ones)
153# (Default: )153# (Default: )
154154
=== modified file 'chroot'
--- chroot 2010-10-05 19:24:52 +0000
+++ chroot 2010-11-24 17:27:56 +0000
@@ -46,7 +46,7 @@
4646
47# $LH_PACKAGES: set packages to install47# $LH_PACKAGES: set packages to install
48# (Default: empty)48# (Default: empty)
49LH_PACKAGES="chessy-overlay-minimal linaro-alip xserver-xorg-video-fbdev"49LH_PACKAGES="linaro-overlay-minimal linaro-alip xserver-xorg-video-fbdev"
5050
51# $LH_PACKAGES_LISTS: set package list to install51# $LH_PACKAGES_LISTS: set package list to install
52# (Default: )52# (Default: )
5353
=== modified file 'common'
--- common 2010-11-10 19:09:32 +0000
+++ common 2010-11-24 17:27:56 +0000
@@ -1,7 +1,7 @@
1# config/common - common options for live-helper(7)1# config/common - common options for live-helper(7)
22
3# LH_CONFIG_VERSION: internal version of the configuration file format3# LH_CONFIG_VERSION: internal version of the configuration file format
4LH_CONFIG_VERSION="2.0~a10"4LH_CONFIG_VERSION="2.0~a21"
55
6# $LH_APT: set package manager6# $LH_APT: set package manager
7# (Default: apt)7# (Default: apt)
@@ -25,7 +25,7 @@
2525
26# $LH_APT_RECOMMENDS: set apt/aptitude recommends26# $LH_APT_RECOMMENDS: set apt/aptitude recommends
27# (Default: true)27# (Default: true)
28LH_APT_RECOMMENDS="false"28LH_APT_RECOMMENDS="true"
2929
30# $LH_APT_SECURE: set apt/aptitude security30# $LH_APT_SECURE: set apt/aptitude security
31# (Default: true)31# (Default: true)
@@ -69,7 +69,7 @@
6969
70# $LH_FDISK: set fdisk program70# $LH_FDISK: set fdisk program
71# (Default: autodetected)71# (Default: autodetected)
72LH_FDISK="fdisk"72LH_FDISK="fdisk.distrib"
7373
74# $LH_LOSETUP: set losetup program74# $LH_LOSETUP: set losetup program
75# (Default: autodetected)75# (Default: autodetected)
@@ -128,4 +128,5 @@
128# Internal stuff (FIXME)128# Internal stuff (FIXME)
129APT_OPTIONS="--yes -o DPkg::options::=--path-exclude=/usr/share/doc/* -o DPkg::options::=--path-include=/usr/share/doc/*/copyright -o DPkg::options::=--path-exclude=/usr/share/man/* -o DPkg::options::=--path-exclude=/usr/share/groff/* -o DPkg::options::=--path-exclude=/usr/share/info/* -o DPkg::options::=--path-exclude=/usr/share/lintian/* -o DPkg::options::=--path-exclude=/usr/share/linda/* -o DPkg::options::=--path-exclude=/usr/share/locale/* -o DPkg::options::=--path-include=/usr/share/locale/locale.alias"129APT_OPTIONS="--yes -o DPkg::options::=--path-exclude=/usr/share/doc/* -o DPkg::options::=--path-include=/usr/share/doc/*/copyright -o DPkg::options::=--path-exclude=/usr/share/man/* -o DPkg::options::=--path-exclude=/usr/share/groff/* -o DPkg::options::=--path-exclude=/usr/share/info/* -o DPkg::options::=--path-exclude=/usr/share/lintian/* -o DPkg::options::=--path-exclude=/usr/share/linda/* -o DPkg::options::=--path-exclude=/usr/share/locale/* -o DPkg::options::=--path-include=/usr/share/locale/locale.alias"
130APTITUDE_OPTIONS="--assume-yes"130APTITUDE_OPTIONS="--assume-yes"
131GZIP_OPTIONS="--best"131GZIP_OPTIONS="--best --rsyncable"
132ISOHYBRID_OPTIONS=""
132133
=== modified file 'conf_create.sh'
--- conf_create.sh 2010-11-10 19:08:01 +0000
+++ conf_create.sh 2010-11-24 17:27:56 +0000
@@ -6,13 +6,13 @@
6 keyring_packages=ubuntu-keyring6 keyring_packages=ubuntu-keyring
7 linux_flavours=""7 linux_flavours=""
8 tasks="standard"8 tasks="standard"
9 packages="chessy-overlay-minimal linaro-alip xserver-xorg-video-fbdev"9 packages="linaro-overlay-minimal linaro-alip xserver-xorg-video-fbdev"
10 packages_list=""10 packages_list=""
11 bootstrap_flavour="standard"11 bootstrap_flavour="standard"
12 distribution=natty12 distribution=natty
13 hostname=chessy13 hostname=linaro
14 initramfs="none"14 initramfs="none"
15 brand="Chessy Minimal"15 brand="Linaro Minimal"
16 chrootsources="chroot_sources"16 chrootsources="chroot_sources"
17 cache="disabled"17 cache="disabled"
18}18}

Subscribers

People subscribed via source and target branches

to all changes: