Difference between revisions of "Self-install-existing"
From Amahi Wiki
(New page: = Installation in an existing Fedora machine = '''NOTE:''' this is not the recommended method to install. The recommended method is doing it from scratch. The reason is t...) |
|||
Line 5: | Line 5: | ||
Regardless, here are the install instructions for those more adventurous :-) | Regardless, here are the install instructions for those more adventurous :-) | ||
− | * As root | + | * As root do this: |
<pre><nowiki> | <pre><nowiki> | ||
rpm -ivh http://updates.yourhda.com/fc6-noarch/hda-release-0.1-1.noarch.rpm | rpm -ivh http://updates.yourhda.com/fc6-noarch/hda-release-0.1-1.noarch.rpm | ||
Line 11: | Line 11: | ||
hda-install <hda-id> | hda-install <hda-id> | ||
</nowiki></pre> | </nowiki></pre> | ||
− | * The quotes in the yum command are important. | + | * The quotes in the yum command are important, to prevent globbing. |
− | * Replace the | + | * Replace the hda-id with your hda-id, obviously |
* [https://sourceforge.net/tracker/?func=add&group_id=197148&atid=960303 Report bugs in the install category]! :-) | * [https://sourceforge.net/tracker/?func=add&group_id=197148&atid=960303 Report bugs in the install category]! :-) |
Revision as of 19:00, 3 July 2007
Installation in an existing Fedora machine
NOTE: this is not the recommended method to install. The recommended method is doing it from scratch. The reason is that some things that may have been done to the machine that may affect the way the HDA behaves, and that may be hard to debug/fix.
Regardless, here are the install instructions for those more adventurous :-)
- As root do this:
rpm -ivh http://updates.yourhda.com/fc6-noarch/hda-release-0.1-1.noarch.rpm yum -y install 'hda*' hda-install <hda-id>
- The quotes in the yum command are important, to prevent globbing.
- Replace the hda-id with your hda-id, obviously
- Report bugs in the install category! :-)