8 Commits

Author SHA1 Message Date
Steve Langasek
0ae1111c55 Import patches-unapplied version 2.376 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 80fddc56a2b4d6ed82dcce3ef56028b37e40705a

New changelog entries:
  [ Michael Terry ]
  * Change real name for phablet user to "Ubuntu" in ubuntu-touch.
  [ Steve Langasek ]
  * Drop BuildLiveCD from the examples; we now use launchpad-buildd to drive
    livefs builds, so BuildLiveCD is obsolete and misleading.
  * Add hooks to ubuntu-cpc to divert /bin/sync in the chroot and undivert it
    at the end.  This is a general-purpose change that should be applied to
    all flavors and archs, but at the moment it's only needed on armhf+raspi2
    to work around the raspberrypi2-firmware postinst calling sync, which is
    actually warranted in the normal case.
  * If a subarch is specified for a cloud image build, don't build rootfs
    artifacts; these should come from the 'generic' build.
  * Fix architecture handling in hooks.  We know we're always being invoked
    from a launchpad-buildd-like setup, which passes ARCH and SUBARCH in the
    environment, because auto/config and auto/build both rely on this.  So
    don't scatter dpkg --print-architecture calls throughout, especially
    when many of these are not cross-build-aware.
  * Refactor ubuntu-cpc hooks to allow us to handle images where the root
    partition should not be partition 1.
  [ Ben Howard ]
  * ubuntu-cpc: fix hooks/032-disk-image.binary call to
    create_empty_partition, which requires five args due to "-u"
  * ubuntu-cpc: in hooks/030-root-tarball.binary create /lib/modules to fix
    (LP: 1543204).
  [ Dimitri John Ledkov ]
  * Do not remove linux-base, when purging all the linux-*, in the tarball
    build. Otherwise ubuntu-minimal is removed, and things get crazy.
  * Correct initrd.img symlink, kernel/hooks should actually produce the
    right thing here, but meh.
  * Chroot to execute zipl, because it's nice.
  * Use the right loop device to install zipl onto.
  [ Steve Langasek ]
  * Refactor ubuntu-cpc hooks to always produce a 'plain' rootfs via
    live-build and reuse this for the tarball, instead of lb_binary_rootfs
    creating some artifact that we ignore / throw away.
  * Initial support for raspi2 subarch.
  * Import live-build/ubuntu-cpc/hooks/raspi2/mkknlimg from
    https://github.com/raspberrypi/linux/blob/rpi-4.1.y/scripts/mkknlimg
    and use it to install a bootable uboot.bin.
2016-02-12 21:43:58 +00:00
Iain Lane
808414beec Import patches-unapplied version 2.343 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 69a5210a5346c66ab135dad2cb19014094c2e1ab

New changelog entries:
  [ Oliver Grawert ]
  * add empty "extrausers" equivalents for subuid and subgid files, else
    adduser falls over in interactive mode when trying to write to them.
  [ Iain Lane ]
  * live-build/ubuntu-touch/hooks/03-etc-writable.chroot: Set up /etc/whoopsie
    too. (LP: #1437633)
2015-09-10 15:03:45 +00:00
Stéphane Graber
d803954231 Import patches-unapplied version 2.245 to ubuntu/utopic-proposed
Imported using git-ubuntu import.

Changelog parent: aa7b1035713ec5c90ddc88a06271b5b16be1e571

New changelog entries:
  * Add two new hooks for Ubuntu Touch to setup sensible /etc/passwd,
    /etc/shadow, /etc/group and /etc/gshadow PRIOR to package installation
    to guarantee user/group ordering on the image and then to check for any
    unexpected change to those files. (LP: #1332538)
    Any change to either the initial set of users and groups or to the
    post-package-install set will now be fatal to the image and will require
    a manual update of the hardcoded user/group list contained in this new
    chroot_early hook.
  * Bump dependency on live-build accordingly.
  * Update the setup_user hook to also take care of gshadow.
2014-09-24 09:53:18 +00:00
Michael Terry
eb694e09bc Import patches-unapplied version 2.240 to ubuntu/utopic-proposed
Imported using git-ubuntu import.

Changelog parent: c66e2a7c05ab819749e5b8349fd813d16e501ec0

New changelog entries:
  * live-build/ubuntu-touch/hooks/01-setup_user.chroot:
    - Don't modify PAM files directly, we'll let ubuntu-touch-session
      do that for us the proper way.  (LP: #1348637)
2014-08-13 21:43:30 +00:00
Steve Langasek
157b5a339e Import patches-unapplied version 2.229 to ubuntu/utopic-proposed
Imported using git-ubuntu import.

Changelog parent: ce12eac0a592255d4dfc88cbc1a2f92bbe3a8b00

New changelog entries:
  [ Michael Terry ]
  * Don't set an arbitrary password for the phablet user. As we transition
    to using PAM as the storage medium for the user's password, we can't
    expect the user to know about the 'phablet' password.
  * And configure libnss-extrausers to store user password information
    instead of /etc/shadow.
2014-07-24 22:53:52 +00:00
Oliver Grawert
6264d9ddaa Import patches-unapplied version 2.173 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: 4570179e6cd0b4008476f210161ed2284f83568c

New changelog entries:
  [Michael Terry]
  * Add phablet user to nopasswdlogin group on Touch images
  * Switch min uid to 1002 to prevent system users from showing in
    the greeter on Touch images
2013-08-14 09:13:22 +00:00
Oliver Grawert
8212680ba0 Import patches-unapplied version 2.166 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: 10459a79f5f4d037176b838333cddfe99d5d6a47

New changelog entries:
  * add radio user (with UID 1001 (required by android)) to the default user
    creation for ubuntu-touch
2013-07-25 09:23:15 +00:00
Colin Watson
f00349b766 Import patches-unapplied version 2.125 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: 65b7f7a10a9bd05c60185f5c282af1a4c4efff57

New changelog entries:
  * live-build/auto/config: Add basic ubuntu-touch enablement (based on
    patch from Oliver Grawert, for which thanks).
  * live-build/auto/config, live-build/ubuntu-touch: Copy a huge pile of
    customisation by Ricardo Salveti from
    lp:~phablet-team/touch-preview-images/ubuntu-build-phablet, which should
    be close to enough for the architecture-independent parts of
    ubuntu-touch builds.
2013-05-01 19:33:32 +00:00