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

Armbian-install script I think I found a BUG #168

Closed
tv4you2016 opened this issue Mar 14, 2022 · 1 comment
Closed

Armbian-install script I think I found a BUG #168

tv4you2016 opened this issue Mar 14, 2022 · 1 comment

Comments

@tv4you2016
Copy link

tv4you2016 commented Mar 14, 2022

My box tv x96 max +

I've been analyzing your armbian-install script I think I found a BUG.

echo "Formatting ROOTFS partition..."
mkfs.btrfs -f -U ${ROOTFS_UUID} -L "ROOTFS_EMMC" -m single ${PART_ROOT}

this partition is not being created
see the img
Sem Título

where is the ROOTFS_EMMC partition?? with the ROOTFS_UUID created????

@ophub
Copy link
Owner

ophub commented Mar 14, 2022

When writing to emmc, the mount will be unmounted after the file has been copied. You remove the usb, plug it back in, and the system will boot from emmc.

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

2 participants