diff --git a/config/hooks/live/0000_generate_backup_dir.chroot b/config/hooks/live/0000_generate_backup_dir.chroot index 993f2ef..d524170 100644 --- a/config/hooks/live/0000_generate_backup_dir.chroot +++ b/config/hooks/live/0000_generate_backup_dir.chroot @@ -12,7 +12,6 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ ๐Ÿงช '%s' starting ... \e[0m\n" "${0}" -# sleep 1 mkdir -p /root/.ciss/dlb/backup chmod 0700 /root/.ciss/dlb/backup @@ -21,7 +20,6 @@ mkdir -p /root/git chmod 0700 /root/git printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' applied successfully. \e[0m\n" "${0}" -# sleep 1 exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/config/hooks/live/0001_initramfs_modules.chroot b/config/hooks/live/0001_initramfs_modules.chroot index e2d561a..a8ad320 100644 --- a/config/hooks/live/0001_initramfs_modules.chroot +++ b/config/hooks/live/0001_initramfs_modules.chroot @@ -12,7 +12,6 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ ๐Ÿงช '%s' starting ... \e[0m\n" "${0}" -# sleep 1 ####################################### # Get all NIC Driver of the current Host-machine @@ -331,7 +330,6 @@ chmod 0755 /etc/initramfs-tools/hooks/ciss_debian_live_builder update-initramfs -u -k all printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' applied successfully. \e[0m\n" "${0}" -# sleep 1 exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/config/hooks/live/0002_verify_checksums.chroot b/config/hooks/live/0002_verify_checksums.chroot index 85c57c6..4e38d64 100644 --- a/config/hooks/live/0002_verify_checksums.chroot +++ b/config/hooks/live/0002_verify_checksums.chroot @@ -12,7 +12,6 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ ๐Ÿงช '%s' starting ... \e[0m\n" "${0}" -# sleep 1 target="/usr/lib/live/boot/0030-verify-checksums" src="$(mktemp)" @@ -138,7 +137,6 @@ rm -f "${src}" unset target src printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' applied successfully. \e[0m\n" "${0}" -# sleep 1 exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/config/hooks/live/0050_activate_root.chroot b/config/hooks/live/0050_activate_root.chroot index 0942fdc..9863fee 100644 --- a/config/hooks/live/0050_activate_root.chroot +++ b/config/hooks/live/0050_activate_root.chroot @@ -12,13 +12,10 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ ๐Ÿงช '%s' starting ... \e[0m\n" "${0}" -# sleep 1 if [[ ! -f /root/.pwd ]]; then printf "\e[93m++++ ++++ ++++ ++++ ++++ ++++ ++ โŒ /root/.pwd NOT found. \e[0m\n" - # sleep 1 printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โŒ Exiting Hook ... \e[0m\n" - # sleep 1 printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' done. Nothing changed. \e[0m\n" "${0}" exit 0 fi @@ -38,7 +35,6 @@ sed -i "s|^user:[^:]*:\(.*\)|user:${safe_hashed_pwd}:\1|" /etc/shadow unset hashed_pwd safe_hashed_pwd cat /etc/shadow -# sleep 1 if shred -vfzu -n 5 /root/.pwd; then printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… Password file /root/.pwd: -vfzu -n 5 >> done. \e[0m\n" @@ -47,7 +43,6 @@ else fi printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' applied successfully. \e[0m\n" "${0}" -# sleep 1 exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/config/hooks/live/0080_keyboard_layout.chroot b/config/hooks/live/0080_keyboard_layout.chroot index 05af1e5..764c1a1 100644 --- a/config/hooks/live/0080_keyboard_layout.chroot +++ b/config/hooks/live/0080_keyboard_layout.chroot @@ -12,7 +12,6 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ ๐Ÿงช '%s' starting ... \e[0m\n" "${0}" -# sleep 1 cat << 'EOF' >| /etc/default/keyboard XKBMODEL="pc105" @@ -25,7 +24,6 @@ EOF dpkg-reconfigure -f noninteractive keyboard-configuration printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' applied successfully. \e[0m\n" "${0}" -# sleep 1 exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/config/hooks/live/0810_chrony_setup.chroot b/config/hooks/live/0810_chrony_setup.chroot index 593655d..33a7d43 100644 --- a/config/hooks/live/0810_chrony_setup.chroot +++ b/config/hooks/live/0810_chrony_setup.chroot @@ -12,7 +12,6 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ ๐Ÿงช '%s' starting ... \e[0m\n" "${0}" -# sleep 1 mkdir -p /var/log/chrony # See https://coresecret.eu/tutorials/debian-package-glossary/ for a brief description of the installed packages.