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

new package: tinyramfs #43061

Merged
merged 1 commit into from
Apr 7, 2023
Merged

new package: tinyramfs #43061

merged 1 commit into from
Apr 7, 2023

Conversation

dkwo
Copy link
Contributor

@dkwo dkwo commented Mar 28, 2023

  • I tested the changes in this PR: yes
  • This new package conforms to the package requirements: yes
  • I built this PR locally for my native architecture, (x86_64-musl)

one has to edit the config file; I did not add eudev, cryptsetup, etc to depends, as this can vary.

@dkwo dkwo marked this pull request as draft March 28, 2023 15:37
@classabbyamp classabbyamp added the new-package This PR adds a new package label Mar 28, 2023
@dkwo
Copy link
Contributor Author

dkwo commented Apr 1, 2023

it works, with

$ cat /etc/tinyramfs/config 
compress="gzip -9"
hooks="eudev,luks,lvm"
hostonly=yes
luks_root="UUID=..."
luks_name=cryptroot 
luks_discard=yes
lvm_group=cryptroot 
lvm_name=root
root="UUID=..."

@dkwo dkwo marked this pull request as ready for review April 1, 2023 15:44
@dkwo
Copy link
Contributor Author

dkwo commented Apr 5, 2023

@ahesford do you think this could be added as a choice of initram? it has a small issue with modules (right now hostonly works though), but works just fine with luks, lvm (tested by me), zfs, various udev replacements (as per the homepage).

@ahesford ahesford merged commit 900477f into void-linux:master Apr 7, 2023
@dkwo dkwo deleted the tiny branch May 16, 2023 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants