mirror of https://github.com/docker/docs.git
				
				
				
			Merge pull request #11748 from minimum2scp/fix/debootstrap
removed unnecessary tabs from /usr/sbin/policy-rc.d, and /sbin/initctl for mkimage.sh debootstrap
This commit is contained in:
		
						commit
						87e877e3c1
					
				|  | @ -37,7 +37,7 @@ rootfs_chroot() { | ||||||
| 
 | 
 | ||||||
| # prevent init scripts from running during install/update | # prevent init scripts from running during install/update | ||||||
| echo >&2 "+ echo exit 101 > '$rootfsDir/usr/sbin/policy-rc.d'" | echo >&2 "+ echo exit 101 > '$rootfsDir/usr/sbin/policy-rc.d'" | ||||||
| cat > "$rootfsDir/usr/sbin/policy-rc.d" <<'EOF' | cat > "$rootfsDir/usr/sbin/policy-rc.d" <<-'EOF' | ||||||
| 	#!/bin/sh | 	#!/bin/sh | ||||||
| 
 | 
 | ||||||
| 	# For most Docker users, "apt-get install" only happens during "docker build", | 	# For most Docker users, "apt-get install" only happens during "docker build", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue