53404a5fc7
- git snapshot
22 lines
595 B
Diff
22 lines
595 B
Diff
From 4a7b55ee7e5c4e8ba650915fc81c48ae317a5dec Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Thu, 20 Oct 2016 14:46:40 +0200
|
|
Subject: [PATCH] add README.md
|
|
|
|
---
|
|
README.md | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
create mode 100644 README.md
|
|
|
|
diff --git a/README.md b/README.md
|
|
new file mode 100644
|
|
index 0000000..ebc15fe
|
|
--- /dev/null
|
|
+++ b/README.md
|
|
@@ -0,0 +1,5 @@
|
|
+# dracut
|
|
+------
|
|
+dracut is an initramfs infrastructure.
|
|
+
|
|
+CentOS CI Status: [![Build Status](https://ci.centos.org/buildStatus/icon?job=dracut-pr-build)](https://ci.centos.org/job/dracut-pr-build/)
|