diff options
author | Cecil <knoppmyth@gmail.com> | 2012-05-14 03:03:57 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-05-14 03:03:57 (GMT) |
commit | e2f93de5597f7422cd4b3dd85aeec1f6c0ae2080 (patch) | |
tree | ed30bc597efd9cafc38f2a2cddb9ce4c60d073d5 /build_tools/larch8/larch0/profiles/linhes-remote-testing-i686 | |
parent | a12460152dcebf2c342f5a3596769977453068ae (diff) | |
parent | 699a628f97e313f0b0b53d55b1ad9d6a647277cd (diff) | |
download | linhes_dev-e2f93de5597f7422cd4b3dd85aeec1f6c0ae2080.zip |
Merge branch 'testing' of git@linhes.org:linhes_dev into testing
Conflicts:
build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/addedpacks
build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/addedpacks
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-remote-testing-i686')
3 files changed, 23 insertions, 2 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/addedpacks b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/addedpacks index 62e79fc..8a8f7cf 100644 --- a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/addedpacks +++ b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/addedpacks @@ -155,6 +155,7 @@ expect curl dnsutils avahi +nss-mdns #Wireless b43-fwcutter @@ -217,7 +218,8 @@ linux-firmware larch-live mkinitcpio-busybox -windowmaker-crm-git +#windowmaker-crm-git +windowmaker xcursor-themes ceton ceton-scripts diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf index 1d2bb7f..43a275f 100755 --- a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf +++ b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf @@ -15,7 +15,7 @@ # CONSOLEMAP: found in /usr/share/kbd/consoletrans # USECOLOR: use ANSI color sequences in startup messages # -LOCALE="en_US.utf8" +LOCALE="en_US.utf-8" HARDWARECLOCK="UTC" TIMEZONE="US/Central" KEYMAP="us" diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/rootoverlay/etc/nsswitch.conf b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/rootoverlay/etc/nsswitch.conf new file mode 100644 index 0000000..2c66b68 --- /dev/null +++ b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/rootoverlay/etc/nsswitch.conf @@ -0,0 +1,19 @@ +# Begin /etc/nsswitch.conf + +passwd: files +group: files +shadow: files + +publickey: files + +hosts: files mdns4_minimal dns mdns4 +networks: files + +protocols: files +services: files +ethers: files +rpc: files + +netgroup: files + +# End /etc/nsswitch.conf |