diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 14:20:59 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 14:20:59 +0200 |
commit | a2049b4f8507bf9c7950d553ec1172ec388304e0 (patch) | |
tree | c14c893abe3c555b959c9fe85e282dcc09b54fe3 | |
parent | 80e7f344bc729318a4788c7062a85dc66bf3a305 (diff) | |
download | live-boot-a2049b4f8507bf9c7950d553ec1172ec388304e0.tar.gz live-boot-a2049b4f8507bf9c7950d553ec1172ec388304e0.zip |
Starting initramfs-tools specific subdirectory within the source-tree.
-rw-r--r-- | Makefile | 4 | ||||
-rwxr-xr-x | initramfs-tools/hooks/live (renamed from hooks/live) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live (renamed from scripts/live) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live-bottom/08persistence_excludes (renamed from scripts/live-bottom/08persistence_excludes) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live-bottom/10validateroot (renamed from scripts/live-bottom/10validateroot) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live-bottom/12fstab (renamed from scripts/live-bottom/12fstab) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live-bottom/23networking (renamed from scripts/live-bottom/23networking) | 0 | ||||
-rw-r--r-- | initramfs-tools/scripts/live-functions (renamed from scripts/live-functions) | 0 | ||||
-rw-r--r-- | initramfs-tools/scripts/live-helpers (renamed from scripts/live-helpers) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live-premount/modules (renamed from scripts/live-premount/modules) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live-premount/readonly (renamed from scripts/live-premount/readonly) | 0 | ||||
-rwxr-xr-x | initramfs-tools/scripts/live-premount/select_eth_device (renamed from scripts/live-premount/select_eth_device) | 0 |
12 files changed, 2 insertions, 2 deletions
@@ -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 index 40802d0..40802d0 100755 --- a/hooks/live +++ b/initramfs-tools/hooks/live diff --git a/scripts/live b/initramfs-tools/scripts/live index 83114a2..83114a2 100755 --- a/scripts/live +++ b/initramfs-tools/scripts/live diff --git a/scripts/live-bottom/08persistence_excludes b/initramfs-tools/scripts/live-bottom/08persistence_excludes index 633f6ac..633f6ac 100755 --- a/scripts/live-bottom/08persistence_excludes +++ b/initramfs-tools/scripts/live-bottom/08persistence_excludes diff --git a/scripts/live-bottom/10validateroot b/initramfs-tools/scripts/live-bottom/10validateroot index d4d1620..d4d1620 100755 --- a/scripts/live-bottom/10validateroot +++ b/initramfs-tools/scripts/live-bottom/10validateroot diff --git a/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab index 7f43937..7f43937 100755 --- a/scripts/live-bottom/12fstab +++ b/initramfs-tools/scripts/live-bottom/12fstab diff --git a/scripts/live-bottom/23networking b/initramfs-tools/scripts/live-bottom/23networking index 86d4562..86d4562 100755 --- a/scripts/live-bottom/23networking +++ b/initramfs-tools/scripts/live-bottom/23networking diff --git a/scripts/live-functions b/initramfs-tools/scripts/live-functions index f3668f1..f3668f1 100644 --- a/scripts/live-functions +++ b/initramfs-tools/scripts/live-functions diff --git a/scripts/live-helpers b/initramfs-tools/scripts/live-helpers index 2fcf441..2fcf441 100644 --- a/scripts/live-helpers +++ b/initramfs-tools/scripts/live-helpers diff --git a/scripts/live-premount/modules b/initramfs-tools/scripts/live-premount/modules index 1af7a9e..1af7a9e 100755 --- a/scripts/live-premount/modules +++ b/initramfs-tools/scripts/live-premount/modules diff --git a/scripts/live-premount/readonly b/initramfs-tools/scripts/live-premount/readonly index 71483bd..71483bd 100755 --- a/scripts/live-premount/readonly +++ b/initramfs-tools/scripts/live-premount/readonly diff --git a/scripts/live-premount/select_eth_device b/initramfs-tools/scripts/live-premount/select_eth_device index fe86313..fe86313 100755 --- a/scripts/live-premount/select_eth_device +++ b/initramfs-tools/scripts/live-premount/select_eth_device |