diff options
author | imp <imp@FreeBSD.org> | 2005-01-05 22:16:10 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-05 22:16:10 +0000 |
commit | de149e3d738ea647c341d2ccb7a6854d5b13e7b3 (patch) | |
tree | fac74712a6d5a7988cd114f06e6bd796bb88d41e /sys/boot | |
parent | a58020451649cb5efc6052a50c0a9a9d810d3802 (diff) | |
download | FreeBSD-src-de149e3d738ea647c341d2ccb7a6854d5b13e7b3.zip FreeBSD-src-de149e3d738ea647c341d2ccb7a6854d5b13e7b3.tar.gz |
Remove obsolete note about the boot loader not being ready for stable.
It has been in stable for at least 5 years now.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/boot/README b/sys/boot/README index 7502788..22faea2 100644 --- a/sys/boot/README +++ b/sys/boot/README @@ -25,16 +25,6 @@ $FreeBSD$ the FreeBSD-current list, or to Daniel C. Sobral <dcs@FreeBSD.org> or Mike Smith <msmith@FreeBSD.org>. - NOTE: - - Please understand, all this is very current development, and - while getting this working for STABLE is a goal, it's not - yet ready for that. It's possible that parts of this might - indeed work for stable, but if you're not absolutely sure - what you're doing, you're better off not using the - information in this README for STABLE. Use this for current - only for a while longer, please! - After the first two stages in the booting process (described in boot(8)), the last stage of the booting process, called the loader (see loader(8)) reads in the /boot/loader.rc |