GithubHelp home page GithubHelp logo

Comments (5)

viraniac avatar viraniac commented on May 26, 2024 1

Anyhow, in either case, even on a initial install, you should only move the stuff which is on the same device, right?

As I said, I am not aware of the design decisions. If its considered as a bug, it will get handled eventually. Or you can try to fix it and raise a PR.

from build.

github-actions avatar github-actions commented on May 26, 2024

Jira ticket: AR-2043

from build.

viraniac avatar viraniac commented on May 26, 2024

The armbian-install script predates me becoming part of Armbian, but I am not sure it was designed to be used that way. My understanding is it was designed so that user will install Armbian after a quick evaluation, prior to be adding the user specific mounts and stuff. Given that an Armbian image can contain multiple partitions depending on the board and usecase, I guess that might be the reason why one filesystem was not used.

But Its possible that my understanding might be wrong as I certainly am not aware about the design decisions.

from build.

hi-ko avatar hi-ko commented on May 26, 2024

Yes and no. The root device should be kept as root device and the boot loader is something else. In my case I was not able to switch earlier since there was no build when I installed which supported to successfully switch. The mounts have been done automatically by the lxd/incus package mouting any managed storage under /var/lib/{incus,lxd}.

Anyhow, in either case, even on a initial install, you should only move the stuff which is on the same device, right?

from build.

hi-ko avatar hi-ko commented on May 26, 2024

Maybe i didn't even create the ticket in the correct project? If so, then sorry. I was a bit overwhelmed by the selection in https://github.com/armbian/build/issues/new/choose

I've not fully understood the full script and don't have a build environment to test, but I suggest in

rsync -avrltD --delete --exclude-from=$EX_LIST / "${TempDir}"/rootfs | \

to add -x to include from the same device only and -r, -l -t, -D should be removed since they are already included in archive mode -a (archive mode -a is a shortcut for -rlptgoD):

	rsync -avx --delete --exclude-from=$EX_LIST / "${TempDir}"/rootfs | \

from build.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.