Download Current Init's and Kernels Command Line
Contents
Download current inits and/or Kernels
How to get the most recent kernels and/or inits from FOG's website.
Debian (and based OS)
The below commands are for debian and debian based operating systems. If you're having problems, try prepending the commands withsudoor just login as root.
Init (init.xz/init_32.xz)
-
wget -O /var/www/fog/service/ipxe/init.xz http://downloads.sourceforge.net/project/freeghost/InitList/init.xz
-
wget -O /var/www/fog/service/ipxe/init_32.xz http://downloads.sourceforge.net/project/freeghost/InitList/init_32.xz
Kernels (bzImage/bzImage32)
-
wget -O /var/www/fog/service/ipxe/bzImage http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage
-
wget -O /var/www/fog/service/ipxe/bzImage32 http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage32
Redhat (and based OS)
The below commands are for redhat and redhat based operating systems. If you're having problems, try prepending the commands withsudoor just login as root.
Init (init.xz/init_32.xz)
-
wget -O /var/www/html/fog/service/ipxe/init.xz http://downloads.sourceforge.net/project/freeghost/InitList/init.xz
-
wget -O /var/www/html/fog/service/ipxe/init_32.xz http://downloads.sourceforge.net/project/freeghost/InitList/init_32.xz
Kernels (bzImage/bzImage32)
-
wget -O /var/www/html/fog/service/ipxe/bzImage http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage
-
wget -O /var/www/html/fog/service/ipxe/bzImage32 http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage32