Explorar el Código

Script for lb config

 --binary-images iso-hybrid
 --cache true
 "boot=live components hostname=debianjr username=debianjr"
Stefan Kropp hace 4 años
padre
commit
68ec2093c7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      auto/config

+ 3 - 0
auto/config

@@ -3,4 +3,7 @@
 set -e
 
 lb config noauto \
+	--binary-images iso-hybrid \
+	--cache true \
+	"boot=live components hostname=debianjr username=debianjr" \
 	"${@}"