about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-11-04 20:38:20 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2014-11-04 20:38:20 +0100
commite5adfaea4faf36f38296e2ee9813ac58d0c8f011 (patch)
treeadeae5db80c2d29774182a5383e79ba2ba352ea1 /README.md
parent06db5b536e3d8d8be722bc3219cc2a2f267a7ca6 (diff)
downloadhrmpf-e5adfaea4faf36f38296e2ee9813ac58d0c8f011.tar.gz
hrmpf-e5adfaea4faf36f38296e2ee9813ac58d0c8f011.tar.xz
hrmpf-e5adfaea4faf36f38296e2ee9813ac58d0c8f011.zip
README.rd: rewrite
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 9 insertions, 30 deletions
diff --git a/README.md b/README.md
index 89e4ea7..b22e00a 100644
--- a/README.md
+++ b/README.md
@@ -1,40 +1,19 @@
-## The Void Linux image/live/rootfs maker and installer
+     _                    __ 
+    | |_  _ _ _ __  _ __ / _|
+    | ' \| '_| '  \| '_ \  _|
+    |_||_|_| |_|_|_| .__/_|    version 0.1  "Kiasoachbomba"
+                   |_|       
 
-This repository contains utilities for Void Linux:
-
- * installer (The Void Linux el-cheapo installer for x86)
- * mklive    (The Void Linux live image maker for x86)
-
- * mkimage   (The Void Linux image maker for ARM platforms)
- * mkrootfs  (The Void Linux rootfs maker for ARM platforms)
+Welcome to the hrmpf rescue system, built on Void Linux.
 
 #### Dependencies
 
  * xbps>=0.35
  * GNU bash
- * parted (for mkimage)
- * qemu-user-static binaries (for mkrootfs)
 
 #### Usage
 
-Type
-
-    $ make
-
-and then see the usage output:
-
-    $ ./mklive.sh -h
-    $ ./mkrootfs.sh -h
-    $ ./mkimage.sh -h
-
-#### Examples
-
-Build an x86 live image with runit and keyboard set to 'fr':
-
-    # ./mklive.sh -k fr
-
-Build an x86 live image with systemd and some optional packages:
-
-    # ./mklive.sh -b base-system-systemd -p 'vim rtorrent'
+    % ./mkhrmpf.sh
+    % linux32 ./mkhrmpf.sh
 
-See the usage output for more information :-)
+This project is based on void-mklive.