From 40c2e7eb17c2f44073f00c26c889b740623162d8 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 27 Apr 1996 07:18:59 +0000 Subject: [PATCH] Add a missing helpfile for fixit. --- release/sysinstall/help/fixit.hlp | 9 +++++++++ usr.sbin/sysinstall/help/fixit.hlp | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 release/sysinstall/help/fixit.hlp create mode 100644 usr.sbin/sysinstall/help/fixit.hlp diff --git a/release/sysinstall/help/fixit.hlp b/release/sysinstall/help/fixit.hlp new file mode 100644 index 00000000000..f8271b7e0f5 --- /dev/null +++ b/release/sysinstall/help/fixit.hlp @@ -0,0 +1,9 @@ +A special shell will be launched by this option with a fixit Floppy +(or CD in later revisions of this utility) mounted as /mnt2. This gives +one extra commands in /mnt2 as well as a more complete set of device +files in /mnt2/dev. Some device operations, like fsck and disklabel, +may therefore require you to go to /mnt2/dev and use the entries there +rather than assuming that they will be present in the default /dev (which +came from the boot medium and is very minimal). + +When you're done, exit the shell to reboot. diff --git a/usr.sbin/sysinstall/help/fixit.hlp b/usr.sbin/sysinstall/help/fixit.hlp new file mode 100644 index 00000000000..f8271b7e0f5 --- /dev/null +++ b/usr.sbin/sysinstall/help/fixit.hlp @@ -0,0 +1,9 @@ +A special shell will be launched by this option with a fixit Floppy +(or CD in later revisions of this utility) mounted as /mnt2. This gives +one extra commands in /mnt2 as well as a more complete set of device +files in /mnt2/dev. Some device operations, like fsck and disklabel, +may therefore require you to go to /mnt2/dev and use the entries there +rather than assuming that they will be present in the default /dev (which +came from the boot medium and is very minimal). + +When you're done, exit the shell to reboot.