This file contains hidden or 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
#!/bin/bash | |
KVER=$(readlink /usr/src/linux | sed "s/^linux-//g") | |
echo "Creating initrd for kernel version ${KVER}..." | |
FIRMWARE="" | |
for i in $(find /lib/firmware -type f) | |
do |
This file contains hidden or 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
# These settings were set by the metro build script that automatically built this stage. | |
# Please consult /etc/make.conf.example for a more detailed example. | |
ACCEPT_KEYWORDS="~amd64" | |
#ACCEPT_KEYWORDS="" | |
CHOST="x86_64-pc-linux-gnu" | |
CFLAGS="-march=core2 -O2 -pipe" | |
CXXFLAGS="${CFLAGS}" | |
FEATURES="fixlafiles mini-manifest parallel-fetch -test -stricter" | |
#metadata-transfer |
This file contains hidden or 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
# | |
# Filters | |
# | |
filter disks { | |
optical = false | |
partition_table = false | |
usage = filesystem | |
} |
This file contains hidden or 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
# Version | |
version=1 | |
# Component Font Mappings | |
allfonts.droid=-droid-sans-serif-medium-r-normal--*-%d-*-*-p-*-iso10646-1 | |
#allfonts.chinese-cn-iso10646=-arphic-ar-pl-uming-cn-light-r-normal--*-%d-*-*-c-*-iso10646-1 | |
#allfonts.chinese-tw-iso10646=-arphic-ar-pl-uming-tw-light-r-normal--*-%d-*-*-c-*-iso10646-1 | |
#allfonts.chinese-hk-iso10646=-arphic-ar-pl-uming-hk-light-r-normal--*-%d-*-*-c-*-iso10646-1 |
NewerOlder