R0bur
Crew Member
 
Posts: 113
Likes: 81
|
Post by R0bur on Jul 31, 2020 18:48:57 GMT
Hello!
The size of the operating system distribution image has matter for the legacy systems. Some old PCs and laptops have not DVD but only CD drive and cannot USB boot.
There is a simple way to reduce the size of "bodhi-5.1.0-legacy.iso" (747 Mb) to fit the CD capacity (700 Mb). The way is to exclude from the rootfs "/casper/filesystem.squashfs" two files:
- boot/vmlinuz-4.9.0-6-686 - boot/initrd.img-4.9.9-6-686
The Bodhi installer is smart enough to use kernel and initrd from "/casper/vmlinuz" and "/casper/initrd.lz" respectively.
I use the command to recreate rootfs:
# mksquashfs squashfs-root /isoimage/casper/filesystem.squashfs \ -b 1024k -comp xz -Xbcj x86 \ -e boot/vmlinuz-4.9.0-6-686 \ -e boot/initrd.img-4.9.0-6-686
This reduces the size of resulting ISO image to 687 Mb.
My suggestion is to create a CD-size image and place it to the distribution site for everyone.
Thank you.
|
|
|
Post by thewaiter on Jul 31, 2020 19:39:54 GMT
Great suggestion, thanx. I will point this thread to Ylee, the distro main developer...
Stefan
|
|
|
Post by Hippytaff on Jul 31, 2020 20:31:08 GMT
Hi R0bur, Welcome to the forums.
That is a good very good suggestion, thanks for sharing how it can be achieved also. I agree, if bodhi has old hardware as one of its ideologies, then CD size ISO’s should be considered.
Thanks again for your input!
|
|
R0bur
Crew Member
 
Posts: 113
Likes: 81
|
Post by R0bur on Aug 1, 2020 16:37:30 GMT
Thanks to the Bodhi developers for the modern system that is installable and usable on the 384 Mb RAM computers.
|
|