<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/data/command-stubs, branch firstboot-support</title>
<subtitle>Anaconda installer - personal development space, mostly the new TUI</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/'/>
<entry>
<title>remove now-unused 'loadkeys' stub</title>
<updated>2012-04-20T22:11:53+00:00</updated>
<author>
<name>Will Woods</name>
<email>wwoods@redhat.com</email>
</author>
<published>2012-04-13T17:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=d0fdcd376939801b28b6378c99a16a006932409f'/>
<id>d0fdcd376939801b28b6378c99a16a006932409f</id>
<content type='text'>
Lorax f17-branch commit 3859368 removes the 'loadkeys' stub from the
installer image; it's not used for anything else so we can delete it
here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lorax f17-branch commit 3859368 removes the 'loadkeys' stub from the
installer image; it's not used for anything else so we can delete it
here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim "/dev/" correctly in list-harddrives (#702430).</title>
<updated>2011-05-10T17:43:51+00:00</updated>
<author>
<name>David Cantrell</name>
<email>dcantrell@redhat.com</email>
</author>
<published>2011-05-10T17:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=e7e25762c4ed1256f8fef2aae2a558134f48ad46'/>
<id>e7e25762c4ed1256f8fef2aae2a558134f48ad46</id>
<content type='text'>
Trim the leading /dev/ from device node names in the list-harddrives
command-stub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trim the leading /dev/ from device node names in the list-harddrives
command-stub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mknod-stub.  We have the full one around now.</title>
<updated>2011-01-05T20:24:53+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2011-01-05T19:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=ee2e2324d8aed181346cdffbbecdea74167e95b8'/>
<id>ee2e2324d8aed181346cdffbbecdea74167e95b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore list-harddrives output to what users expect (#654436)</title>
<updated>2010-12-06T20:53:07+00:00</updated>
<author>
<name>David Cantrell</name>
<email>dcantrell@redhat.com</email>
</author>
<published>2010-12-04T00:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=abd7b8015b76c893b104424406c7e5999e07d7e8'/>
<id>abd7b8015b76c893b104424406c7e5999e07d7e8</id>
<content type='text'>
The list-harddrives command was changed to list partitions as well as
the whole disks.  Disks would only be shown if they had a valid
disklabel.  This is incorrect.  The command is meant to show what disks
are in the system and their size, usually so people can set up kickstart
partitioning commands or partition the disk on their own.

This patch changes the output from:

    /dev/sda 61057
    /dev/sdb 476940
    /dev/sdc 30524
    /dev/sda1 300
    /dev/sda2 60751
    /dev/sdb1 476937
    /dev/sdc1 30520

To:

    sda 61057.3359375
    sdb 476940.023438
    sdc 30524.0

Which is the way the command has worked in previous releases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list-harddrives command was changed to list partitions as well as
the whole disks.  Disks would only be shown if they had a valid
disklabel.  This is incorrect.  The command is meant to show what disks
are in the system and their size, usually so people can set up kickstart
partitioning commands or partition the disk on their own.

This patch changes the output from:

    /dev/sda 61057
    /dev/sdb 476940
    /dev/sdc 30524
    /dev/sda1 300
    /dev/sda2 60751
    /dev/sdb1 476937
    /dev/sdc1 30520

To:

    sda 61057.3359375
    sdb 476940.023438
    sdc 30524.0

Which is the way the command has worked in previous releases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove losetup and unlosetup from isys</title>
<updated>2010-09-03T16:15:40+00:00</updated>
<author>
<name>Brian C. Lane</name>
<email>bcl@redhat.com</email>
</author>
<published>2010-09-02T15:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=11c71a20afc87d5a1c43ed56c281cfe30bdfe6c6'/>
<id>11c71a20afc87d5a1c43ed56c281cfe30bdfe6c6</id>
<content type='text'>
No longer used. mount can now handle loop devices itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer used. mount can now handle loop devices itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Structure the repo layout so it matches final structure better and make isys a real Python package.</title>
<updated>2010-05-31T12:21:49+00:00</updated>
<author>
<name>Martin Sivak</name>
<email>msivak@redhat.com</email>
</author>
<published>2010-05-11T15:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=78421d4ed23ad58b021c4d9d1bae690b99c167fe'/>
<id>78421d4ed23ad58b021c4d9d1bae690b99c167fe</id>
<content type='text'>
Also updates the build and autotools stuff to work with the new structure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also updates the build and autotools stuff to work with the new structure
</pre>
</div>
</content>
</entry>
</feed>
