mirror of
https://github.com/valitydev/linux-sysprep.git
synced 2024-11-06 02:25:18 +00:00
commit
44f5cc9cdf
15
sysprep.sh
15
sysprep.sh
@ -54,7 +54,7 @@ parse_args() {
|
|||||||
usage
|
usage
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,6 +100,7 @@ main() {
|
|||||||
# user_account
|
# user_account
|
||||||
utmp
|
utmp
|
||||||
yum_uuid
|
yum_uuid
|
||||||
|
relabel
|
||||||
}
|
}
|
||||||
|
|
||||||
abrt_data() {
|
abrt_data() {
|
||||||
@ -377,9 +378,9 @@ package_manager_cache() {
|
|||||||
|
|
||||||
pam_data() {
|
pam_data() {
|
||||||
verbose "# Remove the PAM data"
|
verbose "# Remove the PAM data"
|
||||||
run "rm -f /var/run/console/*"
|
run "rm -f /var/run/console/*"
|
||||||
run "rm -f /var/run/faillock/*"
|
run "rm -f /var/run/faillock/*"
|
||||||
run "rm -f /var/run/sepermit/*"
|
run "rm -f /var/run/sepermit/*"
|
||||||
verbose
|
verbose
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -511,6 +512,12 @@ yum_uuid() {
|
|||||||
verbose
|
verbose
|
||||||
}
|
}
|
||||||
|
|
||||||
|
relabel() {
|
||||||
|
verbose "# Relabel"
|
||||||
|
run "rlpkg -ar"
|
||||||
|
verbose
|
||||||
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user