Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
931d902b
Commit
931d902b
authored
Apr 29, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-disk: improve help text
parent
4bcfd070
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
setup-disk.in
setup-disk.in
+12
-12
No files found.
setup-disk.in
View file @
931d902b
...
@@ -721,12 +721,12 @@ native_disk_install() {
...
@@ -721,12 +721,12 @@ native_disk_install() {
diskselect_help
()
{
diskselect_help
()
{
cat
<<
__EOF__
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.
data-only install.
The disk will be erased.
The disk will be erased.
Select 'none' if you want
run diskless.
Enter 'none' if you want to
run diskless.
__EOF__
__EOF__
}
}
...
@@ -736,18 +736,18 @@ diskmode_help() {
...
@@ -736,18 +736,18 @@ diskmode_help() {
You can select between 'sys' or 'data'.
You can select between 'sys' or 'data'.
* sys
sys:
This mode is a traditional disk install.
A /boot partition, / (root) and
This mode is a traditional disk install.
The following partitions will be
swap will be created
.
created on the disk: /boot, / (filesystem root) and swap
.
Use this mode
for development boxes, desktops, virtual servers, etc.
This mode may be used
for development boxes, desktops, virtual servers, etc.
* data
data:
This mode uses your disk(s) for data
-only. The system itself will run
This mode uses your disk(s) for data
storage, not for the operating system.
from tmpfs (RAM).
The system itself will run
from tmpfs (RAM).
Use this mode if you only want to use the disk(s) for a mailspool,
Use this mode if you only want to use the disk(s) for a mailspool,
databases,
databases,
logs, etc.
logs, etc.
__EOF__
__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