From e446bb37f11327da83c6ce05f6c6e47d2822ff3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Sep 2010 18:19:05 +0200 Subject: 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 and Michael Prokop . For squeeze+1, this script is included in live-tools but manually included too in live-boot 2.x for convenience reasons. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3