Parcourir la source

create_arm - add hostname argument in usage

Émile Morel il y a 10 ans
Parent
commit
1ffdb3fe79
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      olinux/create_arm_debootstrap.sh

+ 2 - 1
olinux/create_arm_debootstrap.sh

@@ -13,7 +13,8 @@ cat <<EOF
 # OPTIONS
 
   -d		debian release (wheezy, jessie) 	(default: wheezy)
-  -a		add packages
+  -a		add packages (wheezy)
+  -n		name					(default: olinux)
 
 EOF
 exit 1