summaryrefslogtreecommitdiffstats
path: root/booty/ia64.py
diff options
context:
space:
mode:
Diffstat (limited to 'booty/ia64.py')
-rw-r--r--booty/ia64.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/booty/ia64.py b/booty/ia64.py
index 2dcee97c0..013545fe6 100644
--- a/booty/ia64.py
+++ b/booty/ia64.py
@@ -1,3 +1,4 @@
+from booty import BootyNoKernelWarning
from bootloaderInfo import *
class ia64BootloaderInfo(efiBootloaderInfo):
@@ -25,7 +26,7 @@ class ia64BootloaderInfo(efiBootloaderInfo):
out = self.writeLilo(instRoot, bl, kernelList,
chainList, defaultDev, justConfig)
else:
- self.noKernelsWarn(intf)
+ raise BootyNoKernelWarning
self.removeOldEfiEntries(instRoot)
self.addNewEfiEntry(instRoot)