From a2049b4f8507bf9c7950d553ec1172ec388304e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 14:20:59 +0200 Subject: [PATCH] Starting initramfs-tools specific subdirectory within the source-tree. --- Makefile | 4 ++-- {hooks => initramfs-tools/hooks}/live | 0 {scripts => initramfs-tools/scripts}/live | 0 .../scripts}/live-bottom/08persistence_excludes | 0 {scripts => initramfs-tools/scripts}/live-bottom/10validateroot | 0 {scripts => initramfs-tools/scripts}/live-bottom/12fstab | 0 {scripts => initramfs-tools/scripts}/live-bottom/23networking | 0 {scripts => initramfs-tools/scripts}/live-functions | 0 {scripts => initramfs-tools/scripts}/live-helpers | 0 {scripts => initramfs-tools/scripts}/live-premount/modules | 0 {scripts => initramfs-tools/scripts}/live-premount/readonly | 0 {scripts => initramfs-tools/scripts}/live-premount/select_eth_device | 0 12 files changed, 2 insertions(+), 2 deletions(-) rename {hooks => initramfs-tools/hooks}/live (100%) rename {scripts => initramfs-tools/scripts}/live (100%) rename {scripts => initramfs-tools/scripts}/live-bottom/08persistence_excludes (100%) rename {scripts => initramfs-tools/scripts}/live-bottom/10validateroot (100%) rename {scripts => initramfs-tools/scripts}/live-bottom/12fstab (100%) rename {scripts => initramfs-tools/scripts}/live-bottom/23networking (100%) rename {scripts => initramfs-tools/scripts}/live-functions (100%) rename {scripts => initramfs-tools/scripts}/live-helpers (100%) rename {scripts => initramfs-tools/scripts}/live-premount/modules (100%) rename {scripts => initramfs-tools/scripts}/live-premount/readonly (100%) rename {scripts => initramfs-tools/scripts}/live-premount/select_eth_device (100%) diff --git a/Makefile b/Makefile index 1ea0a36..5af515e 100644 --- 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 diff --git a/hooks/live b/initramfs-tools/hooks/live similarity index 100% rename from hooks/live rename to initramfs-tools/hooks/live diff --git a/scripts/live b/initramfs-tools/scripts/live similarity index 100% rename from scripts/live rename to initramfs-tools/scripts/live diff --git a/scripts/live-bottom/08persistence_excludes b/initramfs-tools/scripts/live-bottom/08persistence_excludes similarity index 100% rename from scripts/live-bottom/08persistence_excludes rename to initramfs-tools/scripts/live-bottom/08persistence_excludes diff --git a/scripts/live-bottom/10validateroot b/initramfs-tools/scripts/live-bottom/10validateroot similarity index 100% rename from scripts/live-bottom/10validateroot rename to initramfs-tools/scripts/live-bottom/10validateroot diff --git a/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab similarity index 100% rename from scripts/live-bottom/12fstab rename to initramfs-tools/scripts/live-bottom/12fstab diff --git a/scripts/live-bottom/23networking b/initramfs-tools/scripts/live-bottom/23networking similarity index 100% rename from scripts/live-bottom/23networking rename to initramfs-tools/scripts/live-bottom/23networking diff --git a/scripts/live-functions b/initramfs-tools/scripts/live-functions similarity index 100% rename from scripts/live-functions rename to initramfs-tools/scripts/live-functions diff --git a/scripts/live-helpers b/initramfs-tools/scripts/live-helpers similarity index 100% rename from scripts/live-helpers rename to initramfs-tools/scripts/live-helpers diff --git a/scripts/live-premount/modules b/initramfs-tools/scripts/live-premount/modules similarity index 100% rename from scripts/live-premount/modules rename to initramfs-tools/scripts/live-premount/modules diff --git a/scripts/live-premount/readonly b/initramfs-tools/scripts/live-premount/readonly similarity index 100% rename from scripts/live-premount/readonly rename to initramfs-tools/scripts/live-premount/readonly diff --git a/scripts/live-premount/select_eth_device b/initramfs-tools/scripts/live-premount/select_eth_device similarity index 100% rename from scripts/live-premount/select_eth_device rename to initramfs-tools/scripts/live-premount/select_eth_device -- 2.1.4