Create hard disk images (x86 and ARM)Plop Linux Release ToolsDownload the ploplinux-src-24.2.tar.gz archive. Contents: create-core-sqfs/ create-opt-sqfs/ hd-images/ <- Create the hard disk images initramfs/ release-desktop/ release-live/ You find the scripts to create hard disk images in the hd-images/ directory. Create the imageRun sh 10_create-img to create the image file. The image size can be set in the 10_create-img script. It's set to 10 GB. The script creates one linux partition in the image file. The partition of the image file will be mounted to the ./mnt/ directory. Copy/Extract the Plop Linux files to the ./mnt/ directory.
For a x86 image: Run 20_x86_lilo.conf to replace the lilo.conf on the image to boot from IDE. Needed to make the image bootable. Run 90_umount to unmount the image file. Make the x86 image bootableUse QEMU and plopkexec to make the image bootable. Boot the image with qemu -hda ploplinux.img -kernel plopkexec Make the MBR bootable lilo -M /dev/hda Install LILO with the command lilo Shutdown the virtual machine init 0 Done Test the x86 imageBoot the hard disk image with qemu -hda ploplinux.img -m 512 Note: -m 512 is used to allocate 512 MB RAM for the virtual machine. You can allocate more. Example: -m 1024. Test the ARM imageSee here.
© 2024 by
Elmar Hanlhofer |