Index: src/site/apt/guides/mini/guide-linux-boot.apt
===================================================================
--- src/site/apt/guides/mini/guide-linux-boot.apt	(revision 393454)
+++ src/site/apt/guides/mini/guide-linux-boot.apt	(working copy)
@@ -29,6 +29,8 @@
  there is no need to write a particular startup script to add Continuum to the linux boot process.
  All you need to do, as root, is:
 
+ * In a Debian-based system
+
 +--+
 ln -s /usr/local/continuum-[VERSION]/bin/linux/run.sh /etc/init.d/continuum
 +--+
@@ -58,3 +60,12 @@
  What you see is the symlinks that would be created. The above command didn't do anything
  because of the <<<-n>>> switch, remove it to get the real links created. 
 
+ * In a RedHat-based system
+
+ Configuring Continuum in a RedHat-based system (like Fedora Core) is slightly different: Instead of 
+ running update-rc.d, you need to add a new service using chkconfig. And in order to add Continuum to chkconfig,
+ it is necessary to add some comments to the /etc/rc.d/init.d/continuum script and run a couple of commands; these
+ tasks are automatically executed by running the chkconfig_install.sh script available on /usr/local/continuum-[VERSION]/bin/linux.
+
+
+
