kernelstub:3.2

Last commit made on 2019-05-17
Get this branch:
git clone -b 3.2 https://git.launchpad.net/kernelstub

Branch merges

Branch information

Name:
3.2
Repository:
lp:kernelstub

Recent commits

c3f7982... by Ian Santopietro

Merge pull request #25 from isantop/master

Sync

5c303b8... by Ian Santopietro

Merge pull request #24 from isantop/beta

Kernelstub 3.2

The PR releases Kernelstub 3.2 into the stable branch. This new version includes a number of fixes and new features:

* Systemd-boot entry files are now named (nearly) uniquely for each OS, ensuring that parallel installs of the same OS don't conflict with loader entry files. (fixes #23 )
* Adds new, more reliable UUID detection. Thanks @andykitchen (closes #22 )
* Adds new online documentation (manpage)

cb99496... by Ian Santopietro <email address hidden>

Formatting Improvements

5f407b8... by Ian Santopietro <email address hidden>

Release with correct timestamp

8bfaa48... by Ian Santopietro <email address hidden>

Update changelog

8d6ed88... by Ian Santopietro <email address hidden>

Add hostname and UUID to entry.

This ensures that each entry applies strictly to the installation that created it.
Before, if two OSs (possibly of different versions) used kernelstub, whichever one last
had kernelstub run would be the one whose entry was written. This change cleans that up
a bit by writing the hostname and the UUID into the filename of the entry. This ensures
that the entry files are unique to that installation, and provides a human-readable way
to select which installation to boot (if the hostname was changed).

3b1d712... by Ian Santopietro <email address hidden>

Merge github.com:pop-os/kernelstub into uuid-entry-names

d02f226... by Ian Santopietro

Small typo

dfce1eb... by Ian Santopietro

Finish adding manpage to package

1e959c8... by Ian Santopietro

Add Manpage