misc: Update references to hardcoded directories

This commit is contained in:
mintsuki 2022-10-13 23:10:56 +02:00
parent b30d2dc978
commit 42b1db1063
2 changed files with 4 additions and 4 deletions

View File

@ -112,8 +112,8 @@ noreturn void entry(uint8_t boot_drive, int boot_from) {
if (!stage3_found) {
print("\n"
"!! Stage 3 file not found!\n"
"!! Have you copied limine.sys to the root or /boot directories of\n"
"!! one of the partitions on the boot device?\n\n");
"!! Have you copied limine.sys to the root, /boot, /limine, or /boot/limine\n"
"!! directories of one of the partitions on the boot device?\n\n");
}
if (!stage3_loaded) {

View File

@ -903,8 +903,8 @@ int main(int argc, char *argv[]) {
goto cleanup;
fprintf(stderr, "Reminder: Remember to copy the limine.sys file in either\n"
" the root or /boot directories of one of the partitions\n"
" on the device, or boot will fail!\n");
" the root, /boot, /limine, or /boot/limine directories of\n"
" one of the partitions on the device, or boot will fail!\n");
fprintf(stderr, "Limine deployed successfully!\n");