Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b5460653f43027e7c8f40cb8b286b4fa10178b84

commit b5460653f43027e7c8f40cb8b286b4fa10178b84
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun Oct 18 16:14:35 2009 +0200

docs/upgrade: import

diff --git a/docs/index-user.txt b/docs/index-user.txt
index 01dde48..9c58f07 100644
--- a/docs/index-user.txt
+++ b/docs/index-user.txt
@@ -19,6 +19,8 @@ Index

* link:install.html[Installation]

+* link:upgrade.html[Upgrade]
+
* link:postinst.html[Post-install configuration]

* link:pacman-g2.html[Package management basics]
diff --git a/docs/index.txt b/docs/index.txt
index 3569fd6..6e06aa6 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -19,6 +19,8 @@ Documentation for users:

* link:install.html[Installation]

+* link:upgrade.html[Upgrade]
+
* link:postinst.html[Post-install configuration]

* link:pacman-g2.html[Package management basics]
diff --git a/docs/po4a.cfg b/docs/po4a.cfg
index af15cd7..07becad 100644
--- a/docs/po4a.cfg
+++ b/docs/po4a.cfg
@@ -40,3 +40,4 @@
[type: asciidoc] makepkg.txt $lang:$lang/makepkg.txt
[type: asciidoc] license.txt $lang:$lang/license.txt
[type: asciidoc] introduction.txt $lang:$lang/introduction.txt
+[type: asciidoc] upgrade.txt $lang:$lang/upgrade.txt
diff --git a/docs/upgrade.txt b/docs/upgrade.txt
new file mode 100644
index 0000000..31d8839
--- /dev/null
+++ b/docs/upgrade.txt
@@ -0,0 +1,74 @@
+= Upgrading from Frugalware 1.1 to 1.2
+
+== Preamble
+
+The aim of this howto is to show how you can upgrade a Frugalware-1.1
+(Getorin) system to Frugalware-1.2 (Locris).
+
+== pacman-g2
+
+Locris comes with an improved pacman-g2, so the first step is to
+install it:
+
+----
+# pacman-g2 -Sy pacman-g2
+-----
+
+//== Removing obsolete packages
+//
+//Some software has been marked as obsolete in Getorin. To remove them:
+//
+//----
+//# pacman-g2 -Rd pygobject-gvfs gst-plugins-bad-x264
+//----
+
+== Upgrading the system
+
+Now it's time to upgrade the system itself:
+
+----
+# pacman-g2 -Su
+----
+
+//You will be asked to replace the above packages automatically.  These
+//are normal and you are expected to answer 'Y' to these questions (or
+//just hit ENTER).
+
+After this, the list of to-be-upgraded packages is displayed. Just hit
+enter and wait. Make some tea, it can take a while. :-)
+
+//== Installing replacement packages
+//
+//In case you removed anything in section 3, now you can install the
+//replacement packages:
+//
+//----
+//# pacman-g2 -S gst-plugins-ugly-x264
+//----
+
+== Kernel-Mode Setting
+
+If you are not using an Intel or a Radeon video card (kernel module
+names: i915 and readeon), then just skip this section.
+
+KMS is enabled by default in Locris for Intel and Radeon cards.
+
+KMS stands for Kernel-Mode Setting, more
+http://kerneltrap.org/node/8242[here].
+
+If you upgrade and you just reboot, you will have a blank framebuffer,
+but once X comes up, you will have a working system. To avoid this
+situation you have to edit your `/boot/grub/menu.lst` and remove the
+`vga=791` (or similar) kernel parameter from the kernel command line.
+That way you will have a similar framebuffer as before.
+
+If you did not have a `vga=` line before (because you manually removed
+it) and now you are angry about having a framebuffer, you can add
+`i915.modeset=0` to the kernel command line and you will no longer have
+a framebuffer.
+
+== The reboot
+
+Since the kernel is upgraded, too, you have to reboot your machine.
+
+Done!
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to