-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ability to pass path to a config file as an argument
- Loading branch information
Showing
2 changed files
with
59 additions
and
49 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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
An extremely simple EFISTUB entry generator. Made and tested on Arch, however it should work on other distros as well. | ||
You could define environment variable `EASYSTUB_CONF_FILE_PATH` to the config filepath, or you could just set it to the path to the config inside the shell script itself, it's your choice. | ||
|
||
You can also specify the config file as an argument for the easystub. e.g. `easystub ~/path/to/config/file.conf`, it will try to use it if the config is valid. | ||
|
||
WARNING: easystub won't work "out-of-the-box". You still need to configure at least the root partition UUID and your system's main drive! | ||
If you have a custom kernel, then you'll also need to configure the linux loader and initramfs paths. |
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