diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/package.use deleted file mode 120000 index 8df9670870..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/package.use +++ /dev/null @@ -1 +0,0 @@ -../package.use \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/parent deleted file mode 100644 index bc2444a117..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/parent +++ /dev/null @@ -1,3 +0,0 @@ -../.. -../../../../../../arch/amd64/x32 -../../../../../../targets/chromeos diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/use.force b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/use.force deleted file mode 120000 index d2b6937a70..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/coreos/x32/use.force +++ /dev/null @@ -1 +0,0 @@ -../use.force \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/desktop/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/desktop/parent deleted file mode 100644 index ad6c5e126f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/desktop/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/desktop diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/developer/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/developer/parent deleted file mode 100644 index 4c893748ce..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/developer/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/developer diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/server/parent b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/server/parent deleted file mode 100644 index c39901657c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/server/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/server diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/server/profile.bashrc b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/server/profile.bashrc deleted file mode 100644 index 0afc2fa813..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/amd64/10.0/server/profile.bashrc +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/10.0/server/profile.bashrc,v 1.1 2009/08/06 06:33:39 ssuominen Exp $ - -if [[ "${EBUILD_PHASE}" == "setup" ]] -then - if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]] - then - ewarn "This profile has not been tested thoroughly and is not considered to be" - ewarn "a supported server profile at this time. For a supported server" - ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)." - echo - ewarn "This profile is merely a convenience for people who require a more" - ewarn "minimal profile, yet are unable to use hardened due to restrictions in" - ewarn "the software being used on the server. This profile should also be used" - ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this" - ewarn "applies to you, then it doesn't and you should probably be using" - ewarn "Hardened, instead." - echo - fi -fi