mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
Rastrack v2
This commit is contained in:
parent
0f5bbc6cb0
commit
e6bd8741be
@ -336,7 +336,7 @@ do_boot_behaviour() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
show_rastrackname() {
|
do_rastrack() {
|
||||||
whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70
|
whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70
|
||||||
whiptail --inputbox "Email Address For Rastrack Addition" 20 70
|
whiptail --inputbox "Email Address For Rastrack Addition" 20 70
|
||||||
|
|
||||||
@ -414,7 +414,7 @@ fi
|
|||||||
# Interactive use loop
|
# Interactive use loop
|
||||||
#
|
#
|
||||||
while true; do
|
while true; do
|
||||||
FUN=$(whiptail --menu "Raspi-config" 20 80 12 --cancel-button Finish --ok-button Select \
|
FUN=$(whiptail --menu "Raspi-config" 20 80 13 --cancel-button Finish --ok-button Select \
|
||||||
"info" "Information about this tool" \
|
"info" "Information about this tool" \
|
||||||
"expand_rootfs" "Expand root partition to fill SD card" \
|
"expand_rootfs" "Expand root partition to fill SD card" \
|
||||||
"overscan" "Change overscan" \
|
"overscan" "Change overscan" \
|
||||||
|
Loading…
Reference in New Issue
Block a user