fix wording

This commit is contained in:
Tobias Powalowski 2024-07-04 21:10:16 +02:00
parent 2a9127a84d
commit c7e56c1d6f

View file

@ -112,7 +112,7 @@ _initrd_stage() {
_progress_wait "0" "99" "\n${_KEEP}\n\n2/5: Mounting rootfs on blockdevice..." "0.05" _progress_wait "0" "99" "\n${_KEEP}\n\n2/5: Mounting rootfs on blockdevice..." "0.05"
: >/.archboot : >/.archboot
_task btrfs & _task btrfs &
_progress_wait "0" "99" "\n${_KEEP}\n\n3/5: Create btrfs on /dev/zram0..." "0.05" _progress_wait "0" "99" "\n${_KEEP}\n\n3/5: Creating btrfs on /dev/zram0..." "0.05"
: >/.archboot : >/.archboot
_task system & _task system &
_progress_wait "0" "99" "\n${_KEEP}\n\n4/5: Copying rootfs to /sysroot..." "0.05" _progress_wait "0" "99" "\n${_KEEP}\n\n4/5: Copying rootfs to /sysroot..." "0.05"
@ -141,7 +141,7 @@ fi
_msg "Initializing Console..." _msg "Initializing Console..."
_clear _clear
setfont ter-v${_SIZE}n -C /dev/console setfont ter-v${_SIZE}n -C /dev/console
_initrd_stage | _dialog --title " Initializing System " --gauge "\n${_KEEP}\n\n1/5: Search rootfs..." 9 75 0 _initrd_stage | _dialog --title " Initializing System " --gauge "\n${_KEEP}\n\n1/5: Searching rootfs on blockdevices..." 9 75 0
_clear _clear
_msg "The boot medium can be safely removed now." _msg "The boot medium can be safely removed now."
echo "" echo ""