misc: Update references to hardcoded directories
This commit is contained in:
parent
b30d2dc978
commit
42b1db1063
@ -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) {
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user