File tree 9 files changed +9
-9
lines changed
starter-with-secrets/apps
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ select_boot_disk() {
154
154
155
155
# Warning message for data deletion
156
156
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
157
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
157
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
158
158
159
159
# Confirmation for disk selection to prevent accidental data loss
160
160
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ select_boot_disk() {
154
154
155
155
# Warning message for data deletion
156
156
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
157
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
157
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
158
158
159
159
# Confirmation for disk selection to prevent accidental data loss
160
160
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ select_boot_disk() {
85
85
86
86
# Warning message for data deletion
87
87
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
88
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
88
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
89
89
90
90
# Confirmation for disk selection to prevent accidental data loss
91
91
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ select_boot_disk() {
154
154
155
155
# Warning message for data deletion
156
156
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
157
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
157
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
158
158
159
159
# Confirmation for disk selection to prevent accidental data loss
160
160
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ select_boot_disk() {
154
154
155
155
# Warning message for data deletion
156
156
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
157
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
157
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
158
158
159
159
# Confirmation for disk selection to prevent accidental data loss
160
160
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ select_boot_disk() {
96
96
97
97
# Warning message for data deletion
98
98
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
99
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
99
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
100
100
101
101
# Confirmation for disk selection to prevent accidental data loss
102
102
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ select_boot_disk() {
88
88
89
89
# Warning message for data deletion
90
90
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
91
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
91
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
92
92
93
93
# Confirmation for disk selection to prevent accidental data loss
94
94
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ select_boot_disk() {
88
88
89
89
# Warning message for data deletion
90
90
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
91
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
91
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
92
92
93
93
# Confirmation for disk selection to prevent accidental data loss
94
94
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ select_boot_disk() {
88
88
89
89
# Warning message for data deletion
90
90
_print " ${RED} WARNING: All data on the chosen disk will be erased during the installation!${NC} "
91
- _prompt " ${YELLOW} Please choose your boot disk (e.g., nvme0n1, sda ): ${NC} " _boot_disk
91
+ _prompt " ${YELLOW} Please enter the name of your boot disk (e.g., sda, nvme0n1). Do not include the full path ( " /dev/ " ): ${NC} " _boot_disk
92
92
93
93
# Confirmation for disk selection to prevent accidental data loss
94
94
_print " ${YELLOW} You have selected $_boot_disk as the boot disk. This will delete everything on this disk. Are you sure? (Y/N): ${NC} "
You can’t perform that action at this time.
0 commit comments