Download Current Init's and Kernels Command Line

From FOG Project
Revision as of 00:51, 12 December 2014 by Tom-elliott.7271 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 with
sudo
or 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 with
sudo
or 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