mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
sysprep: rhn_systemid: delete osad-auth.conf file in RHN configuration
This commit is contained in:
committed by
Richard W.M. Jones
parent
a1e8acc736
commit
94e5ea6b5e
@@ -28,6 +28,7 @@ let rhn_systemid_perform g root =
|
||||
match typ, distro with
|
||||
| "linux", "rhel" ->
|
||||
(try g#rm "/etc/sysconfig/rhn/systemid" with G.Error _ -> ());
|
||||
(try g#rm "/etc/sysconfig/rhn/osad-auth.conf" with G.Error _ -> ());
|
||||
[]
|
||||
| _ -> []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user