45 lines
772 B
Modula-2
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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)