diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-21 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-21 02:00:00 +0200 |
| commit | 91b112b8dd28007db9a6f43dd65457e6763b486f (patch) | |
| tree | b79e3980ca7f16fd9a808ff64c3acbc504c2cb6a /gnu/bootloader.scm | |
| parent | 90ca0f57bf9664e195bbb896ff3a17d89bd62f05 (diff) | |
bootloader: Remove expired export.
This follows up on commit 8a0e1bb12b3c22a8c9a2be17492058ca63ec7c5d.
* gnu/bootloader.scm: Don't export
bootloader-configuration-additional-configuration, which no longer
exists.
Reported by muradm in #guix.
Diffstat (limited to 'gnu/bootloader.scm')
| -rw-r--r-- | gnu/bootloader.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/bootloader.scm b/gnu/bootloader.scm index 9cf54578731..70e18361790 100644 --- a/gnu/bootloader.scm +++ b/gnu/bootloader.scm | |||
| @@ -69,7 +69,6 @@ | |||
| 69 | bootloader-configuration-terminal-inputs | 69 | bootloader-configuration-terminal-inputs |
| 70 | bootloader-configuration-serial-unit | 70 | bootloader-configuration-serial-unit |
| 71 | bootloader-configuration-serial-speed | 71 | bootloader-configuration-serial-speed |
| 72 | bootloader-configuration-additional-configuration | ||
| 73 | 72 | ||
| 74 | %bootloaders | 73 | %bootloaders |
| 75 | lookup-bootloader-by-name | 74 | lookup-bootloader-by-name |
