From 050c409f4cbdc9dec6a13bcc755a44706730a238 Mon Sep 17 00:00:00 2001 From: czesiek Date: Sat, 1 Nov 2014 18:38:25 +0100 Subject: [PATCH] Added README, upstream/README --- README | 22 ++++++++++++++++++++++ upstream/README | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 README create mode 100644 upstream/README diff --git a/README b/README new file mode 100644 index 0000000..6dadea0 --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +Requirements +------------ +Heads build requires pretty standard GNU/Linux install with few +additional tools. On GNU/Linux Debian, you should do: + # apt-get install vitualbox squashfs-tools git genisoimage syslinux + +Build +----- +Download Tails ISO image to upstream/ folder and make sure the filename +matches the UPSTREAM_ISO_NAME variable in the Makefile. Currently the +make command has to be executed with superuser privileges, thus do + $ sudo make setup +to unpack the Tails image into work/ (automatically created). Then + $ sudo make chroot +to make changes to the image. Finally, do + $ sudo make image +to build the new ISO from the working dir. ISO should appear as +heads-TIMESTAMP.iso. + +Known issues +------------ +WIP diff --git a/upstream/README b/upstream/README new file mode 100644 index 0000000..f19f53d --- /dev/null +++ b/upstream/README @@ -0,0 +1,3 @@ +Before attempting to build Heads, download the newest stable Tails ISO +here (don't forget to verify the image) and make sure the filename +corresponds to the UPSTREAM_ISO_NAME variable in the Makefile.