NEW_ROOT='/newroot' CDROOT_PATH="/mnt/cdrom" RW_MNT="/mnt/rw_part" STATIC="/mnt/livecd" OVERLAY="/mnt/overlay" LOOP="/root.sqh" LOOPTYPE="squashfs" BACK_UP="\033[1K\033[0G" WARN="\033[33;1m" BAD="\033[31;1m" BOLD="\033[1m" GOOD="\033[32;1m" # Reset fb color mode RESET="]R" # ANSI COLORS # Erase to end of line CRE=" " # Clear and reset Screen CLEAR="c" # Normal color NORMAL="" # RED: Failure or error message RED="" # GREEN: Success message GREEN="" # YELLOW: Descriptions YELLOW="" # BLUE: System mesages BLUE="" # MAGENTA: Found devices or drivers MAGENTA="" # CYAN: Questions CYAN="" # BOLD WHITE: Hint WHITE="" QUIET=0 CONSOLE_LOGLEVEL=3 LOG_ENABLED=1 INIT_LOG="/run/initramfs/init.log" KV=$(uname -r)