mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 15:46:53 +00:00
29 lines
830 B
Diff
29 lines
830 B
Diff
From 07cecc1a92518d0e2fb621f826befb14bb1413ca Mon Sep 17 00:00:00 2001
|
|
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
|
|
Date: Wed, 20 Mar 2013 16:58:07 +0100
|
|
Subject: [PATCH 215/364] * include/grub/boottime.h: Add missing file.
|
|
|
|
---
|
|
ChangeLog | 4 ++++
|
|
include/grub/boottime.h | 0
|
|
2 files changed, 4 insertions(+)
|
|
create mode 100644 include/grub/boottime.h
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
index dd9c97a..0c28b11 100644
|
|
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -1,3 +1,7 @@
|
|
+2013-03-20 Vladimir Serbinenko <phcoder@gmail.com>
|
|
+
|
|
+ * include/grub/boottime.h: Add missing file.
|
|
+
|
|
2013-03-19 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
|
Initialize USB ports in parallel to speed-up boot.
|
|
diff --git a/include/grub/boottime.h b/include/grub/boottime.h
|
|
new file mode 100644
|
|
index 0000000..e69de29
|
|
--
|
|
1.8.1.4
|
|
|