about summary refs log tree commit diff
path: root/README.md
blob: 0d1dcc50a1bfec97e0414741747f7df9c430ca85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
     _                    __ 
    | |_  _ _ _ __  _ __ / _|
    | ' \| '_| '  \| '_ \  _|
    |_||_|_| |_|_|_| .__/_|
                   |_|       

Welcome to the hrmpf rescue system, built on Void Linux.
This project is based on void-mklive.

#### Dependencies

* xbps>=0.45
* GNU bash

#### Features

* Loads of console standard tools, with a focus on:
   * system rescue
   * maintainance
   * diagnosis
   * networking
   * security
   * ad-hoc setups
   * tiny bits of entertainment if you have to wait for something

* Missing software easily installable via XBPS.

* Non-Linux extra images (only via ISOLINUX):
   * memtest86+
   * iPXE
   * FreeDOS
   * MHDD32 hard disk analysis
   * Bare GRUB 2

* ISO image can be burned on CD or written raw on USB stick.

* Load to RAM option, also bootable as MEMDISK.

* A plain Bash as default shell without annoying fancy configuration.

#### Minimum requirements

* x86-64/EM64T CPU
* 160 MB RAM

#### Usage

To build your own:

    % make
    % ./mkhrmpf.sh
    % linux32 ./mkhrmpf.sh

Download pre-built images at
<https://github.com/leahneukirchen/hrmpf/releases>.