First page Back Continue Last page Overview Graphics
How – Running UML
Run via command line:
- linux mem=128m ubd0=roots_fs ubd1=swap_fs \ eth0=tuntap,,,192.168.0.254
Command Line args:
- mem= amount of memory to allocate
- ubdN= disks in the guest, show up as /dev/ubd/N
- eth0= magic to give guest networking through the private network on eth0
This boots up a working, virtual linux system
Run these commands on the guest to set up networking:
- ifconfig eth0 192.168.0.1 up
- route add default gw 192.168.0.254
Notes: