qemunet:tinycore
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
qemunet:tinycore [2016/09/14 07:38] – orel | qemunet:tinycore [2016/09/14 08:01] (current) – removed orel | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== How to install a TinyCore Linux System for QemuNet? ====== | ||
- | |||
- | TinyCore (http:// | ||
- | |||
- | <code bash> | ||
- | # download iso | ||
- | wget http:// | ||
- | |||
- | # create a disk image for your VM (100M) | ||
- | qemu-img create core.img 100M | ||
- | |||
- | # boot system from cdrom | ||
- | qemu-system-x86_64 -enable-kvm -hda core.img -cdrom Core-current.iso -boot d -m 256 | ||
- | </ | ||
- | |||
- | Once the Core system is loaded from cdrom, you can follow this [[http:// | ||
- | |||
- | <code bash> | ||
- | tce-load -wi tc-install | ||
- | sudo / | ||
- | </ | ||
- | |||
- | Then, follow instructions and select: | ||
- | * install from CDROM | ||
- | * frugal hard drive installation | ||
- | * on the whole disk (sda) | ||
- | * install boot loader (yes) | ||
- | * formatting in ext4 | ||
- | |||
- | Now you can halt the system and restart it from the disk image: | ||
- | |||
- | <code bash> | ||
- | # boot system from disk | ||
- | qemu-system-x86_64 -enable-kvm -hda core.img -m 256 | ||
- | |||
- | # install azerty/fr keyboard | ||
- | tce-load -wi kmaps | ||
- | sudo loadkmap < / | ||
- | |||
- | # install text editor (nano) | ||
- | tce-load -wi nano | ||
- | </ | ||
- | |||
- | To set azerty/fr keyboard permanently, | ||
qemunet/tinycore.1473838683.txt.gz · Last modified: 2024/03/18 15:05 (external edit)