summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 18:19:05 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:27 +0100
commite446bb37f11327da83c6ce05f6c6e47d2822ff3a (patch)
treeebea2c40ea0d0bb92cc3554798614326b88d9431 /Makefile
parentcc8e921a9aee8e61805f40ddbc77b349e750e553 (diff)
downloadlive-boot-e446bb37f11327da83c6ce05f6c6e47d2822ff3a.tar.gz
live-boot-e446bb37f11327da83c6ce05f6c6e47d2822ff3a.zip
Adding live-toram script to copy the running live system to ram and eject the live media.
This script is an adaptation of grml2ram from Michael Schierl <schierlm-public@gmx.de> and Michael Prokop <mika@grml.org>. For squeeze+1, this script is included in live-tools but manually included too in live-boot 2.x for convenience reasons.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d38a949..966a6bd 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ build:
install:
# Installing executables
mkdir -p $(DESTDIR)/sbin
- cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin
+ cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile bin/live-toram $(DESTDIR)/sbin
mkdir -p $(DESTDIR)/usr/share/live-boot
cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot