Default Menu entry settings for fog.deployimage and fog.multijoin
-
Hello, everyone. A while ago I hardcoded a user/pass into Fog Trunk’s boot menu entries to remove a bit of user interaction to speed things up for my purposes. I updated to the latest (as of a few days ago haha) version from the git, and now I think some of my modifications are preventing me from accessing the deploy image feature.
So could someone send me the default config files for fog.deployimage and fog.multijoin as of 1.3.0-RC-4? Thanks, gang.
-
What error are you getting?
set username foglogin set password foglogin params param mac0 ${net0/mac} param arch ${arch} param username ${username} param password ${password} param qihost 1 isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
Try using that, changing the set username and set password parts to your own webgui login info
-
Perfect, thanks. I wasn’t getting an error. It just kept kicking back to the first menu. If it did throw an error, it appears and disappears too quickly for me to read it or capture it.
But thanks, man. I had some funky stuff set from before maybe.
-
@forte647 I believe the method you were using hasn’t been valid for some time now, this one should always work though.