소스 검색

Script for lb config

 --binary-images iso-hybrid
 --cache true
 "boot=live components hostname=debianjr username=debianjr"
Stefan Kropp 4 년 전
부모
커밋
68ec2093c7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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" \
 	"${@}"