Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to boot without init #164

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

Antynea
Copy link
Owner

@Antynea Antynea commented Sep 4, 2021

Fix #162

  • Add possibility to boot without init(rd,ramfs):
    • For a snapshot to be valid, it must contain a boot folder and a kernel from the official list (or have been added to the custom kernel list)
    • if a snapshot doesn't contain an init(rd,ramfs), it will be detected as valid.
      (Suppress script stop when an init is not found)
    • If init isn't found, add the letter "x" to the init list. (hoping this doesn't break the support for custom init names)
    • The microcode support is still present, despite the absence of init(rd,ramfs), is it really relevant ?

* Add possibility to boot without init(rd,ramfs):
  - For a snapshot to be valid, it must contain a boot folder and a kernel from the official list (or have been added to the custom kernel list)
  - if a snapshot doesn't contain an init(rd,ramfs), it will be detected as valid.
  - Suppress script stop when an init is not found
  - If init isn't found, add the letter "x" to the init list. (hoping this doesn't break the support for custom init names)
  - The microcode support is still present, despite the absence of init(rd,ramfs), is it really relevant ?
@Antynea Antynea merged commit 679d000 into master Sep 17, 2021
@Antynea Antynea deleted the Add-possibility-to-boot-without-init branch September 17, 2021 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I just cant get it to work
1 participant