...
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
echo ""
|
echo ""
|
||||||
echo "---"
|
|
||||||
echo "Convert directory to .sb compressed module"
|
echo "Convert directory to .sb compressed module"
|
||||||
echo ""
|
|
||||||
echo "Usage: $0 [source_directory.sb] [[target_file.sb]]"
|
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 " 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"
|
echo " then the source_directory itself is included in the module and"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
if [ ! -e "$1" ]; then
|
if [ ! -e "$1" ]; then
|
||||||
echo
|
echo
|
||||||
echo "Convert .sb compressed module into directory with the same name"
|
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 specified, it must exist"
|
||||||
echo " If the output_directory is not specified, the name source_file.sb"
|
echo " If the output_directory is not specified, the name source_file.sb"
|
||||||
echo " is used and the directory is overmounted with tmpfs"
|
echo " is used and the directory is overmounted with tmpfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user