mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #20929 from n1hility/fix-user-mode-init
Fix user-mode net init flag on first time install
This commit is contained in:
@ -671,7 +671,7 @@ func configureSystem(v *MachineVM, dist string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return changeDistUserModeNetworking(dist, user, "", v.UserModeNetworking)
|
||||
return changeDistUserModeNetworking(dist, user, v.ImagePath, v.UserModeNetworking)
|
||||
}
|
||||
|
||||
func configureBindMounts(dist string, user string) error {
|
||||
|
Reference in New Issue
Block a user