Lines Matching full:echo
6 echo "Usage: $(basename $0) [options]"
7 echo -e "Creates a Ubuntu root file system image.\n"
8 echo -e " --help\t\t\tDisplay this information."
9 echo -e " --arch {armhf|arm64}\t\tSelects architecture of rootfs image."
10 echo -e " --distro {bionic|focal}\tSelects Ubuntu distribution of rootfs image."
11 echo -e " --size n{K|M|G}\t\tSets size of rootfs image to n Kilo, Mega or Giga bytes."
16 echo "ERROR: Unrecognized argument: $1" >&2
21 echo -e "\nUpdating apt repositories. "
22 echo -e "\nPress 'y' to continue or any other key to exit..."
44 echo "Missing architecture"
48 echo "Missing distribution"
52 echo "Missing size"
57 echo "Invalid architecture: $rfs_arch"
63 echo "Invalid size: $rfs_size"
69 echo "Installing build dependencies ..."
73 echo "Creating $rfs_distro ($rfs_arch) root file system ..."
74 echo "Image name: $image_name.img"
75 echo "Image size: $rfs_size"