Latest FOG 0.33b
-
Great news Tom, appreciate the hard work!
time for testing windows 8 64bit
-
Just remember, it works, but limited. You still have to repair the boot up once complete. I havenāt found a means to get this working yet.
-
r1270 released.
Shutdown options are now added to the capone plugin.
-
r1271 released.
Some minor changes have been made. First important one is undionly.kpxe will keep retrying dhcp until it getās a valid dhcp address. If youāre using virtualbox on 4.3.6, chances are you will have to power down the system for it to obtain a valid IP. Otherwise, all should be fine.
Hardware Information (when you click on the disk space graph) should now display the appropriate node information. I also added a side menu that displays the node information such as name, path, and ip address.
Thank you,
-
r1272 released.
Only thing adjusted for this release is the boot.php file. Iāve moved the components from base.inc.php to BootMenu.class.php in lib/fog/
The boot.php file uses this now to get the taskings.
Quickimage is truly quick now in that after you setup the tasking, it will start the task directly after. No more reboot for quick image from menu. Quick delete is also quick in that it will delete the host and return you to the menu without reboot.
Hopefully you all enjoy.
-
r1273 released.
Fixes an issue with the capone menu not generating the storage information. Sorry, I was hasty in getting the class file created, I forgot to add the variables it was looking for. This should be fixed now.
Thank you,
-
r1274 released.
No majorly huge change. efibootmgr is now built. As itās a custom package for init.xz, itās configuration information has been setup within the src/buildroot/package tree.
Linux kernel has to be built with this under a specialized method. For this, the TomElliott.config file has been updated in kernel folder.
init.gz is no more, itās now init.xz just so people know from the extension what type of compression it is. Just remember when compressing it back if making customizations to use [code]xz -d -C crc32[/code] If youāre doing an update, make the change in FOG Configuration->FOG Settings->FOG_PXE_BOOT_IMAGE. If doing a clean install, you should be fine as Iāve updated the ubuntu/redhat functions.sh to reflect this new change.
r1275 released.
Just adds the TomElliott.config to the src/buildroot folder for ease later on.
-
This new init.zx donāt have kexec, no?
-
It should have kexec, but Iāll take a look. Sorry if I missed it.
-
I find it in /usr/sbin, sorry :oops:
You must say me how make you it -
Just as I stated before.
From menuconfig
Target packages->Debugging, profiling and benchmark, kexec. I also have added the kexec zlib support as well.
-
r1276 and r1277 released.
Just tweaking the init.gz so partclone works again properly with ncurses. You MUST have udev fs for ncurses to work apparently. I knew this was was just testing things out for efi translation later on I think.
r1277 should fix the errors thrown from SubMenu.class.php, though I donāt know for sure yet.
-
r1278 released.
Fixes a double $ sign on line 332 of the BootMenu.class.php file.
Thank you,
-
This post is deleted! -
r1279 released.
Only change is added my name to the footer per Chucks request. A few other changes populated, but it was just me testing the hooking stuff. Nothing of any real significance.
-
You donāt happen to have an official Github repo do you?
-
not yet, working slowly to create one
Iām kind of partial to svn atm though as well, so it may be a bit.
-
r1280 released.
Fixes an issue with the SubMenu.class.php file. We should no longer have an error being thrown, but then again I could be wrong.
r1281 released.
Domain join now uses the domain\username properly. You donāt need to specify domain\user in the user field, just specify the domain in the domain field and the user in the user field. It will combine them for the joining time as domain\user automatically.
-
r1282 released.
With this comes, hopefully, the fix for the fog.statusreporter to return the proper size of the image. The scripts should be updated to just in case people try building their own init.xz/gz file. Iām currently up to 2014.02 now as well for the buildroot package in use. Just so others understand. I will update my site shortly if youāve been using that for instruction.
The thing added to this release besides the fog.statusreporter is login verification (fog login that is) for the quick host delete option on the boot menu. This way we donāt have the capability of every user to delete the host from fog.
-
[quote=āTom Elliott, post: 23744, member: 7271ā]Just as I stated before.
From menuconfig
Target packages->Debugging, profiling and benchmark, kexec. I also have added the kexec zlib support as well.[/quote]
I will try to built it again. I test your int.xz and the kexec works fine and I boot one linux distro from debug mode when the W7 partition is the default boot. Now, i must to think how to make a āboot taskā.