From 0b5517d8d0744e0d1d372410268e76694cf5ed28 Mon Sep 17 00:00:00 2001 From: Evan Klitzke Date: Mar 10 2019 20:38:54 +0000 Subject: add --selinux flag to arm-image-installer help --- diff --git a/README b/README index 7f52e65..19442a8 100644 --- a/README +++ b/README @@ -23,10 +23,13 @@ Usage: arm-image-installer --addkey= - /path/to/ssh-public-key --image=IMAGE - xz compressed image file name --media=DEVICE - media device file (/dev/[sdX|mmcblkX]) + --selinux=OFF - Disable SELinux --norootpass - Remove the root password --resizefs - Resize root filesystem to fill media device --supported - List of supported hardware --target=TARGET - target board + --relabel - SELinux relabel root filesystem + --args - kernel commandline addition --version - Display version and exit -y - Assumes yes, will not wait for confirmation diff --git a/arm-image-installer b/arm-image-installer index c17d1f4..6d21d3f 100755 --- a/arm-image-installer +++ b/arm-image-installer @@ -16,6 +16,7 @@ Usage: $(basename ${0}) --addkey= - /path/to/ssh-public-key --image=IMAGE - xz compressed image file name --media=DEVICE - media device file (/dev/[sdX|mmcblkX]) + --selinux=OFF - Disable SELinux --norootpass - Remove the root password --resizefs - Resize root filesystem to fill media device --supported - List of supported hardware