From 9e70a94c9b11ec159b50cfb4df4905a4312ae3c1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 11 Jul 2016 23:04:14 -0300 Subject: Make 'write' action an alias to 'image' --- files/bootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/bootless b/files/bootless index be8fa2e..320b2f7 100755 --- a/files/bootless +++ b/files/bootless @@ -220,7 +220,7 @@ if [ -z "$BOOTLESS_DIR" ]; then elif [ "$BOOTLESS_ACTION" == "init" ]; then shift 2 bootless_init $* -elif [ "$BOOTLESS_ACTION" == "image" ]; then +elif [ "$BOOTLESS_ACTION" == "image" ] || [ "$BOOTLESS_ACTION" == "write" ]; then shift 2 bootless_image $* elif [ "$BOOTLESS_ACTION" == "check" ]; then -- cgit v1.2.3