diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:16:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:17:45 +0000 |
commit | c955e1aa814363c37f5884d77ed029d36c88a1d8 (patch) | |
tree | 27bde4889c35edbb1171ba65231e490a3e260ea5 /share | |
parent | Removing base-files hacks for progress-linux in debconf container create scri... (diff) | |
download | compute-tools-c955e1aa814363c37f5884d77ed029d36c88a1d8.tar.xz compute-tools-c955e1aa814363c37f5884d77ed029d36c88a1d8.zip |
Removing readline hack for progress-linux in debconf container create script, not needed for buster and newer anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 18f49af..63650eb 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -449,13 +449,6 @@ EOF rm -f "${DIRECTORY}/etc/mtab" ln -s /proc/self/mounts "${DIRECTORY}/etc/mtab" - # Temporary hack for readline - if [ -e "${DIRECTORY}/etc/inputrc" ] - then - rm -f "${DIRECTORY}/etc/inputrc" - cp "${DIRECTORY}/usr/share/readline/inputrc" "${DIRECTORY}/etc" - fi - # Temporary hack for sysvinit if [ -e "${DIRECTORY}/etc/inittab" ] then |