~usarinheininga/ubuntuplasma/+git/kernelstub:master

Last commit made on 2022-05-01
Get this branch:
git clone -b master https://git.launchpad.net/~usarinheininga/ubuntuplasma/+git/kernelstub

Branch merges

Branch information

Recent commits

457f3a3... by uszie <email address hidden>

Merge pull request #2 from pop-os/master_jammy

Master jammy

e2c5fd9... by Lucy <email address hidden>

Decompress vmlinuz on ARM64

4c42f32... by Jeremy Soller

Ignore deprecation notice for distutils on jammy

542f903... by Usarin Heininga

Feature: mount btrfs rw with fstab mount options

There is no point in mounting a btrfs filesystem read only,
fsck is not necessary so mount it read write.
Add the rootfs mount options to the kernel options.
This saves a remount at boot, since everything is done in the initrd now.

f97f97d... by Usarin Heininga

Fix: install on autofs esp partitions

de5b292... by Ian Santopietro

debian: remove pop-boot package

This package was briefly used when we transitioned to kernelstub, however
it should not be installed on modern systems as it can cause random loss of
boot options (which, in extreme circumstances, may cause the boot to fail).
We should thus remove this package from the build as every supported version
of Pop_OS uses kernelstub by default (on EFI systems; legacy boot systems are
a non-issue because they won't/can't be transitioned to kernelstub/systemd-boot)

Fixes #54 (by removing the offending file altogether)

afe27ca... by Ian Santopietro

fix(pop-boot): improve pop-boot postinst

This ensures that pop-boot's postinst doesn't run if boot configuration is
already present on the system. Otherwise, it may overwrite the system boot
options with new ones, which isn't good. It also makes these fields much
easier to modify and maintain, and prints a helpful message if it skipped
the postinst because the configuration was already found (along with that
config location).

100c1c5... by Ian Santopietro

fix(args): add mission quotation marks around -d OPTIONS (#50)

c58b5cb... by Ian Santopietro

docs(readme): update with list of build depends (#47)

* docs(readme): update with list of build depends

Adds a list of build dependencies which need to be installed to build the package locally. Additionally adds instructions for adding the build-deps on Pop_OS (where the kernelstub source package is available).

Fixes #46

* Use dpkg-buildpackage instead of debuild, correct OS name

Co-authored-by: Jacob Kauffmann <email address hidden>

9dfa99b... by Ian Santopietro

docs(readme): fix setup.py install command (#48)

* docs(readme): fix setup.py install command

Current command is incorrect. The new command fixes the issue.

Fixes #44

* Replace links (move from isantop to pop-os)

Co-authored-by: Jacob Kauffmann <email address hidden>