mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +00:00
Import patches-unapplied version 2.323 to ubuntu/wily-proposed
Imported using git-ubuntu import. Changelog parent: 99a5bff9d95cb53fb5b84ddb4c3ca001e3f2ac2b New changelog entries: * live-build/ubuntu-desktop-next/hooks/11-remove-extra-packages.chroot: - remove click from desktop-next
This commit is contained in:
parent
99a5bff9d9
commit
2a16157ad8
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.323) wily; urgency=medium
|
||||
|
||||
* live-build/ubuntu-desktop-next/hooks/11-remove-extra-packages.chroot:
|
||||
- remove click from desktop-next
|
||||
|
||||
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Jul 2015 15:53:43 +0200
|
||||
|
||||
livecd-rootfs (2.322) wily; urgency=medium
|
||||
|
||||
* live-build/ubuntu-desktop-next/hooks/00-uid-gid-fix.chroot_early:
|
||||
|
@ -53,6 +53,7 @@ rtkit:x:114:123:RealtimeKit,,,:/proc:/bin/false
|
||||
usbmux:x:115:46:usbmux daemon,,,:/var/lib/usbmux:/bin/false
|
||||
colord:x:116:124:colord colour management daemon,,,:/var/lib/colord:/bin/false
|
||||
lightdm:x:117:126:Light Display Manager:/var/lib/lightdm:/bin/false
|
||||
clickpkg:x:118:128::/nonexistent:/bin/false
|
||||
EOF
|
||||
else
|
||||
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
|
||||
|
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# we don't want click on snappy image
|
||||
apt-get purge -y click
|
Loading…
x
Reference in New Issue
Block a user