This commit is contained in:
Tobias Powalowski 2024-08-01 10:30:36 +02:00
parent 6e1e13738e
commit 4b96880c18
4 changed files with 8 additions and 8 deletions

View file

@ -7,8 +7,8 @@
. /usr/lib/archboot/common.sh . /usr/lib/archboot/common.sh
_usage() _usage()
{ {
echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Copy Mountpoint:\e[m" echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Copy Mountpoint\e[m"
echo -e "\e[1m---------------------------\e[m" echo -e "\e[1m--------------------------\e[m"
echo "- Copy mountpoint recursivly from <oldmountpoint> to <newmountpoint>," echo "- Copy mountpoint recursivly from <oldmountpoint> to <newmountpoint>,"
echo -e " using the \e[1mtar\e[m utility." echo -e " using the \e[1mtar\e[m utility."
echo -e "- For system copying start with mounted \e[1m/\e[m and then invoke this script" echo -e "- For system copying start with mounted \e[1m/\e[m and then invoke this script"

View file

@ -7,8 +7,8 @@
. /usr/lib/archboot/common.sh . /usr/lib/archboot/common.sh
_usage() _usage()
{ {
echo -e "\e[1m\e[36mArchboot\e[m \e[1m- HWSIM:\e[m" echo -e "\e[1m\e[36mArchboot\e[m \e[1m- HWSIM\e[m"
echo -e "\e[1m-----------------\e[m" echo -e "\e[1m----------------\e[m"
echo "Create a simulated wireless SSID for testing purposes" echo "Create a simulated wireless SSID for testing purposes"
echo "with mac80211_hwsim module." echo "with mac80211_hwsim module."
echo "- wlan0 will be setup as the AP. Don't use for scanning!" echo "- wlan0 will be setup as the AP. Don't use for scanning!"

View file

@ -6,8 +6,8 @@
_DESTDIR="${1}" _DESTDIR="${1}"
_usage() { _usage() {
echo -e "\e[1m\e[36mArchboot\e[m \e[1m- Quickinst Installer:\e[m" echo -e "\e[1m\e[36mArchboot\e[m \e[1m- Quickinst Installer\e[m"
echo -e "\e[1m-------------------------------\e[m" echo -e "\e[1m------------------------------\e[m"
echo -e "Usage: \e[1mquickinst <destdir>\e[m" echo -e "Usage: \e[1mquickinst <destdir>\e[m"
echo "" echo ""
echo "This script is for users, who would rather partition/mkfs/mount" echo "This script is for users, who would rather partition/mkfs/mount"

View file

@ -7,8 +7,8 @@
. /usr/lib/archboot/common.sh . /usr/lib/archboot/common.sh
_usage() _usage()
{ {
echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Rsync Backup:\e[m" echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Rsync Backup\e[m"
echo -e "\e[1m------------------------\e[m" echo -e "\e[1m-----------------------\e[m"
echo -e "- Copy \e[1m<backupdir>\e[m to \e[1m<backupdestination>\e[m using rsync." echo -e "- Copy \e[1m<backupdir>\e[m to \e[1m<backupdestination>\e[m using rsync."
echo -e "- For system backup, start with \e[1mfull\e[m mounted system and then" echo -e "- For system backup, start with \e[1mfull\e[m mounted system and then"
echo -e " invoke this script with system's root directory as \e[1mbackupdir\e[m." echo -e " invoke this script with system's root directory as \e[1mbackupdir\e[m."