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

mkimage contain wrong rootfs.tar name #48

Open
lonerkim opened this issue Apr 8, 2024 · 0 comments
Open

mkimage contain wrong rootfs.tar name #48

lonerkim opened this issue Apr 8, 2024 · 0 comments

Comments

@lonerkim
Copy link

lonerkim commented Apr 8, 2024

in original script says
LINE90 sudo tar -xpf $BUILD_DIR/rootfs.tar -C /tmp/rootfs
but also you've been updated rootfs scripts (_debian_gui, _debian_cli, -ubuntu-cli)
so you should count on that if you want to build an image from mkimage.sh script.

make it sudo tar -xpf $BUILD_DIR/rootfs_debian_cli.tar -C /tmp/rootfs works for me know but just FYI.

also mklinux-debian-cli.sh might has permission issue.
I had to chmod before run sudo ./mklinux-debian-cli.sh
(thanks)

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

No branches or pull requests

1 participant