diff --git a/bootloader_entry b/bootloader_entry
index 453a35b..fa38b34 100644
--- a/bootloader_entry
+++ b/bootloader_entry
@@ -68,7 +68,11 @@ function update_bootloader()
 function add_entry()
 {
 	# Set up the new kernel
-	if [ "$YAST_IS_RUNNING" != instsys ]; then
+	#if [ "$YAST_IS_RUNNING" != instsys ]; then
+	if [ -f /boot/grub/menu.lst -o \
+	     -f /etc/lilo.conf	    -o \
+	     -f /etc/elilo.conf	    -o \
+	     -f /etc/zipl.conf ]; then
 		case $flavor in
 			(kdump|um)
 			;;
diff --git a/perl-Bootloader-0.4.22.tar.bz2 b/perl-Bootloader-0.4.22.tar.bz2
deleted file mode 100644
index 854a409..0000000
--- a/perl-Bootloader-0.4.22.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5cf7fc5e246fc65d62bb156e81eba4cdebd0040669109542b8c8815672ef728e
-size 48271
diff --git a/perl-Bootloader-0.4.23.tar.bz2 b/perl-Bootloader-0.4.23.tar.bz2
new file mode 100644
index 0000000..a3abe55
--- /dev/null
+++ b/perl-Bootloader-0.4.23.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba90ca72bcdf199bad4f665720e34da822baaa8e5c86c78dab977c417cc2e86e
+size 48289
diff --git a/perl-Bootloader.changes b/perl-Bootloader.changes
index 826bb5d..dc166ad 100644
--- a/perl-Bootloader.changes
+++ b/perl-Bootloader.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Aug 20 16:54:34 CEST 2007 - aosthof@suse.de
+
+- Provided functionality for adding of new boot entries (#300930)
+
 -------------------------------------------------------------------
 Thu Aug 16 17:24:30 CEST 2007 - aosthof@suse.de
 
diff --git a/perl-Bootloader.spec b/perl-Bootloader.spec
index 5d9943d..533286d 100644
--- a/perl-Bootloader.spec
+++ b/perl-Bootloader.spec
@@ -1,5 +1,5 @@
 #
-# spec file for package perl-Bootloader (Version 0.4.22)
+# spec file for package perl-Bootloader (Version 0.4.23)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -11,7 +11,7 @@
 # norootforbuild
 
 Name:           perl-Bootloader
-Version:        0.4.22
+Version:        0.4.23
 Release:        1
 Requires:       perl >= %{perl_version}
 Requires:       perl-gettext
@@ -66,6 +66,8 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
 /usr/lib/bootloader
 
 %changelog
+* Mon Aug 20 2007 - aosthof@suse.de
+- Provided functionality for adding of new boot entries (#300930)
 * Thu Aug 16 2007 - aosthof@suse.de
 - Provided functionality for removal of old boot entries (#300930)
 * Thu Aug 16 2007 - aosthof@suse.de