Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
911888b1
Commit
911888b1
authored
Mar 17, 2012
by
Gerardo Exequiel Pozzi
Browse files
[archiso] Improve help message of mkarchiso
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
b3230309
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
911888b1
...
...
@@ -139,17 +139,21 @@ _usage ()
echo
" general options:"
echo
" -p PACKAGE(S) Package(s) to install, can be used multiple times"
echo
" -r <command> Run <command> inside root-image"
echo
" -C <file> Config file for pacman. Default
${
pacman_conf
}
"
echo
" -C <file> Config file for pacman."
echo
" Default: '
${
pacman_conf
}
'"
echo
" -L <label> Set a label for the disk"
echo
" Default: '
${
iso_label
}
'"
echo
" -P <publisher> Set a publisher for the disk"
echo
" Default: '
${
iso_publisher
}
'"
echo
" -A <application> Set an application name for the disk"
echo
" Default: '
${
iso_application
}
'"
echo
" -D <install_dir> Set an install_dir. All files will by located here."
echo
" Default
${
install_dir
}
"
echo
" Default
: '
${
install_dir
}
'
"
echo
" NOTE: Max 8 characters, use only [a-z0-9]"
echo
" -w <work_dir> Set the working directory"
echo
" Default
${
work_dir
}
"
echo
" Default
: '
${
work_dir
}
'
"
echo
" -o <out_dir> Set the output directory"
echo
" Default
${
out_dir
}
"
echo
" Default
: '
${
out_dir
}
'
"
echo
" -v Enable verbose output"
echo
" -h This message"
echo
" commands:"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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