rpm: add shell-things depedencies & disabling boot splash. I should make file like this for Debian too.

This commit is contained in:
Mikaela Suomalainen 2012-12-13 17:28:32 +02:00
parent a250576afd
commit 15c5a2f5ef
2 changed files with 22 additions and 5 deletions

View File

@ -131,7 +131,7 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el&
<h2 id="installing-virtualbox-guest-additions">Installing Virtualbox guest additions</h2>
<pre><code>yum install dkms # requires EPEL on CentOS.</code></pre>
<pre><code>yum install VirtualBox-guest # Requires RPM Fusion</code></pre>
<p>Or using guest additions shipped with <a href="https://www.virtualbox.org/">VirtualBox</a>;</p>
<p>Or using guest additions shipped with <a href="https://www.virtualbox.org/%20&lt;!--%20vim%20:%20set%20ft=html%20--&gt;%20&lt;hr/&gt;">VirtualBox</a>;</p>
<pre><code>yum install @development-tools kernel-devel</code></pre>
<p>Press HOST + D and cd to the mount point and run the Linux Additions installer and after successful installation, reboot. These didn't work for me on Fedora 17, but worked on CentOS. With Fedora I recommend installing VirtualBox-guest from RPM Fusion.</p>
<h2 id="installing-libreoffice-language-support-for-people-not-installing-from-dvd-in-fedora">Installing LibreOffice &amp; language support (for people not installing from DVD) in Fedora</h2>
@ -147,9 +147,14 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el&
<h2 id="installing-restricted-miscellaneous-things">Installing (restricted?) miscellaneous things</h2>
<p>Codecs, restricted font technologies etc.</p>
<pre><code>yum install audacious-plugins-freeworld k3b-extras-freeworld xine-lib-extras-freeworld libdvdcss vlc mozilla-vlc unrar freetype-freeworld</code></pre>
<h2 id="disabling-boot-screen">Disabling boot screen</h2>
<p>Remove &quot;rhgb&quot; before &quot;quiet&quot; in /etc/default/grub &amp; run:</p>
<pre><code>grub2-mkconfig -o /boot/grub2/grub.cfg</code></pre>
<h2 id="installing-things-which-i-want-to-have">Installing things which I want to have</h2>
<pre><code>yum install @development-tools git zsh tmux oidentd pastebinit syslinux most htop lynx gpg-agent curl pandoc</code></pre>
<hr/>
<p>Some commands mentioned here are copied from [Linux.fi] wiki, but it's in Finnish.</p>
<p>Some commands mentioned here are copied from [Linux.fi](http://linux.fi/ wiki, but it's in Finnish.</p>
<hr/>
@ -161,7 +166,6 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el&
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */

View File

@ -163,9 +163,23 @@ Codecs, restricted font technologies etc.
yum install audacious-plugins-freeworld k3b-extras-freeworld xine-lib-extras-freeworld libdvdcss vlc mozilla-vlc unrar freetype-freeworld
```
## Disabling boot screen
Remove "rhgb" before "quiet" in /etc/default/grub & run:
```
grub2-mkconfig -o /boot/grub2/grub.cfg
```
## Installing things which I want to have
```
yum install @development-tools git zsh tmux oidentd pastebinit syslinux most htop lynx gpg-agent curl pandoc
```
<hr/>
Some commands mentioned here are copied from [Linux.fi] wiki, but it's in Finnish.
Some commands mentioned here are copied from [Linux.fi](http://linux.fi/ wiki, but it's in Finnish.
<hr/>
@ -175,7 +189,6 @@ Some commands mentioned here are copied from [Linux.fi] wiki, but it's in Finnis
[Livna]:http://rpm.livna.org/
[RPM Forge]:http://repoforge.org/use/
[VirtualBox]:https://www.virtualbox.org/
[Linux.fı]:http://linux.fi/wiki/Etusivu
<!-- vim : set ft=html -->
<hr/>