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

refactor wwinit/init script to resolve rootfs confusion #1093

Open
anderbubble opened this issue Feb 20, 2024 · 1 comment · May be fixed by #1138
Open

refactor wwinit/init script to resolve rootfs confusion #1093

anderbubble opened this issue Feb 20, 2024 · 1 comment · May be fixed by #1138
Assignees
Labels
bug Something isn't working refactor stake:ciq CIQ is a stakeholder of this issue
Milestone

Comments

@anderbubble
Copy link
Collaborator

anderbubble commented Feb 20, 2024

warewulf ERROR: Switching the root file system requires the kernel argument: 'rootfstype=ramfs'

But I thought --root tmpfs is required for selinux.

@anderbubble anderbubble added bug Something isn't working refactor labels Feb 20, 2024
@anderbubble anderbubble added this to the v4.5.1 milestone Feb 20, 2024
@anderbubble anderbubble self-assigned this Feb 20, 2024
@anderbubble
Copy link
Collaborator Author

We also have to do this to let fuzzball-substrate (and presumably other container systems; reportedly podman) to work:

wwctl profile set default \
  --root=tmpfs \
  --kernelargs="quiet crashkernel=no vga=791 net.naming-scheme=v238 rootfstype=ramfs"

anderbubble added a commit to anderbubble/warewulf that referenced this issue Mar 16, 2024
- Closes warewulf#1093

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
@anderbubble anderbubble linked a pull request Mar 16, 2024 that will close this issue
6 tasks
anderbubble added a commit to anderbubble/warewulf that referenced this issue Mar 16, 2024
sprig replaces slice with a function that only operates on sprig lists.
substr is required for use with strings.

- Fixes: warewulf#1093

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
@anderbubble anderbubble added the stake:ciq CIQ is a stakeholder of this issue label Mar 20, 2024
@anderbubble anderbubble modified the milestones: v4.5.1, v4.6.0 Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor stake:ciq CIQ is a stakeholder of this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant