Skip to content

Commit

Permalink
Merge commit 'refs/pull/156/head' of github.com:Foxboron/sbctl
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxboron committed Aug 28, 2022
2 parents be3fde9 + 82a8718 commit 099d6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tags
releases/*
sbctl
!sbctl/
/sbctl
docs/*.8
rootfs*
bzImage
3 changes: 2 additions & 1 deletion bundles.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func GetEfistub() (string, error) {
func NewBundle() (bundle *Bundle, err error) {
esp, err := GetESP()
if err != nil {
return
// This is not critical, just use an empty default.
esp = ""
}

stub, err := GetEfistub()
Expand Down

0 comments on commit 099d6d9

Please sign in to comment.