Skip to content

Commit 85e6f60

Browse files
committed
Update oem-factory-reset - wider window to show secrets
This partially fixes #1537, but while the increased width wouldn't be a problem on the NV41 AFAICT, I don't know about other machines. I don't know what @tlaurion means with "busybox's folding", which may be a better solution. Signed-off-by: Christian Foerster <christian.foerster@mailfence.com>
1 parent 9afe235 commit 85e6f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initrd/bin/oem-factory-reset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ fi
13271327
## Show to user current configured secrets prior of rebooting
13281328
whiptail --msgbox "
13291329
$passphrases" \
1330-
$HEIGHT $WIDTH --title "Configured secrets"
1330+
$HEIGHT $(($WIDTH*2)) --title "Configured secrets"
13311331

13321332
## all done -- reboot
13331333
whiptail --msgbox "

0 commit comments

Comments
 (0)