=== another_larsks is now known as larsks | ||
arkin | I'm trying to factor wget http://dev.mysql.com/get/mysql-apt-config_0.6.0-1_all.deb && dpkg -i mysql-apt-config_0.6.0-1_all.deb | 10:29 |
---|---|---|
arkin | into my init file | 10:29 |
arkin | but dpkg pops up a configurable option (which mysql version) | 10:29 |
arkin | can I bypass this ? | 10:29 |
=== mfisch is now known as Guest22953 | ||
=== natorious_ is now known as natorious | ||
=== waldi__ is now known as waldi | ||
smoser | arkin, you have a couple options. | 14:08 |
smoser | cloud-init does its package installation with: | 14:08 |
smoser | DEBIAN_FRONTEND=noninteractive | 14:09 |
smoser | in the environment | 14:09 |
smoser | and a install of | 14:09 |
smoser | APT_GET_COMMAND = ('apt-get', '--option=Dpkg::Options::=--force-confold', | 14:09 |
smoser | '--option=Dpkg::options::=--force-unsafe-io', | 14:09 |
smoser | '--assume-yes', '--quiet') | 14:09 |
smoser | so you should be able to | 14:10 |
smoser | DEBIAN_FRONTEND=noninteractive dpkg --force-confold --force-unsafe-io | 14:10 |
smoser | and get the same behavior | 14:10 |
smoser | to dpkg | 14:10 |
=== Guest22953 is now known as mfisch | ||
=== mfisch is now known as Guest32940 | ||
=== Guest32940 is now known as mfisch | ||
=== mgagne_ is now known as mgagne |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!