enhancement: use rancher/harvester-os:sl-micro-6 as base OS#1014
Draft
tserong wants to merge 3 commits intoharvester:masterfrom
Draft
enhancement: use rancher/harvester-os:sl-micro-6 as base OS#1014tserong wants to merge 3 commits intoharvester:masterfrom
tserong wants to merge 3 commits intoharvester:masterfrom
Conversation
A few things seem to have changed with the newer version of elemental in SL Micro 6, notably: - rootfs.squashfs is no longer in the root directory of the ISO, rather it's in an architecture specific subdirectory under /boot. - The ARM initrd and kernel on the ISO moved from /boot/x86_64/loader/ to /boot/arm64/loader/ (although that begs the question - why were they under /boot/x86_64/loader previously?) - The initrd and kernel symlinks under /boot in the baseos image may be to either other files in /boot (without extra path information), or to paths elsewhere under /usr/lib/modules/, hence the change to `readlink -f` when extracting these files. Related issue: harvester/harvester#7025 Signed-off-by: Tim Serong <tserong@suse.com>
c6d5a79 to
6307372
Compare
Signed-off-by: Tim Serong <tserong@suse.com>
Signed-off-by: Tim Serong <tserong@suse.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A few things seem to have changed with the newer version of elemental in SL Micro 6, notably:
readlink -fwhen extracting these files.Related issue: harvester/harvester#7025
NOTE: I DO NOT INTEND TO MERGE THIS, I JUST WANTED TO SEE IF THE ISO BUILD SUCCEEDS FOR BOTH ARCHITECTURES