pull/63/head
TomasM 2018-11-23 06:04:59 -05:00
parent edb710c1b3
commit 3149f63a99
2 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@
usage()
{
echo ""
echo "---"
echo "Convert directory to .sb compressed module"
echo ""
echo "Usage: $0 [source_directory.sb] [[target_file.sb]]"
echo " If source_directory does not have .sb suffix and it is not 'squashfs-root',"
echo " then the source_directory itself is included in the module and"

View File

@ -4,7 +4,7 @@
if [ ! -e "$1" ]; then
echo
echo "Convert .sb compressed module into directory with the same name"
echo "usage: $0 [source_file.sb] [[optional output_directory]]"
echo "Usage: $0 [source_file.sb] [[optional output_directory]]"
echo " If the output_directory is specified, it must exist"
echo " If the output_directory is not specified, the name source_file.sb"
echo " is used and the directory is overmounted with tmpfs"