Difference between revisions of "Translations:Funtoo Profiles/9/en"

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
(No difference)

Revision as of 21:23, July 16, 2015

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Funtoo Profiles)
{{TableStart}}
{{2Col|Add the mix-ins {{c|gnome}} and {{c|kde}}|{{c|epro mix-ins +gnome +kde}}}}
{{2Col|Remove a mix-in, for example {{c|gnome}}|{{c|epro mix-ins -gnome}}}}
{{2Col|Change the profile arch to x86-64bit|{{c|epro arch x86-64bit}}}}
{{2Col|Change the subarch to {{c|generic_64}}|{{c|epro subarch generic_64}}}}
{{2Col|Change the system flavor|{{c|epro flavor desktop}}}}
{{2Col|Get JSON output of profile settings|{{c|epro show-json}}}}
{{2Col|Get current sub-profile setting in text form|{{c|epro get [profiletype]}}}}
{{TableEnd}}
Add the mix-ins gnome and kde
root #  epro mix-ins +gnome +kde
Remove a mix-in, for example gnome
root #  epro mix-ins -gnome
Change the profile arch to x86-64bit
root #  epro arch x86-64bit
Change the subarch to generic_64
root #  epro subarch generic_64
Change the system flavor
root #  epro flavor desktop
Get JSON output of profile settings
root #  epro show-json
Get current sub-profile setting in text form
root #  epro get [profiletype]