diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:21:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:35:57 +0200 |
commit | d66dcd7d9be6a96d86b3385b3a856effd1eb3df3 (patch) | |
tree | 6a4daa6147df363797d0eeac02189dc6aaf44d2c /Makefile | |
parent | dd7bdeae993535b53b5a0209fca4d673a5789644 (diff) | |
download | live-boot-d66dcd7d9be6a96d86b3385b3a856effd1eb3df3.tar.gz live-boot-d66dcd7d9be6a96d86b3385b3a856effd1eb3df3.zip |
Transforming networking bottom script into normal live-boot script.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = bin/* initramfs-tools/hooks/* initramfs-tools/scripts/live initramfs-tools/scripts/*/* scripts/*.sh scripts/*/* +SCRIPTS = bin/* initramfs-tools/hooks/* initramfs-tools/scripts/live scripts/*.sh scripts/*/* all: build |