Is there a way to erase 2 separate hdds in the deployment process?
-
So I have a problem where we are deploying the machines but there is data still on a second HDD.
Is there a way in the deployment process to erase any other HDD in the computer at the same time ?
I know this would be a unique case example.
-
@zaboxmaster You can probably accomplish this with a postinit script to overwrite the existing erasure script that runs.
I don’t have a direct example, but you can use the base script to essentially iterate over all hdd’s on the machine and perform the same actions.
-
@Tom-Elliott Thank you , i will have a look
-
@zaboxmaster Just in case you haven’t found out about post deploy scripts yet: https://forums.fogproject.org/topic/7740/the-magical-mystical-fog-post-download-script
-