The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Upgrade Instructions/1.3-release"
Line 19: | Line 19: | ||
# ##i##ego sync | # ##i##ego sync | ||
}} | }} | ||
=== Optionally Remove Xorg-Server === | |||
1.3-release contains a completely reworked xorg-server, and as such, it is best to ''remove'' your old xorg-server prior to updating: | |||
{{console|body= | |||
# ##i##emerge -C xorg-server | |||
}} | |||
=== Update World === | |||
Now, proceed to perform a system upgrade followed by a world upgrade: | |||
{{console|body= | |||
# ##i##emerge -auDN @system | |||
# ##i##emerge -auDN @world | |||
}} | |||
{{Warning|Upgrading to 1.3 will remove any 32-bit compatibility on your system, as we have deprecated multilib support! Please be aware of this before starting the upgrade process.}} | |||
</translate> | </translate> | ||
[[Category:Official Documentation]] | |||
[[Category:Upgrade Instructions]] |
Revision as of 18:42, December 4, 2018
The goal of these instructions is to provide Funtoo Linux users with a reliable, consistent set of instructions for upgrading Funtoo Linux from 1.2 to 1.3. Please assist in ensuring that these instructions are complete and guide users through any potential complications. Since this is a wiki, make changes to the page that are needed to make these instructions 100% reliable. Thank you!
Set Release and Sync
In /etc/ego.conf
, set the release to 1.3:
/etc/ego.conf
[global]
release = 1.3
Then, run ego sync
:
root # ego sync
Optionally Remove Xorg-Server
1.3-release contains a completely reworked xorg-server, and as such, it is best to remove your old xorg-server prior to updating:
root # emerge -C xorg-server
Update World
Now, proceed to perform a system upgrade followed by a world upgrade:
root # emerge -auDN @system root # emerge -auDN @world
Upgrading to 1.3 will remove any 32-bit compatibility on your system, as we have deprecated multilib support! Please be aware of this before starting the upgrade process.