Giter Club home page Giter Club logo

Comments (7)

maximbaz avatar maximbaz commented on June 12, 2024

Hello! linux-lts is used to create a recovery image, in case a kernel upgrade causes an unbootable system, you would be able to boot into the recovery .efi image and from there fix up your system. Does this clarify the purpose of it?

from arch-secure-boot.

Firestar-Reimu avatar Firestar-Reimu commented on June 12, 2024
  1. What about a LTS kernel update like 6.1.22 -> 6.1.23?
  2. Can the recovery image be rebuilt every time the kernel update?

from arch-secure-boot.

maximbaz avatar maximbaz commented on June 12, 2024

The efi images, normal and recovery, will be automatically rebuilt when any of the targets specified below are updated, including lts kernel upgrade!

https://github.com/maximbaz/arch-secure-boot/blob/main/pacman-hooks/95-arch-secure-boot-generate-efi.hook

from arch-secure-boot.

Firestar-Reimu avatar Firestar-Reimu commented on June 12, 2024

Thanks, I hope that this program can support more kernels.

from arch-secure-boot.

maximbaz avatar maximbaz commented on June 12, 2024

It certainly can 😉 not for the recovery image, that uses lts on purpose, but regular image supports any kernel, see the config 👍

from arch-secure-boot.

Firestar-Reimu avatar Firestar-Reimu commented on June 12, 2024
  1. where is the config

  2. So you can make a package which do not support recovery image and do not hard-require linux-lts?

from arch-secure-boot.

maximbaz avatar maximbaz commented on June 12, 2024
  1. see lines 10 and 14, config is being read both from a file or simply from environment variables, whatever you prefer

[ -f "$DIR/config" ] && source "$DIR/config"

  1. It would be against the goal of this project to exclude generation of recovery image, so I won't be making such package, but you are very welcome to take the code and remove the line that does it!

This particular project is based on a lot of hardcoded opinions for a reason that it allows it to both be small in size (less bugs, less security risks) and do one single job well.

from arch-secure-boot.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.