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
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
1f731313
Commit
1f731313
authored
Mar 05, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-disk: improve the usage help text
Thanks to Jim Pryor for the very useful feedback.
parent
0832ceae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
setup-disk.in
setup-disk.in
+4
-3
No files found.
setup-disk.in
View file @
1f731313
...
...
@@ -825,7 +825,7 @@ ask_disk() {
usage
()
{
cat
<<
__EOF__
usage: setup-disk [-h
qr
] [-k kernelflavor] [-m MODE] [-o apkovl] [-s SWAPSIZE]
usage: setup-disk [-h
Lqrv
] [-k kernelflavor] [-m MODE] [-o apkovl] [-s SWAPSIZE]
[MOUNTPOINT | DISKDEV...]
Install alpine on harddisk.
...
...
@@ -839,14 +839,15 @@ mode than 2 disks, then use raid level 5 instead of raid level 1.
options:
-h Show this help
-m Use disk for MODE without asking, where MODE is either 'data' or '
root
'
-m Use disk for MODE without asking, where MODE is either 'data' or '
sys
'
-o Restore system from given apkovl file
-k Use kernelflavor instead of
$KERNEL_FLAVOR
-L Use LVM to manage partitions
-q Exit quietly if no disks are found
-r Enable software raid1 with single disk
-s Use SWAPSIZE MB instead of
$SWAP_SIZE
MB for swap
(Use 0 to disable swap)
-s Use SWAPSIZE MB instead of
autodetecting swap size
(Use 0 to disable swap)
-v Be more verbose about what is happening
__EOF__
exit
1
}
...
...
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