mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a missing helpfile for fixit.
This commit is contained in:
parent
1e702eb8a5
commit
40c2e7eb17
2 changed files with 18 additions and 0 deletions
9
release/sysinstall/help/fixit.hlp
Normal file
9
release/sysinstall/help/fixit.hlp
Normal file
|
|
@ -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.
|
||||
9
usr.sbin/sysinstall/help/fixit.hlp
Normal file
9
usr.sbin/sysinstall/help/fixit.hlp
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue