Merge pull request #2525 from jcvenegas/fix-ext2-warn

clh: set rootfstype
This commit is contained in:
Jose Carlos Venegas Munoz 2020-03-11 08:57:46 -06:00 committed by GitHub
commit aa40eeffe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ var clhKernelParams = []Param{
{"noreplace-smp", ""}, // do not replace SMP instructions
{"agent.log_vport", fmt.Sprintf("%d", vSockLogsPort)}, // tell the agent where to send the logs
{"rootflags", "data=ordered,errors=remount-ro ro"}, // mount the root filesystem as readonly
{"rootfstype", "ext4"},
}
var clhDebugKernelParams = []Param{