Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/351161bc835e9f96b38508acf054d977e02af944?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
78 changed files with
78 additions and
78 deletions
@ -96,7 +96,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -94,7 +94,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -348,7 +348,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -104,7 +104,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -108,7 +108,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -114,7 +114,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -93,7 +93,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -124,7 +124,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -86,7 +86,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -117,7 +117,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -131,7 +131,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -148,7 +148,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -107,7 +107,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -92,7 +92,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -100,7 +100,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -130,7 +130,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -124,7 +124,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -166,7 +166,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -151,7 +151,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -103,7 +103,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -123,7 +123,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -112,7 +112,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -97,7 +97,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -126,7 +126,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -91,7 +91,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -131,7 +131,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -107,7 +107,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -110,7 +110,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -117,7 +117,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -212,7 +212,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -108,7 +108,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -102,7 +102,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -121,7 +121,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -98,7 +98,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -141,7 +141,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -93,7 +93,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -245,7 +245,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -120,7 +120,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -123,7 +123,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -97,7 +97,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -109,7 +109,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -108,7 +108,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -262,7 +262,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -181,7 +181,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -114,7 +114,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -111,7 +111,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -92,7 +92,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -215,7 +215,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -122,7 +122,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -120,7 +120,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -180,7 +180,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -149,7 +149,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -96,7 +96,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -99,7 +99,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -142,7 +142,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -94,7 +94,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -94,7 +94,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -116,7 +116,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -87,7 +87,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -105,7 +105,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -100,7 +100,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -120,7 +120,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -177,7 +177,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -109,7 +109,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -137,7 +137,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -109,7 +109,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -96,7 +96,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -136,7 +136,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )
@ -112,7 +112,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
if ! getent shadow root | grep -q "^root:[^\!*]" ; then
msg_info "Customizing Container"
msg_info "Customizing Container"
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
OS = $( grep "^ID=" /etc/os-release | cut -d'=' -f2)
if [ " $OS " = = "debian" ] ; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
if [ " $OS " = = "debian" ] ; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
touch ~/.hushlogin
touch ~/.hushlogin
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
GETTY_OVERRIDE = "/etc/systemd/system/container-getty@1.service.d/override.conf"
mkdir -p $( dirname $GETTY_OVERRIDE )
mkdir -p $( dirname $GETTY_OVERRIDE )