You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the build script sudo ./build.sh -d /dev/sda, I saw this in the output
...
Command (? for help): Partition number (3-128, default 3): First sector (34-488914910, default = 3328000) or {+-}size{KMGTP}: Last sector (3328000-488914910, default = 488912895) or {+-}size{KMGTP}: Current type is 8300 (Linux filesystem)
Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'Linux filesystem'
Command (? for help):
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!
Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /dev/sda.
The operation has completed successfully.
mkfs.fat 4.2 (2021-01-31)
mke2fs 1.47.0 (5-Feb-2023)
/dev/sda2 contains a ext4 file system labelled 'fedora-usb-boot'
created on Sun Jan 28 17:35:05 2024
Creating filesystem with 262144 4k blocks and 65536 inodes
Filesystem UUID: a1492762-3fe2-4908-a8b9-118439becd26
Superblock backups stored on blocks:
32768, 98304, 163840, 229376
...
But I never had an opportunity to respond to the "Do you want to proceed?" prompt. It printed simultaneously with the subsequent "OK; ...".
The text was updated successfully, but these errors were encountered:
That makes sense as an explanation for why the situation is the way it is. It would still be nice if either the user was actually warned before erasing the drive (possibly through a separate prompt) or if the prompt was silenced.
When running the build script
sudo ./build.sh -d /dev/sda
, I saw this in the outputBut I never had an opportunity to respond to the "Do you want to proceed?" prompt. It printed simultaneously with the subsequent "OK; ...".
The text was updated successfully, but these errors were encountered: