<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/install-system, branch debian/0.20.19</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.20.19</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.19'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2012-01-25T00:50:50+00:00</updated>
<entry>
<title>Fix missing error (missing lecho) in install-system</title>
<updated>2012-01-25T00:50:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-01-25T00:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=07119bd476b7963fee55e1b5eb649edf25603910'/>
<id>urn:sha1:07119bd476b7963fee55e1b5eb649edf25603910</id>
<content type='text'>
Some statements were copy/pasted over from install-image.
install-system does not use lecho, that is only used in install-image
</content>
</entry>
<entry>
<title>Make disk label if necessary</title>
<updated>2012-01-20T23:36:25+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-01-20T23:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=177fa685159523d2ef8bd9ad6447d28c3338e7e9'/>
<id>urn:sha1:177fa685159523d2ef8bd9ad6447d28c3338e7e9</id>
<content type='text'>
Bug 7732
Restore installation section that makes disk label.
</content>
</entry>
<entry>
<title>install-system: use sfdisk to find drive size</title>
<updated>2012-01-03T19:04:26+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-01-03T19:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=42c61e632a88446a425bf2e2f0ce3e0430e2f4bf'/>
<id>urn:sha1:42c61e632a88446a425bf2e2f0ce3e0430e2f4bf</id>
<content type='text'>
Better than using parted which requires more parsing.
</content>
</entry>
<entry>
<title>md: don't start unless needed</title>
<updated>2011-12-02T22:44:24+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-12-02T22:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e8c8ebfc74203309871d4f291a378565f7ca4181'/>
<id>urn:sha1:e8c8ebfc74203309871d4f291a378565f7ca4181</id>
<content type='text'>
Don't start RAID (md) unless root device is configured for RAID.
</content>
</entry>
<entry>
<title>Make ext4 the default file system type</title>
<updated>2011-05-05T15:19:20+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-05-05T15:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=82037c7e260d6e5c73f47162a14b4778629c53a8'/>
<id>urn:sha1:82037c7e260d6e5c73f47162a14b4778629c53a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust root partition offset based on disk size</title>
<updated>2011-05-04T02:53:15+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-02T18:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=b6871cf68a0b32f191d864aac34e6622970a828a'/>
<id>urn:sha1:b6871cf68a0b32f191d864aac34e6622970a828a</id>
<content type='text'>
On tiny disks, then it doesn't make sense to waste space by offsetting
root partition. On big disks, it doesn't hurt and it allows for running
on SSD.
</content>
</entry>
<entry>
<title>Yet another better alignment start</title>
<updated>2011-04-30T17:31:48+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-04-30T17:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=4829b46c2453e3f94409ce622e1faedf3d11b457'/>
<id>urn:sha1:4829b46c2453e3f94409ce622e1faedf3d11b457</id>
<content type='text'>
Parted has magic value '0%' which causes it to choose optimum
alignment (2048 on most disks).
</content>
</entry>
<entry>
<title>Fix alignment of root partition</title>
<updated>2011-04-30T16:48:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-04-29T18:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=b2fcc3d68146716f4451e45d7dc86418b67781bb'/>
<id>urn:sha1:b2fcc3d68146716f4451e45d7dc86418b67781bb</id>
<content type='text'>
Redo Bug 7038
The previous change did nothing; the alignment option only reports
alignment, it does not change values. Need to manually reserve space
before root partition.
</content>
</entry>
<entry>
<title>Tell parted to align disk partition</title>
<updated>2011-04-28T23:55:52+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-04-28T23:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=281164b2208ede1f99180ff5e192aede6db46858'/>
<id>urn:sha1:281164b2208ede1f99180ff5e192aede6db46858</id>
<content type='text'>
Bug 7038
Align the created disk partition for both install-system and initial
install-image.

Note: can't fix existing systems where disk is already partitioned.
They will just have to suffer with poor performance.
</content>
</entry>
<entry>
<title>Bugfix 6687: Need to explicitly specify the RAID metadata version number.</title>
<updated>2011-01-18T07:05:30+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2011-01-18T07:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=40c8ee2b2473778f4b8000dfb8a5c71a05dc4744'/>
<id>urn:sha1:40c8ee2b2473778f4b8000dfb8a5c71a05dc4744</id>
<content type='text'>
(cherry picked from commit 5de8a194db56c51c9e5541cca43423f11534ffb7)
</content>
</entry>
</feed>
