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

adding packages needed to cloudynitzar from scratch #15

Conversation

ismferd
Copy link
Contributor

@ismferd ismferd commented Mar 3, 2019

Hi,

In order to be able to run clody from scratch I installed some packages for:

Distributor ID:	Ubuntu
Codename:	bionic

please take a look as soon as possible.

bionic)
# Take care installing php-ssh2, you could lose your user password
# Follow instructions in this link in order to recovery it: https://askubuntu.com/questions/24006/how-do-i-reset-a-lost-administrative-password
DEBREQPACKAGES="curl unzip dirmngr net-tools php php-ssh2"
Copy link
Contributor

Choose a reason for hiding this comment

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

The iproute2 package should be favoured instead of net-tools, which is being phased out.

See https://en.wikipedia.org/wiki/Iproute2 or http://xmodulo.com/linux-tcpip-networking-net-tools-iproute2.html for more details.


case $RELEASENAME in
Copy link
Contributor

Choose a reason for hiding this comment

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

The same thing is actually done with the per-distribution lbmake hooks; take a look some lines below.

I agree your solution is more elegant than the messy lbmake thing but let's assume it's there for a reason and just add the missing distributions (e.g., Bionic Beaver)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I will do it as you told me. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, it is 👍

@rogerpueyo rogerpueyo closed this Mar 4, 2019
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.

None yet

2 participants