mirror of
https://github.com/valitydev/linux-sysprep.git
synced 2024-11-06 02:25:18 +00:00
commit
44f5cc9cdf
@ -100,6 +100,7 @@ main() {
|
||||
# user_account
|
||||
utmp
|
||||
yum_uuid
|
||||
relabel
|
||||
}
|
||||
|
||||
abrt_data() {
|
||||
@ -511,6 +512,12 @@ yum_uuid() {
|
||||
verbose
|
||||
}
|
||||
|
||||
relabel() {
|
||||
verbose "# Relabel"
|
||||
run "rlpkg -ar"
|
||||
verbose
|
||||
}
|
||||
|
||||
main "$@"
|
||||
exit 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user