mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-04 02:44:07 +00:00 
			
		
		
		
	Import patches-unapplied version 2.44 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 312f12ef265ffe5b007873df8820cc593d1e4e8d
New changelog entries:
  * Mirror armel support as armhf, so we can build all the same images.
  * Allow ARCH to be specified on the BuildLiveCD command line as -A,
    so that it doesn't have to be hardcoded for non-native builders.
			
			
This commit is contained in:
		
							parent
							
								
									312f12ef26
								
							
						
					
					
						commit
						f22c3e7bd0
					
				@ -36,6 +36,7 @@ LIVE_BUILD=false
 | 
			
		||||
UBUNTU_DEFAULTS_LOCALE=""
 | 
			
		||||
 | 
			
		||||
while getopts :s:r:d:f:pa:lu: name; do case $name in
 | 
			
		||||
    A)  ARCH="$OPTARG";;
 | 
			
		||||
    s)	SUBARCH="$OPTARG";;
 | 
			
		||||
    r)	SUBPROJECT="$OPTARG";;
 | 
			
		||||
    d)	NEWSUITE="$OPTARG";;
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										8
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,11 @@
 | 
			
		||||
livecd-rootfs (2.44) precise; urgency=low
 | 
			
		||||
 | 
			
		||||
  * Mirror armel support as armhf, so we can build all the same images.
 | 
			
		||||
  * Allow ARCH to be specified on the BuildLiveCD command line as -A,
 | 
			
		||||
    so that it doesn't have to be hardcoded for non-native builders.
 | 
			
		||||
 | 
			
		||||
 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 02 Dec 2011 11:41:13 -0700
 | 
			
		||||
 | 
			
		||||
livecd-rootfs (2.43) oneiric; urgency=low
 | 
			
		||||
 | 
			
		||||
  * BuildLiveCD: Stop building ubuntu-defaults-image images with universe.
 | 
			
		||||
 | 
			
		||||
@ -207,7 +207,7 @@ case $PROJECT in
 | 
			
		||||
esac
 | 
			
		||||
 | 
			
		||||
case $ARCH in
 | 
			
		||||
	armel)
 | 
			
		||||
	armel|armhf)
 | 
			
		||||
		KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
 | 
			
		||||
		case $SUBARCH in
 | 
			
		||||
			dove)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user