mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-03 18:34:11 +00:00 
			
		
		
		
	Import patches-unapplied version 2.273 to ubuntu/vivid-proposed
Imported using git-ubuntu import.
Changelog parent: 35c929f886c8dc982bc322c8db42d13ccb321479
New changelog entries:
  [ Michael Vogt ]
  * live-build/ubuntu-core/hooks/14-set-motd.chroot:
    - set snappy specific motd
  * live-build/ubuntu-core/hooks/13-set-locale.chroot:
    - set default locale to C.UTF-8
  [ Oliver Grawert ]
  * add systemd-journal-remote group to touch builds
			
			
This commit is contained in:
		
							parent
							
								
									35c929f886
								
							
						
					
					
						commit
						c9aadc4a69
					
				
							
								
								
									
										13
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,16 @@
 | 
			
		||||
livecd-rootfs (2.273) vivid; urgency=low
 | 
			
		||||
 | 
			
		||||
  [ Michael Vogt ]
 | 
			
		||||
  * live-build/ubuntu-core/hooks/14-set-motd.chroot:
 | 
			
		||||
    - set snappy specific motd
 | 
			
		||||
  * live-build/ubuntu-core/hooks/13-set-locale.chroot:
 | 
			
		||||
    - set default locale to C.UTF-8
 | 
			
		||||
 | 
			
		||||
  [ Oliver Grawert ]
 | 
			
		||||
  * add systemd-journal-remote group to touch builds
 | 
			
		||||
 | 
			
		||||
 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 02 Dec 2014 10:20:28 +0100
 | 
			
		||||
 | 
			
		||||
livecd-rootfs (2.271) vivid; urgency=medium
 | 
			
		||||
 | 
			
		||||
  *  bump the hardcoded libmirplatform driver version for ubuntu-touch
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										7
									
								
								live-build/ubuntu-core/hooks/13-set-locale.chroot
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								live-build/ubuntu-core/hooks/13-set-locale.chroot
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
cat >/etc/default/locale<<EOF
 | 
			
		||||
LANG="C.UTF-8"
 | 
			
		||||
EOF
 | 
			
		||||
							
								
								
									
										11
									
								
								live-build/ubuntu-core/hooks/14-set-motd.chroot
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								live-build/ubuntu-core/hooks/14-set-motd.chroot
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
cat >/etc/motd<<EOF
 | 
			
		||||
Welcome to Ubuntu Core (development branch)
 | 
			
		||||
 | 
			
		||||
 * See https://ubuntu.com/snappy
 | 
			
		||||
 | 
			
		||||
Surprise! It's a brave new Ubuntu world here in the snappy development
 | 
			
		||||
channel. Ubuntu Core does not use APT, see 'snappy --help' for ideas
 | 
			
		||||
on how to make the most of this transactional system.
 | 
			
		||||
EOF
 | 
			
		||||
@ -174,6 +174,7 @@ systemd-timesync:x:113:
 | 
			
		||||
systemd-network:x:117:
 | 
			
		||||
systemd-resolve:x:118:
 | 
			
		||||
systemd-bus-proxy:x:119:
 | 
			
		||||
systemd-journal-remote:x:120:
 | 
			
		||||
EOF
 | 
			
		||||
else
 | 
			
		||||
    echo "/etc/group post-debootstrap hash doesn't match record" >&2
 | 
			
		||||
@ -254,6 +255,7 @@ systemd-timesync:!::
 | 
			
		||||
systemd-network:!::
 | 
			
		||||
systemd-resolve:!::
 | 
			
		||||
systemd-bus-proxy:!::
 | 
			
		||||
systemd-journal-remote:!::
 | 
			
		||||
EOF
 | 
			
		||||
else
 | 
			
		||||
    echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user