Skip to content

Commit

Permalink
reorganize init to avoid dupes & misses, remove --yes, change --save-…
Browse files Browse the repository at this point in the history
…config option to write-config command
  • Loading branch information
bkw777 committed Aug 9, 2023
1 parent ee7e064 commit 0144062
Show file tree
Hide file tree
Showing 25 changed files with 2,160 additions and 2,307 deletions.
2 changes: 1 addition & 1 deletion BRANDING.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_MICRO = 7
VERSION_MICRO = 8
BRANDING_SHORTNAME = mainline
BRANDING_LONGNAME = Mainline Kernels
BRANDING_AUTHORNAME = Brian K. White
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# ***TODAY ONLY - Uninstall is broken in 1.4.6, fixed in 1.4.7<br>the PPA may take 24 hours to update***

# Mainline Kernels
A tool for installing [Ubuntu Mainline Kernel Builds](https://wiki.ubuntu.com/Kernel/MainlineBuilds) onto debian-based distributions.

Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
mainline (1.4.8) unstable; urgency=medium

* change option --save-config to command write-config
* remove --yes, yes-mode by default, since the auth prompt serves as a confirmation
* reorganize the startup sequence to avoid some dupes and some misses

-- Brian K. White <[email protected]> Wed, 09 Aug 2023 02:38:03 -0400

mainline (1.4.7) unstable; urgency=medium

* fix uninstall command broken 1.4.6
Expand Down
Loading

0 comments on commit 0144062

Please sign in to comment.