scripts/build-kernel: don't raise exception when no previous kernel found

This commit is contained in:
Albert Hopkins 2018-10-05 06:44:30 -07:00
parent c010e92b85
commit 177dd2f4ed
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ def install_kernel():
os.unlink('/boot/vmlinuz')
os.symlink(filename, '/boot/vmlinuz')
break
else:
raise Exception('Could not find installed kernel')
def uninstall_kernel_package():