Skip Bitlocker detection?
-
@Tom-Elliott said in Skip Bitlocker detection?:
FOG already has the capability to do this, but we added a check because that was the “thought” we needed to do.
You can modify the file yourself.
You are, hopefully, familiar with postinit scripts:
The file you’ll want to replace is:
/usr/share/fog/lib/funcs.shThe line you would need to comment:
Line 290 in fsTypeSetting function.You should then have the ability to capture/deploy images using the “imager/raw” method.
I don’t see the directory you’ve listed above?
/usr/share/fog/… doesn’t seem to exist?
-
@gwhiteia That’s not going to exist on your server.
This exists on your client machines when they’re in an imaging task.
-
@gwhiteia What version of FOG are you running? 1.5.9?
-
@Tom-Elliott said in Skip Bitlocker detection?:
I have not added the code to the fos engine stuff, as I’ll leave that up to whomever is building them right now. I don’t have a build environment and we don’t have automated building setup yet (that I am aware of at least)
Cool! I will add this to our
dev-branch
and FOS code in the next days.@gwhiteia You would need to update to the latest
dev-branch
to get this feature. Please let me know if you are keen to go there or if you want to wait for the next release (not before Christmas I am fairly sure)? -
@george1421 said in Skip Bitlocker detection?:
@gwhiteia What version of FOG are you running? 1.5.9?
Yes…1.5.9
-
@gwhiteia Well I can either walk you through updating what you need or you can wait until this feature is available in the dev branch. It should take about 15 minutes of hands on time to setup the patch. You will just have to remember to remove it (one line of code) when 1.5.10 is released later this year.
The decision is yours.