6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
#!/bin/bash
|
||
|
set -eux
|
||
|
cat > ${TARGET_ROOT}/.extra_settings << EOF
|
||
|
DIB_DEBIAN_ALT_INIT_PACKAGE=systemd-sysv
|
||
|
EOF
|