diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-09-02 18:19:05 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:27 +0100 |
| commit | e446bb37f11327da83c6ce05f6c6e47d2822ff3a (patch) | |
| tree | ebea2c40ea0d0bb92cc3554798614326b88d9431 /Makefile | |
| parent | cc8e921a9aee8e61805f40ddbc77b349e750e553 (diff) | |
| download | live-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
