1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 17:13:22 -05:00

Changed text for boot method, slight change in main file.

This commit is contained in:
freesource 2001-12-24 18:17:05 +00:00
parent 3bd440f5dd
commit df3f36f9cc
3 changed files with 9 additions and 9 deletions

View File

@ -1364,7 +1364,8 @@ sub uml_box {
$entry_advanced $entry_advanced
[14]); [14]);
# help
# help
if ( $entry_advanced[14] && if ( $entry_advanced[14] &&
$entry_advanced[14] =~ m,help, ) { $entry_advanced[14] =~ m,help, ) {
for my $co (0 .. $#command_parts ) { for my $co (0 .. $#command_parts ) {
@ -4504,8 +4505,8 @@ The most important button to familiarize yourself with is the Submit button
which starts the whole process; dialogs are presented as the process which starts the whole process; dialogs are presented as the process
continues asking you if you want to continue "OK" or stop "Cancel". continues asking you if you want to continue "OK" or stop "Cancel".
The first row presently has only one Boot Method choice: "2 disk compression." The first row allows you to choose a Boot Method. Clicking on the menu on
Clicking on the menu on the right selects the Boot Method. the right selects the Boot Method.
The second row allows you to select the kernel for the Boot/Root set. You The second row allows you to select the kernel for the Boot/Root set. You
may either use the file selector button on the right hand side, or you may may either use the file selector button on the right hand side, or you may

View File

@ -3,7 +3,7 @@
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
alink="#FF0000"> alink="#FF0000">
<center>$Id: index.html,v 1.58 2001/12/23 20:39:16 freesource Exp $</center> <center>$Id: index.html,v 1.59 2001/12/23 21:12:46 freesource Exp $</center>
<p> <p>
@ -75,9 +75,8 @@ dialogs are presented as the process continues asking you if you want to
continue &quot;OK&quot; or stop &quot;Cancel&quot;.</P> continue &quot;OK&quot; or stop &quot;Cancel&quot;.</P>
<p> <p>
The <u>first row</u> presently has only one Boot Method choice: The <u>first row</u> allows you to choose a Boot Method.
"2 disk compression."&nbsp;&nbsp;Clicking on the menu on the right selects &nbsp;&nbsp;Clicking on the menu on the right selects the Boot Method.</p>
the Boot Method.</p>
<P>The <u>second row</u> allows you to select the kernel for the Boot/Root set.&nbsp;&nbsp;You <P>The <u>second row</u> allows you to select the kernel for the Boot/Root set.&nbsp;&nbsp;You

View File

@ -16,8 +16,8 @@
# #
# Shirley Rosenbaum # Shirley Rosenbaum
# - My mother who provides food and shelter, and who without # - My mother who provides food and shelter, and who without
# this project would never have existed, and even though she says she # this project never would have existed, and even though she says she
# doesn't understand what it is about .. I know she does. # doesn't understand what it is all about .. I know she does.
# #
# CONTRIBUTORS # CONTRIBUTORS
# ------------ # ------------