~ubuntu-on-ec2/vmbuilder/automated-ec2-builds

« back to all changes in this revision

Viewing changes to conf/trusty-server.conf

  • Committer: Thomas Bechtold
  • Date: 2021-11-09 13:07:41 UTC
  • mfrom: (741.1.1 automated-ec2-builds)
  • Revision ID: thomas.bechtold@canonical.com-20211109130741-vkaj2mxsj3c20yoa
Drop all code & update README with the new url

The code moved to git, so drop all code and
mention in the README the new URL and that
the code from this repo is still there,
just in the 2nd oldest revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
suite="trusty"
2
 
description="Ubuntu 14.04 LTS (Trusty Tahr)"
3
 
copy_out_kernels=1
4
 
ovf_cmd=( sudo "%d/ovf/diskimg2ovf" --conf=trusty-server.conf
5
 
          --template=ubuntu-ovf-v1-%t.tmpl "--prefix=%p" "--disk=%r" "--size=%s" "--out=%o" )
6
 
ova_cmd=( sudo "%d/ovf/diskimg2ova" "--prefix=%p" "--disk=%r" "--size=10G" "--out=%o"
7
 
                "--version=14.04-LTS")
8
 
lb_conf=( sudo "LB_BASE=%L" "PATH=%x" "%P/lb_config" "--distribution=%d" "--mode=ubuntu" "--build-with-chroot=true"
9
 
        "--chroot-filesystem=plain" "--system=normal" "--package-list=ubuntu-cloud-t" "--hdd-fs-label=%l" "--hdd-new-fstab"
10
 
        "--root-mount-by=LABEL" "--binary-images=binary-hdd-raw" "--bootloader=none" "--hdd-size=%s" "--binary-filesystem=ext4"
11
 
            "--architecture=%A" "--cache=false" "--linux-flavours=virtual" "--cache-indices=false" "--source=false")
12
 
package_img_tgz=0
13
 
unpublished_ramdisks="."
14
 
build_name="server"
15
 
root_fs_size="1408"
16
 
root_fs_label="cloudimg-rootfs"
17
 
publish_ec2=1
18
 
cat_partfile() {
19
 
        local size=${2};
20
 
   printf "%s\n" "root ${size} a1"
21
 
}
22
 
build_type="server"
23
 
loader="grub-maverick-20100729.img"
24
 
floppy="floppy-maverick-20111012.img"
25
 
nogrub=0
26
 
img_arches="amd64 i386"
27
 
extra_arches="trusty-arm-server.conf trusty-aarch64-server.conf trusty-server-hwe.conf"
28
 
vmdk_create=0
29
 
vmdk_ovf=0
30
 
qcow2_create=1
31
 
qcow2_ovf=1
32
 
qcow2_uefi_create=1
33
 
vmdk_uefi_create=0
34
 
ovf_default=qcow2
35
 
ova_create=1
36
 
img_size=2G
37
 
create_root_tgz=1
38
 
purge_roottgz_pkgs=( "linux-*" "grub-*" )