[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configure your PC to contribute to Debian community



On Fri, May 10, 2019 at 3:25 AM Jeremy Stanley wrote:

> That said, if you're looking to have a Linux VM on a Linux host, UML
> probably still works.

It does still work, here is a quick way to get a busybox shell and nothing else:

sudo apt install user-mode-linux
apt download busybox-static
dpkg-deb -x busybox-static*.deb rootfs
ln -s busybox rootfs/bin/sh
linux.uml root=/dev/root rootflags=`pwd`/rootfs/ rootfstype=hostfs

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


Reply to: