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) { if (!stage3_found) {
print("\n" print("\n"
"!! Stage 3 file not found!\n" "!! Stage 3 file not found!\n"
"!! Have you copied limine.sys to the root or /boot directories of\n" "!! Have you copied limine.sys to the root, /boot, /limine, or /boot/limine\n"
"!! one of the partitions on the boot device?\n\n"); "!! directories of one of the partitions on the boot device?\n\n");
} }
if (!stage3_loaded) { if (!stage3_loaded) {

View File

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