limine-install: Turn WARNING about copying limine.sys into a less scary reminder
This commit is contained in:
parent
7f63b9a10a
commit
48c6d45c11
|
@ -531,7 +531,7 @@ int main(int argc, char *argv[]) {
|
||||||
if (!device_flush_cache())
|
if (!device_flush_cache())
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
fprintf(stderr, "WARNING: 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 or /boot directories of one of the partitions\n"
|
||||||
" on the device, or boot will fail!\n");
|
" on the device, or boot will fail!\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue