Signed-off-by: YAMADA Tsuyoshi <tyamada@minimum2scp.org>
| ... | ... |
@@ -37,7 +37,7 @@ rootfs_chroot() {
|
| 37 | 37 |
|
| 38 | 38 |
# prevent init scripts from running during install/update |
| 39 | 39 |
echo >&2 "+ echo exit 101 > '$rootfsDir/usr/sbin/policy-rc.d'" |
| 40 |
-cat > "$rootfsDir/usr/sbin/policy-rc.d" <<'EOF' |
|
| 40 |
+cat > "$rootfsDir/usr/sbin/policy-rc.d" <<-'EOF' |
|
| 41 | 41 |
#!/bin/sh |
| 42 | 42 |
|
| 43 | 43 |
# For most Docker users, "apt-get install" only happens during "docker build", |