From 2e5bb743c7dbab62f6f084abb17df07b80e24a20 Mon Sep 17 00:00:00 2001 From: okuji Date: Sat, 16 Oct 1999 12:05:47 +0000 Subject: [PATCH] update some documents. --- NEWS | 3 +-- TODO | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 346c4ae05..393a40907 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,7 @@ New in 0.5.94: * Stage 1 supports both the LBA mode and the CHS mode. * The NetBSD and OpenBSD boot bug is fixed. * The more automatic installation command "setup" is added. -* The command "embed" embeds a Stage 1.5 in the sectors after a MBR or - in the "bootloader" area in a FFS partition. +* The command "embed" embeds a Stage 1.5 in the sectors after a MBR. * Support symbolic color name syntax in the command "color". * The grub shell loads the BIOS drive mapping information from a device map file (the default is "/boot/grub/device.map") if it already diff --git a/TODO b/TODO index 8714888da..780623c95 100644 --- a/TODO +++ b/TODO @@ -13,7 +13,7 @@ Priorities: higher priority. * Support partition syntax to correspond with BSD ``slice'' syntax - (`(hd0,1a)' -> `/dev/hd0s2a'). ! + (`(hd0,1a)' -> `/dev/hd0s2a'). !! ? Add a partition naming syntax that means ``the first partition of this type''. We need this for clean Hurd install floppies. * Add a real scripting language, possibly retaining backward @@ -28,8 +28,8 @@ Priorities: ? Add command for modifying partition types. * Fix-up FreeBSD, NetBSD (and OpenBSD ?) command-line boot parameters. !! -* Add a new installation command, such as `setup', which should be - easier to use and more automatic than the command `install'. !!! +* Support embedding a Stage 1.5 in the "bootloader" area of a FFS + partition. !!! * Add keyboard layout configuration support. ! * Clean up and enhance the manuals, especially concept indexes. !!! * Add more filesystems support (XFS, NTFS, etc.)