~serge-hallyn/live-build/uec

« back to all changes in this revision

Viewing changes to chroot

  • Committer: Serge Hallyn
  • Date: 2010-07-28 20:59:11 UTC
  • Revision ID: serge.hallyn@canonical.com-20100728205911-x3wzco45d4132uyq
Initial commit

This is a live-helper config/ tree for generating a eucalyptus
livecd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# config/chroot - options for live-helper(7), chroot stage
 
2
 
 
3
# $LH_CHROOT_FILESYSTEM: set chroot filesystem
 
4
# (Default: squashfs)
 
5
LH_CHROOT_FILESYSTEM="squashfs"
 
6
 
 
7
# $LH_UNION_FILESYSTEM: set union filesystem
 
8
# (Default: aufs)
 
9
LH_UNION_FILESYSTEM="aufs"
 
10
 
 
11
# $LH_VIRTUAL_ROOT_SIZE: set virtual-hdd filesystem size
 
12
# (Default: 2000)
 
13
LH_VIRTUAL_ROOT_SIZE="2000"
 
14
 
 
15
# $LH_EXPOSED_ROOT: expose root as read only
 
16
# (Default: true)
 
17
LH_EXPOSED_ROOT="true"
 
18
 
 
19
# $LH_HOOKS: set hook commands
 
20
# (Default: empty)
 
21
LH_HOOKS=""
 
22
 
 
23
# $LH_INTERACTIVE: set interactive build
 
24
# (Default: false)
 
25
LH_INTERACTIVE="false"
 
26
 
 
27
# $LH_KEYRING_PACKAGES: set keyring packages
 
28
# (Default: empty)
 
29
LH_KEYRING_PACKAGES="ubuntu-keyring"
 
30
 
 
31
# $LH_LANGUAGE: set language to use
 
32
# (Default: empty)
 
33
LH_LANGUAGE="en"
 
34
 
 
35
# $LH_LINUX_FLAVOURS: set kernel flavour to use
 
36
# (Default: autodetected)
 
37
LH_LINUX_FLAVOURS="server"
 
38
 
 
39
# $LH_LINUX_PACKAGES: set kernel packages to use
 
40
# (Default: autodetected)
 
41
LH_LINUX_PACKAGES="linux-image"
 
42
 
 
43
# $LH_PACKAGES: set packages to install
 
44
# (Default: empty)
 
45
LH_PACKAGES="byobu xfce4 desktop-base xorg xresprobe menu console-setup console-common kbd locales firefox qemu-kvm libvirt-bin corosync ocfs2-tools clvm pacemaker vlan collectd openipmi euca2ools"
 
46
 
 
47
# $LH_PACKAGES_LISTS: set package list to install
 
48
# (Default: )
 
49
LH_PACKAGES_LISTS=""
 
50
 
 
51
# $LH_TASKS: set tasks to install
 
52
# (Default: empty)
 
53
LH_TASKS=""
 
54
 
 
55
# $LH_SECURITY: enable security updates
 
56
# (Default: true)
 
57
LH_SECURITY="true"
 
58
 
 
59
# $LH_SYMLINKS: enable symlink convertion
 
60
# (Default: false)
 
61
LH_SYMLINKS="false"
 
62
 
 
63
# $LH_SYSVINIT: enable sysvinit
 
64
# (Default: false)
 
65
LH_SYSVINIT="false"