summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/bootloader.pm3
-rw-r--r--perl-install/install/NEWS1
3 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 404be07de..a0b4555f1 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- drakboot:
+ o add fake gru2 conf reading
+
Version 15.1 - 7 December 2012
- add basic support for grub2 (mga#416)
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 52f278e8b..eb60e3960 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -233,6 +233,9 @@ sub read {
}
}
+sub read_grub2 {
+}
+
sub read_grub {
my ($fstab) = @_;
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 93407774c..fe49b770a 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,4 @@
+- add fake gru2 conf reading
- skip media screen in auto install
Version 15.1 - 7 December 2012