diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-07-11 12:02:10 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-07-11 12:02:10 +0200 |
commit | 28d58c91370f8531661ea1b150dc8b398f923bdd (patch) | |
tree | dc88417ad2c2c44a408bb5aa549a534f66c3437a | |
parent | 392a05ef42b7fa99a21332c07f20ca2449524e3a (diff) | |
download | mkinitcpio-28d58c91370f8531661ea1b150dc8b398f923bdd.tar.gz mkinitcpio-28d58c91370f8531661ea1b150dc8b398f923bdd.tar.xz |
Release 0.6.70.6.7
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Makefile for mkinitcpio -VERSION = 0.6.6 +VERSION = 0.6.7 all: doc @@ -58,6 +58,7 @@ TARBALL_FILES = \ init_functions \ install \ load-modules.sh \ + 01-memdisk.rules \ mkinitcpio \ mkinitcpio.conf \ mkinitcpio.d \ |