Re: UML doesn't compile in 2.6.21

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Rob Landley
Date: Wednesday, May 16, 2007 - 6:11 pm

On Wednesday 16 May 2007 6:49 pm, Robert Schwebel wrote:
the

2.6.21.1 built for me:

tar xvjf linux-2.6.21.1.tar.bz2 &&
cd linux-2.6.21.1 &&
cat > mini.conf << EOF
CONFIG_MODE_SKAS=y
CONFIG_BINFMT_ELF=y
CONFIG_HOSTFS=y
CONFIG_SYSCTL=y
CONFIG_STDERR_CONSOLE=y
CONFIG_UNIX98_PTYS=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_LBD=y
CONFIG_EXT2_FS=y
CONFIG_PROC_FS=y
EOF
make ARCH=um allnoconfig KCONFIG_ALLCONFIG=mini.conf &&
make ARCH=um &&
./linux rootfstype=hostfs rw init=/bin/sh

Does this not work for you?

Rob
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
UML doesn't compile in 2.6.21, Robert Schwebel, (Wed May 16, 3:49 pm)
Re: UML doesn't compile in 2.6.21, Rob Landley, (Wed May 16, 6:11 pm)
Re: UML doesn't compile in 2.6.21, Robert Schwebel, (Thu May 17, 2:05 pm)
Re: UML doesn't compile in 2.6.21, Robert Schwebel, (Thu May 17, 2:12 pm)
Re: UML doesn't compile in 2.6.21, Rob Landley, (Fri May 18, 12:25 am)
Re: UML doesn't compile in 2.6.21, Jeff Dike, (Mon May 21, 2:03 pm)