Start integration of void-installer and start conversion to non-busybox utils.

This commit is contained in:
Juan RP
2013-05-19 09:39:56 +02:00
parent ab5201f3ba
commit 44423c3700
7 changed files with 1345 additions and 36 deletions

7
README
View File

@@ -1,7 +1,7 @@
void-mklive - The Void Linux live image maker
This is a simple shell script to build a live image for the
Void linux distribution. The images contain the void-installer package
This is a simple shell script to build a live image for the Void
Linux distribution. The images contain a simple dialog-based installer
to be able to install Void linux to storage disks.
The generated image can be booted from BIOS and EFI systems (dual boot).
@@ -34,4 +34,7 @@ Options:
Take a look at the configuration file (~/mklive.conf) to tweak some
default parameters in the generated image.
Additionally void-mkrootfs generates a rootfs tarball suitable for unpacking
on a directory ready to 'chroot'.
-- Juan RP <xtraeme@gmail.com>