@@ -15,7 +15,7 @@ help_login() {
1515 echo " -h, --help: show this help message and exit"
1616 echo " --user: Allows the user to specify the login user for the filesystem."
1717 # echo "-p or --path: Allows the user to set a custom installation path for the filesystem instead of the default directory."
18- echo " -- name: Allows the user to specify a custom name for the filesystem to install "
18+ echo " -cd, --custom-distro < name> : Allows the user to specify a custom distro for the filesystem. "
1919 echo " --bind or -b: Allows the user to specify extra mount points for the filesystem."
2020 echo " --isolated: Creates an isolated environment for the filesystem."
2121 echo " --ashmem-memfd | --memfd enable support for memfd emulation through ashmem ( experimental )"
@@ -56,6 +56,7 @@ help_list() {
5656 echo " options:"
5757 echo " -h, --help show this help message and exit"
5858 echo " --size show size of each distro"
59+ echo " --show-custom-fs show custom filesystems"
5960 echo " --download-size | --ds show download size of each distro"
6061 echo " --path <path> path to look for distros"
6162 echo " --list-installed show only installed distros"
@@ -66,9 +67,14 @@ help_install() {
6667 echo " udroid [ install| --install ] [<options>] [<suite>]:[<varient>]"
6768 echo " installs udroid distros"
6869 echo " options:"
70+ echo " -cd, --custom-distro <options> install a custom distro"
6971 echo " -h, --help show this help message and exit"
7072 echo " --no-verify-integrity do not verify integrity of filesystem"
7173 echo
74+ echo " custom distro options:"
75+ echo " --file <file> full path to filesystem tarball"
76+ echo " --name <name> name for the filesystem"
77+ echo
7278 echo " example:"
7379 echo " udroid install jammy:raw"
7480 echo " udroid install --install jammy:raw"
@@ -78,6 +84,9 @@ help_install() {
7884help_remove () {
7985 echo " udroid [ remove| --remove ] <distro>"
8086 echo " removes udroid distros"
87+ echo " options:"
88+ echo " -h, --help show this help message and exit"
89+ echo " -cd, --custom-distro <name> remove a custom installed distro"
8190 echo " example:"
8291 echo " udroid remove jammy:raw"
8392 echo " udroid remove --remove jammy:raw"
0 commit comments