1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

removed unnecessary tab from /usr/sbin/policy-rc.d, and /sbin/initctl

Signed-off-by: YAMADA Tsuyoshi <tyamada@minimum2scp.org>
This commit is contained in:
YAMADA Tsuyoshi 2015-03-25 23:53:24 +09:00
parent a0cfe83435
commit 09165e0fe0

View file

@ -37,7 +37,7 @@ rootfs_chroot() {
# prevent init scripts from running during install/update
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
# For most Docker users, "apt-get install" only happens during "docker build",