#31 add --selinux flag to arm-image-installer help
Closed 5 years ago by pwhalen. Opened 5 years ago by eklitzke.
eklitzke/arm-image-installer master  into  master

file modified
+3
@@ -23,10 +23,13 @@ 

  	--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

  

file modified
+1
@@ -16,6 +16,7 @@ 

  	--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

This change documents the --selinux option in the arm-image-installer script, and updates the README file to match all the options listed in the arm-image-installer help/usage output.

We explicitly dropped the selinux from the cli help because disabling selinux is not recommended so it's considered and advanced option

Pull-Request has been closed by pwhalen

5 years ago
Metadata