1
0
mirror of https://pagure.io/fedora-qa/createhdds.git synced 2024-11-21 23:03:08 +00:00

Add a postinstall section to leave a trace in the home directory.

This commit is contained in:
Lukáš Růžička 2020-12-04 15:04:29 +01:00
parent bdcc1b794a
commit e43b0fe87c

View File

@ -20,3 +20,7 @@ poweroff
@^workstation-product-environment
-selinux-policy-minimum
%end
%post
sudo touch $INSTALL_ROOT/home/home_preserved
%end