You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2019. It is now read-only.
@kr105 I had a brief read of better-initramfs github and an event quicker look at it init script, from what I understand, it will attempt to boot linux based on the command line provided during boot (Edit: in this case provided from linux loader bin), however in the instruction posted earlier to the Playground, you didn't mention what the root should be e.g root=LABEL=mylabel
there is no downside to adding it, if the user didn't setup mylabel it would drop into shell anyway as it is doing now anyway, if they did set it up it would automatically boot the distro, and it's also much more convenient having it, instead of having to go through shell everytime
@kr105 I had a brief read of better-initramfs github and an event quicker look at it init script, from what I understand, it will attempt to boot linux based on the command line provided during boot (Edit: in this case provided from linux loader bin), however in the instruction posted earlier to the Playground, you didn't mention what the root should be e.g root=LABEL=mylabel
there is no downside to adding it, if the user didn't setup mylabel it would drop into shell anyway as it is doing now anyway, if they did set it up it would automatically boot the distro, and it's also much more convenient having it, instead of having to go through shell everytime