浏览代码

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" \
 	"${@}"