diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-06-28 01:49:11 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-06-28 01:49:11 +0000 |
commit | 99ebb5db54f9f9dad8e545b6b0627ec400c925f9 (patch) | |
tree | dd55f7ebcf8cd635ba0eabc3ec02a64e939eb0b1 /profiles/default | |
parent | Explicitly set RDEPEND=DEPEND. (diff) | |
download | gentoo-2-99ebb5db54f9f9dad8e545b6b0627ec400c925f9.tar.gz gentoo-2-99ebb5db54f9f9dad8e545b6b0627ec400c925f9.tar.bz2 gentoo-2-99ebb5db54f9f9dad8e545b6b0627ec400c925f9.zip |
Added sys-apps/makedev and sys-fs/udev to packages.build for default/linux and hardened profiles.
This will allow stages to have devices and udev in sysinit runlevel - bug 368597
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/packages.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 3b7b9d6a9e11..bb021ae01b00 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.4 2011/04/09 21:28:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.5 2011/06/28 01:49:11 jmbsvicetto Exp $ # This file describes the packages needed to build a stage1 based on this # profile. Packages in this file are built in order. @@ -18,6 +18,7 @@ sys-devel/autoconf sys-devel/automake sys-devel/libtool sys-apps/baselayout +sys-apps/makedev sys-apps/coreutils sys-apps/diffutils sys-apps/file @@ -40,3 +41,4 @@ virtual/editor virtual/libc virtual/os-headers virtual/package-manager +sys-fs/udev |