mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02:00
hack(coreos-base/chromeos-base): comment out file changes that conflict
these file changes conflict with other packages. Fix them up later.
This commit is contained in:
parent
d9972cd9a7
commit
a162b17905
@ -94,7 +94,7 @@ pkg_setup() {
|
||||
|
||||
src_install() {
|
||||
insinto /etc
|
||||
doins "${FILESDIR}"/sysctl.conf || die
|
||||
#doins "${FILESDIR}"/sysctl.conf || die
|
||||
|
||||
insinto /etc/profile.d
|
||||
doins "${FILESDIR}"/xauthority.sh || die
|
||||
@ -114,7 +114,7 @@ src_install() {
|
||||
dosym mawk /usr/bin/awk || die
|
||||
|
||||
# We want dash as our main shell.
|
||||
dosym dash /bin/sh
|
||||
#dosym dash /bin/sh
|
||||
|
||||
# Avoid the wrapper and just link to the only editor we have.
|
||||
dodir /usr/libexec
|
||||
@ -122,9 +122,9 @@ src_install() {
|
||||
dosym /bin/more /usr/libexec/pager || die
|
||||
|
||||
# Install our custom ssh config settings.
|
||||
insinto /etc/ssh
|
||||
doins "${FILESDIR}"/ssh{,d}_config
|
||||
fperms 600 /etc/ssh/sshd_config
|
||||
#insinto /etc/ssh
|
||||
#doins "${FILESDIR}"/ssh{,d}_config
|
||||
#fperms 600 /etc/ssh/sshd_config
|
||||
|
||||
# Custom login shell snippets.
|
||||
insinto /etc/profile.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user