refactor(zbm): Point to chroot (#3)

This commit is contained in:
hygienic-books 2023-10-22 15:26:50 +02:00
parent 108883fd11
commit ae00207947

View File

@ -94,8 +94,7 @@ function select_part () {
esac esac
>&3 printf -- '%s\n' \ >&3 printf -- '%s\n' \
'It looks as if there is no '"${part_type_human_readable}" \ 'It looks as if there is no '"${part_type_human_readable}" \
'on any of the disks. Did you correctly partition a disk before starting?' \ 'on any of the disks. Is this a chroot? Exiting ...'
'Check https://quico.space/quico-os-setup/arch-zbm#prep. Exiting ...'
exit 77 exit 77
fi fi