-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Build kernel, modules and initial ramdisk in correct sequence, ensuring kernel | ||
# config is conformed, then sign if possible and copy to EFI boot partition. | ||
# | ||
# Copyright (c) 2014-2018 sakaki <[email protected]> | ||
# Copyright (c) 2014-2020 sakaki <[email protected]> | ||
# | ||
# License (GPL v3.0) | ||
# ------------------ | ||
|
@@ -31,7 +31,7 @@ shopt -s nullglob | |
# ********************** variables ********************* | ||
PROGNAME="$(basename "${0}")" | ||
CONFFILE="/etc/${PROGNAME}.conf" | ||
VERSION="1.0.36" | ||
VERSION="1.0.37" | ||
ETCPROFILE="/etc/profile" | ||
DEFAULTEFIBOOTFILE="bootx64.efi" | ||
EFIBOOTFILE="${DEFAULTEFIBOOTFILE}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters