mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-03 14:34:21 +01:00
Merge pull request #2525 from jcvenegas/fix-ext2-warn
clh: set rootfstype
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user