Menu

Tree [b32551] master /
 History

HTTPS access


File Date Author Commit
 live-build 2013-04-09 Adrian Gibanel Lopez Adrian Gibanel Lopez [4cbaef] Added live-build directory to use package cache
 live-config 2014-07-06 Adrian Gibanel Lopez Adrian Gibanel Lopez [6af360] Isolinux boot screen was redesigned to leave a ...
 logo 2012-09-08 Adrian Gibanel Lopez Adrian Gibanel Lopez [b7f481] Generate logo script - Removed trailing space o...
 logos 2011-02-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [1abe85] Desktop background now equals to boot background
 rescapp 2014-06-28 Adrian Gibanel Lopez Adrian Gibanel Lopez [ae3666] Rescapp has been saved into a folder of its own.
 .gitignore 2013-06-09 Adrian Gibanel Lopez Adrian Gibanel Lopez [c137c6] Ignore temporal or build files so that git does...
 COPYING 2012-08-15 Adrian Gibanel Lopez Adrian Gibanel Lopez [3a8c1a] Added GPL3 to the Rescatux source code
 Makefile 2010-12-05 Adrian Gibanel Lopez Adrian Gibanel Lopez [cd1e27] Initial Rescatux 0.20 importation
 README 2014-07-08 Adrian Gibanel Lopez Adrian Gibanel Lopez [b32551] Added instructions on how to obtain source code...
 VERSION 2014-06-16 Adrian Gibanel Lopez Adrian Gibanel Lopez [a5e344] Version is 0.32b1
 make_common 2014-07-06 Adrian Gibanel Lopez Adrian Gibanel Lopez [cd9577] Rescatux version is being replaced at isolinux ...
 make_rescatux.sh 2014-06-27 Adrian Gibanel Lopez Adrian Gibanel Lopez [ee4b10] Added make_rescatux.sh script. It will be the d...
 make_rescatux_cd.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [c5252b] make_rescatux_cd.sh was updated so that it work...
 make_rescatux_cd_amd64.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [a0de37] Added scripts for building amd64 only and i486 ...
 make_rescatux_cd_i486.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [a0de37] Added scripts for building amd64 only and i486 ...
 make_rescatux_hybrid.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [58ae83] The common packages that Rescatux uses are now ...
 make_rescatux_hybrid_amd64.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [58ae83] The common packages that Rescatux uses are now ...
 make_rescatux_hybrid_i486.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [58ae83] The common packages that Rescatux uses are now ...
 make_rescatux_sg2d_hybrid.sh 2014-05-29 Adrian Gibanel Lopez Adrian Gibanel Lopez [31abae] Default SG2D source directory has been updated ...
 make_rescatux_usb.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [f056ed] make_rescatux_usb.sh was updated so that it wor...
 make_rescatux_usb_amd64.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [8df9bd] Added scripts for building amd64 only and i486 ...
 make_rescatux_usb_i486.sh 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [8df9bd] Added scripts for building amd64 only and i486 ...
 make_source_code.sh 2014-06-28 Adrian Gibanel Lopez Adrian Gibanel Lopez [e67fc7] Make source code script was improved to take ad...
 rescatux-theme.txt 2012-01-22 Adrian Gibanel Lopez Adrian Gibanel Lopez [1420c1] Minor adjustments on theme
 rescatux_common_packages 2014-06-26 Adrian Gibanel Lopez Adrian Gibanel Lopez [58ae83] The common packages that Rescatux uses are now ...
 rescatux_grub.cfg 2013-04-06 Adrian Gibanel Lopez Adrian Gibanel Lopez [a332cb] rescatux_grub.cfg adapted to Wheezy
 set-rescatux-background.sh 2014-07-06 Adrian Gibanel Lopez Adrian Gibanel Lopez [c6237c] Desktop background is now the same as isolinux ...
 unicode.pf2 2012-01-22 Adrian Gibanel Lopez Adrian Gibanel Lopez [af6261] Grub2 background improvement.

Read Me

This is Rescatux, a Debian Live CD aimed at easy rescue.

Please visit the official web page of GRUB 2, for more information.
The URL is <http://www.supergrubdisk.org/rescatux/>.

== OBTAIN SOURCE CODE ==

You can obtain most recent source code from out git repository by issuing:

  git clone http://git.code.sf.net/p/rescatux/git rescatux-git

== BUILD INSTRUCTIONS ==

In order to build Rescatux in a Wheezy system or Wheezy chroot you need these packages:

live-build
imagemagick # Needed for logo generation
syslinux # Needed for logo generation

=== Build chntpw-ng ===

It doesn't matter too much if you build it from Wheezy or from an unstable system.
Current version that we use at Wheezy based Rescatux was originally built in Squeeze.

You will find chntpw-ng source code at: http://developer.berlios.de/project/showfiles.php?group_id=11211 .

Just check INSTALL.txt file on the package for build instructions.

Build will generate chntpw binary file.

Path to this file should be set at: make_common's CHNTPWNG_BINARY variable.

=== Isolinux based image ===

Edit these variables from make_common file if needed:

MIRROR_BOOTSTRAP
MIRROR_CHROOT
SID_MIRROR
BACKPORTED_PASSWD
CHNTPWNG_BINARY

Using an Wheezy system or chroot run at the Rescatux source code directory:

  ./make_rescatux.sh

This will generate an image like:
  rescatux-0.30b7.iso

=== SG2D based image ===

You need to have installed GNU GRUB2 in your system, at least the grub-mkrescue and grub-mkfont binaries.
You also need to have Super Grub2 Disk source code.

Edit SG2D_SOURCE_DIRECTORY variable in make_rescatux_sg2d_hybrid.sh file.
Its value should be path to your Super Grub2 Disk source code directory.

Using an unstable/wheezey system or chroot run at the Rescatux source code directory:

  ./make_rescatux_hybrid.sh

  and then:

  ./make_rescatux_sg2d_hybrid.sh

This will generate an image like:
  rescatux_cdrom_usb_hybrid_i386_486-amd64_0.30b8_sg2d.iso

=== Make source code ===

Just run:

  ./make_source_code.sh

in order to generate a file like:

  rescatux_source_code_0.30b6.tar.gz


=== Release ===

The files that usually conform a release are:

Rescatux iso:

  rescatux-0.30b7.iso

Rescatux iso md5sum file:

  rescatux-0.30b7.iso.md5

Rescatux source code:

  rescatux_source_code_0.30b8.tar.gz

=== Other notes ===

You can change Rescatux version at VERSION file.

=== About Rescatux logo ===

New Rescatux logo ( 06 July 2014 ) is a mixed and modified image based on these three pictures:

* A Gnu wearing a jacket
** Author: Sarah Katzenell Rabkin
** Url: https://www.gnu.org/graphics/gnu-jacket.html
** License: Creative Commons Attribution-Sharealike 2.0
license (http://www.gnu.org/licenses/license-list.html#ccbysa).
* Tux
** Author: lewing@isc.tamu.edu and The GIMP
** Url: http://commons.wikimedia.org/wiki/File:Tux.png
** License: Permission to use and/or modify this image is granted provided you acknowledge me lewing@isc.tamu.edu and The GIMP if someone asks.
* Thermometer
** Author: Via Wikimedia commons
** License: CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0/)]
** Url: http://commons.wikimedia.org/wiki/File:Clinical_thermometer_38.7.JPG

You can find it at: live-config/bootloaders/{extlinux,isolinux,pxelinux,syslinux}/splash.svg.in

MongoDB Logo MongoDB