This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ # cat /etc/config/network | |
config globals 'globals' | |
option ula_prefix 'fd05:960e:9254::/48' | |
config switch | |
option name 'switch0' | |
option reset '1' | |
option enable_vlan '1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07:25:55 justin@justin-14z:~/src/CM/android/system$ breakfast moto_msm8960 | |
including vendor/cm/vendorsetup.sh | |
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/motorola/moto_msm8960/cm.mk]]: "vendor/motorola/moto_msm8960/moto_msm8960-vendor.mk" does not exist. Stop. | |
Device moto_msm8960 not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod). | |
Found repository: android_device_motorola_moto_msm8960 | |
Default revision: cm-11.0 | |
Checking branch info | |
CyanogenMod/android_device_motorola_moto_msm8960 already exists | |
Syncing repository to retrieve project. | |
Fetching project CyanogenMod/android_device_motorola_moto_msm8960 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----> utils/abilities.cfg | |
#define ABILITY_ARCANE_ENSLAVEMENT | |
[dummy] | |
id=arcane enslavement | |
name= _ "arcane enslavement" | |
female_name= _ "arcane enslavement" | |
#ifver WESNOTH_VERSION >= 1.11.2 | |
description= _ "This unit has the highly special power to enslave anyone who attacks them using magic or magical weapons. The enslavement is permanent for the life of the Master. Should this unit die, it's slaves will become their old selves, which just might be dangerous." | |
#else | |
description= _ "Arcane enslavement: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#textdomain wesnoth-loti | |
# "plague" | |
#define WEAPON_SPECIAL_PLAGUE_TYPE_LOTI TYPE LANGUAGE_TYPE | |
[plague] | |
id=plague({TYPE}) | |
name= _ "plague ("+{LANGUAGE_TYPE}+_")" | |
description= _ "Plague: | |
When a unit is killed by a Plague attack, that unit is replaced with a unit identical to and on the same side as the unit with the Plague attack. This doesn’t work on Undead or units in villages." | |
#ifver WESNOTH_VERSION >= 1.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config globals 'globals' | |
option ula_prefix 'fd05:960e:9254::/48' | |
config switch | |
option name 'switch0' | |
option reset '1' | |
option enable_vlan '1' | |
config switch_vlan | |
option device ' switch0' | |
option vlan '1' | |
option ports '0t 2 3 4 5 6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# DO NOT EDIT THIS FILE | |
# | |
# It is automatically generated by grub-mkconfig using templates | |
# from /etc/grub.d and settings from /etc/default/grub | |
# | |
### BEGIN /etc/grub.d/00_header ### | |
insmod part_gpt | |
insmod part_msdos |
OlderNewer