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

system assembly order is significant... #220

Open
devcurmudgeon opened this issue May 17, 2016 · 0 comments
Open

system assembly order is significant... #220

devcurmudgeon opened this issue May 17, 2016 · 0 comments

Comments

@devcurmudgeon
Copy link
Owner

if the order is wrong, we can end up with busybox init, instead of systemd. ideally we should fix these 'overlaps' in definitions also, but for now need to ensure that ybd guarantees higher-level stuff installs last.

TEST

rm -rf /root/ybd/artifacts/ivi-system-x86_64*
cd /root/baserock/definitions
python /root/baserock/ybd/ybd systems/ivi-system-x86_64.morph x86_64
value=ls -la /root/ybd/artifacts/ivi-system-x86_64*/ivi-system-*.unpacked/sbin/init | grep systemd -c
if [ $value -ne 1 ]
then
# Bad commit...
else
# good commit...
fi

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