Lines Matching full:echo
47 echo "Usage: $0 OPTIONS"
48 echo "Create an ext2 image that contains everything necessary"
49 echo -e "to be the boot file system.\n"
50 echo "The following options exist:"
51 echo " --genext2fs <genext2fs> The location of genext2fs binary"
52 echo " --kernel <kernel> The kernel to boot"
53 echo " --ramdisk <ramdisk> The ramdisk to be used"
54 echo " --cmdline <cmdline> The command line to use"
55 echo " --grubconf <confile> The path to grub conf file"
56 echo " --tmpdir <tmpdir> The temporary dir where files"\
58 echo " --output <output> The filename of the output image"
59 echo
64 echo "Unknown option $1."
73 echo "Missing required arguments."
78 echo "Must provide path to a valid genext2fs binary."
85 echo -n "$CMDLINE" > $TMPDIR/cmdline