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

rootfs.vhd make target #1333

Merged
merged 1 commit into from
Mar 22, 2022
Merged

rootfs.vhd make target #1333

merged 1 commit into from
Mar 22, 2022

Conversation

helsaawy
Copy link
Contributor

New makefile target to create rootfs.vhd from rootfs.tar using tar2ext4.
Requires building cmd/tar2ext4 locally.

Signed-off-by: Hamza El-Saawy hamzaelsaawy@microsoft.com

Copy link
Contributor

@dcantah dcantah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's worth having this be part of the default goal, can't think of why we wouldn't want to always build this as it's the default if it exists.

@dcantah
Copy link
Contributor

dcantah commented Mar 22, 2022

Oop this needs a rebase after 51aee6b

@helsaawy
Copy link
Contributor Author

Maybe it's worth having this be part of the default goal, can't think of why we wouldn't want to always build this as it's the default if it exists.

I think this line gzip -f -d ./out/rootfs.tar.gz consumes the tar.gz file, so running it by default would crash all the pipelines that expect to build the rootfs manually

New makefile target to create rootfs.vhd from rootfs.tar using tar2ext4.
Requires building cmd/tar2ext4 locally.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
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.

3 participants