~kro55/kro55/live-build

« back to all changes in this revision

Viewing changes to config/chroot

  • Committer: Shih-Yuan Lee (FourDollars)
  • Date: 2010-09-03 05:21:57 UTC
  • Revision ID: shih-yuan.lee@canonical.com-20100903052157-ozq6csi62cc818mo
Modify from Debian/lenny to Ubuntu/lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
# $LH_KEYRING_PACKAGES: set keyring packages
28
28
# (Default: empty)
29
 
LH_KEYRING_PACKAGES="debian-archive-keyring"
 
29
LH_KEYRING_PACKAGES="ubuntu-keyring"
30
30
 
31
31
# $LH_LANGUAGE: set language to use
32
32
# (Default: empty)
34
34
 
35
35
# $LH_LINUX_FLAVOURS: set kernel flavour to use
36
36
# (Default: autodetected)
37
 
LH_LINUX_FLAVOURS="amd64"
 
37
LH_LINUX_FLAVOURS="generic"
38
38
 
39
39
# $LH_LINUX_PACKAGES: set kernel packages to use
40
40
# (Default: autodetected)
41
 
LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"
 
41
LH_LINUX_PACKAGES="linux"
42
42
 
43
43
# $LH_PACKAGES: set packages to install
44
44
# (Default: empty)
50
50
 
51
51
# $LH_TASKS: set tasks to install
52
52
# (Default: empty)
53
 
LH_TASKS=""
 
53
LH_TASKS="ubuntu-desktop"
54
54
 
55
55
# $LH_SECURITY: enable security updates
56
56
# (Default: true)