diff options
author | Kent Overstreet <koverstreet@google.com> | 2012-07-13 00:52:52 -0700 |
---|---|---|
committer | Kent Overstreet <koverstreet@google.com> | 2012-07-13 00:52:52 -0700 |
commit | 739b971d77c23f438fc25e03142fb3fbd4b93c0c (patch) | |
tree | 92bb5a60030971b6cc46826aef669989cef4c95f /Makefile | |
parent | a3d0e5bafb42e42e16e00cd5e3d8522484d5d9de (diff) |
Fix the initramfs script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,10 +5,11 @@ CFLAGS+=-O2 -Wall -g all: make-bcache probe-bcache install: make-bcache probe-bcache - install -m0755 make-bcache $(DESTDIR)${PREFIX}/sbin/ - install -m0755 probe-bcache $(DESTDIR)/sbin/ - install -m0644 61-bcache.rules $(DESTDIR)/lib/udev/rules.d/ - install -m0755 initramfs $(DESTDIR)/etc/initramfs-tools/scripts/local-premount/bcache-probe + install -m0755 make-bcache $(DESTDIR)${PREFIX}/sbin/ + install -m0755 probe-bcache $(DESTDIR)/sbin/ + install -m0644 61-bcache.rules $(DESTDIR)/lib/udev/rules.d/ + install -m0755 initramfs/script $(DESTDIR)/etc/initramfs-tools/scripts/init-premount/bcache + install -m0755 initramfs/hook $(DESTDIR)/etc/initramfs-tools/hooks/bcache install -m0644 *.8 $(DESTDIR)${PREFIX}/share/man/man8 # install -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/ |