mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-10-31 00:44:07 +00:00 
			
		
		
		
	Switch a hardcoded "boot" to "$INITFS" in auto/build
This commit is contained in:
		
							parent
							
								
									3bed73bc48
								
							
						
					
					
						commit
						378d7b5e24
					
				| @ -129,7 +129,7 @@ if [ -e "binary/$INITFS/filesystem.packages" ]; then | |||||||
| fi | fi | ||||||
| if [ -e "binary/$INITFS/filesystem.packages-remove" ]; then | if [ -e "binary/$INITFS/filesystem.packages-remove" ]; then | ||||||
| 	# Not a typo, empty manifest-remove has a single LF in it. :/ | 	# Not a typo, empty manifest-remove has a single LF in it. :/ | ||||||
| 	if [ $(cat binary/boot/filesystem.packages-remove | wc -c) -gt 1 ]; then | 	if [ $(cat binary/$INITFS/filesystem.packages-remove | wc -c) -gt 1 ]; then | ||||||
| 		ln "binary/$INITFS/filesystem.packages-remove" "$PREFIX.manifest-remove" | 		ln "binary/$INITFS/filesystem.packages-remove" "$PREFIX.manifest-remove" | ||||||
| 		chmod 644 "$PREFIX.manifest-remove" | 		chmod 644 "$PREFIX.manifest-remove" | ||||||
| 	fi | 	fi | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user