Introduce kickstart help and commands
This commit is contained in:
parent
aae2eb2f41
commit
4229923661
4
lib/kickstart-commands
Executable file
4
lib/kickstart-commands
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
root_dir=`kickstart root-dir`
|
||||||
|
echo "`ls $root_dir/lib | cut -f2 -d'-'`"
|
10
lib/kickstart-help
Executable file
10
lib/kickstart-help
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "kickstart"
|
||||||
|
echo "Bash provisioning support"
|
||||||
|
echo
|
||||||
|
echo "Available commands are:"
|
||||||
|
|
||||||
|
kickstart commands
|
||||||
|
echo
|
||||||
|
echo "Happy hacking (:"
|
Loading…
Reference in New Issue
Block a user