<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/install, branch debian/0.17.11</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.17.11</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.17.11'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2010-02-25T19:48:55+00:00</updated>
<entry>
<title>Bugfix 5217: Don't use the "-#" option to curl.  It runs slow on serial ports.</title>
<updated>2010-02-25T19:48:55+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-02-25T19:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1a9cc93dcda4bf9c6a8633317f86cca48652f5a5'/>
<id>urn:sha1:1a9cc93dcda4bf9c6a8633317f86cca48652f5a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 5327: Don't try to save config from images with none.</title>
<updated>2010-02-16T19:52:14+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-02-16T19:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=03c22ef560755fa2f1b5983dd18fa91066adbd2c'/>
<id>urn:sha1:03c22ef560755fa2f1b5983dd18fa91066adbd2c</id>
<content type='text'>
On image-based systems, the Vyatta configuration is mounted on /config and
can be found in the disk filesystem under
/boot/&lt;image-name&gt;/live-rw/config.
</content>
</entry>
<entry>
<title>Bugfix 5225: Include the OS version number in the grub menu entry.</title>
<updated>2010-02-08T20:02:18+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-02-08T20:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3f6bb58b0f98f8ca9dd986f8f274906c33596083'/>
<id>urn:sha1:3f6bb58b0f98f8ca9dd986f8f274906c33596083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 5229: Save old config info when installing on pre-existing RAID group.</title>
<updated>2010-01-27T00:23:49+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-01-27T00:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=030df66622d9448e57e9abd371c840cbf851c080'/>
<id>urn:sha1:030df66622d9448e57e9abd371c840cbf851c080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 5220: Use correct path to config directory on installed image.</title>
<updated>2010-01-26T22:19:08+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-01-26T22:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7b19b46f127a2287d59b2a8c97133cece585a00d'/>
<id>urn:sha1:7b19b46f127a2287d59b2a8c97133cece585a00d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 5232: Correctly handle case where user doesn't want to save SSH keys</title>
<updated>2010-01-26T20:01:44+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-01-26T20:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=a753a78ad8a3278e1093c0fc427d834883b010cf'/>
<id>urn:sha1:a753a78ad8a3278e1093c0fc427d834883b010cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 5240: Prevent re-installation of same version on running systems</title>
<updated>2010-01-26T01:10:04+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-01-26T01:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=092fea186dee158c9b6545e8d1ee69945d998e8d'/>
<id>urn:sha1:092fea186dee158c9b6545e8d1ee69945d998e8d</id>
<content type='text'>
Previously, it was possible in some cases to "add" a system image that
would over-write the running image.  This change fixes that by getting
the version string of the running system from the kernel command line
instead of the Vyatta version file.  This string represents the actual
directory name that holds the image, so is more reliable.

Also previously, an attempt to "add" a system image that had the same
version string as another image installed on the system (but was not
the running image) would always succeed.  This would completely
over-write that image.  Because of this destructive behavior, it
deserves a confirmation question.  This change prompts the user to see
if they really want to do that before proceeding.
</content>
</entry>
<entry>
<title>Fix typo in install-image</title>
<updated>2010-01-20T01:21:22+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-01-20T01:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ad3043d38a0c6a1123e82a994dd395e0f8c89ea4'/>
<id>urn:sha1:ad3043d38a0c6a1123e82a994dd395e0f8c89ea4</id>
<content type='text'>
This could fix Bug 5151
There was a typo in script that saved old config
</content>
</entry>
<entry>
<title>Bugfix 5220: Save config information from previous image-based install.</title>
<updated>2010-01-19T02:01:00+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-01-19T02:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7367bcc50722702d903e01d395a1480099469149'/>
<id>urn:sha1:7367bcc50722702d903e01d395a1480099469149</id>
<content type='text'>
If previous disk-based install is found, use config info from it.  Otherwise
look for image-based installs.  If multiple image-based installs are found,
let the user select which one to save the config information from.
</content>
</entry>
<entry>
<title>Don't allow installation to proceed if MD5 checksum errors are found.</title>
<updated>2010-01-14T00:51:45+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-01-14T00:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=81c1597a0c53341caddcf2459b45e7db033d04ef'/>
<id>urn:sha1:81c1597a0c53341caddcf2459b45e7db033d04ef</id>
<content type='text'>
</content>
</entry>
</feed>
