Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
alpine-conf
Commits
931d902b
Commit
931d902b
authored
Apr 29, 2011
by
Natanael Copa
Browse files
setup-disk: improve help text
parent
4bcfd070
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup-disk.in
View file @
931d902b
...
...
@@ -721,12 +721,12 @@ native_disk_install() {
diskselect_help
()
{
cat
<<
__EOF__
The disk you select can be used for
either
traditional disk install
The disk you select can be used for
a
traditional disk install
or for a
data-only install.
The disk will be erased.
Select
'none' if you want run diskless.
Enter
'none' if you want
to
run diskless.
__EOF__
}
...
...
@@ -736,18 +736,18 @@ diskmode_help() {
You can select between 'sys' or 'data'.
*
sys
This mode is a traditional disk install.
A /boot partition, / (root) and
swap will be created
.
Use t
his mode for development boxes, desktops, virtual servers, etc.
sys
:
This mode is a traditional disk install.
The following partitions will be
created on the disk: /boot, / (filesystem root) and swap
.
T
his mode
may be used
for development boxes, desktops, virtual servers, etc.
*
data
This mode uses your disk(s) for data
-only. The system itself will run
from tmpfs (RAM).
data
:
This mode uses your disk(s) for data
storage, not for the operating system.
The system itself will run
from tmpfs (RAM).
Use this mode if you only want to use the disk(s) for a mailspool,
databases,
logs, etc.
Use this mode if you only want to use the disk(s) for a mailspool,
databases,
logs, etc.
__EOF__
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment