Starting initramfs-tools specific subdirectory within the source-tree.
authorDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 12:20:59 +0000 (14:20 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 12:20:59 +0000 (14:20 +0200)
12 files changed:
Makefile
initramfs-tools/hooks/live [moved from hooks/live with 100% similarity]
initramfs-tools/scripts/live [moved from scripts/live with 100% similarity]
initramfs-tools/scripts/live-bottom/08persistence_excludes [moved from scripts/live-bottom/08persistence_excludes with 100% similarity]
initramfs-tools/scripts/live-bottom/10validateroot [moved from scripts/live-bottom/10validateroot with 100% similarity]
initramfs-tools/scripts/live-bottom/12fstab [moved from scripts/live-bottom/12fstab with 100% similarity]
initramfs-tools/scripts/live-bottom/23networking [moved from scripts/live-bottom/23networking with 100% similarity]
initramfs-tools/scripts/live-functions [moved from scripts/live-functions with 100% similarity]
initramfs-tools/scripts/live-helpers [moved from scripts/live-helpers with 100% similarity]
initramfs-tools/scripts/live-premount/modules [moved from scripts/live-premount/modules with 100% similarity]
initramfs-tools/scripts/live-premount/readonly [moved from scripts/live-premount/readonly with 100% similarity]
initramfs-tools/scripts/live-premount/select_eth_device [moved from scripts/live-premount/select_eth_device with 100% similarity]

index 1ea0a36..5af515e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
 
 LANGUAGES = $(shell cd manpages/po && ls)
 
-SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*
+SCRIPTS = bin/* initramfs-tools/hooks/* initramfs-tools/scripts/live initramfs-tools/scripts/live-functions initramfs-tools/scripts/live-helpers initramfs-tools/scripts/*/*
 
 all: build
 
@@ -49,7 +49,7 @@ install:
        cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot
 
        mkdir -p $(DESTDIR)/usr/share/initramfs-tools
-       cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools
+       cp -r initramfs-tools/* $(DESTDIR)/usr/share/initramfs-tools
 
        # Installing docs
        mkdir -p $(DESTDIR)/usr/share/doc/live-boot
similarity index 100%
rename from hooks/live
rename to initramfs-tools/hooks/live
similarity index 100%
rename from scripts/live
rename to initramfs-tools/scripts/live