Merge pull request #3375 from zhaojizhuang/debianrootfs

osbuilder: Restore Debian as a rootfs
This commit is contained in:
Bin Liu
2022-01-05 10:27:47 +08:00
committed by GitHub
8 changed files with 107 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ type testDataDistro struct {
var distros = []string{
"centos",
"clear-linux-os",
"debian",
"fedora",
"opensuse",
"rhel",