diff --git a/desktop.ks b/desktop.ks index eacca14..3046f69 100644 --- a/desktop.ks +++ b/desktop.ks @@ -20,3 +20,7 @@ poweroff @^workstation-product-environment -selinux-policy-minimum %end + +%post +touch $INSTALL_ROOT/home/home_preserved +%end diff --git a/minimal-uefi.ks b/minimal-uefi.ks index f32b33a..68aec87 100644 --- a/minimal-uefi.ks +++ b/minimal-uefi.ks @@ -14,3 +14,7 @@ poweroff %packages @core %end + +%post +touch $INSTALL_ROOT/home/home_preserved +%end