Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: as on December 30, 2015, 07:36:13 PM

Title: - virtio_scsi is coming in TinyCore 7 - any chance it can be added to version 6?
Post by: as on December 30, 2015, 07:36:13 PM
This post says http://forum.tinycorelinux.net/index.php/topic,18967.msg116397.html#msg116397 that version 7 will:

- virtio_scsi to =y in 64-bit

Is there any chance this can be included in the next point release of version 6?  It would be really great if it was built into the release version so TinyCore can run on cloud hosts.

thanks!
Title: Re: - virtio_scsi is coming in TinyCore 7 - any chance it can be added to version 6?
Post by: curaga on December 31, 2015, 02:06:20 AM
We generally don't change kernels mid-release, barring serious bugs.

It's fairly easy to remaster that driver into the initrd, or you can add them in an additional initrd. Instructions are in the wiki.

Edit: this also isn't needed on the 32-bit edition of 6.x.
Title: Re: - virtio_scsi is coming in TinyCore 7 - any chance it can be added to version 6?
Post by: as on December 31, 2015, 09:16:10 PM
Why not needed on 32 bit version?
Title: Re: - virtio_scsi is coming in TinyCore 7 - any chance it can be added to version 6?
Post by: curaga on January 01, 2016, 12:49:31 AM
It was already =y on 32-bit, missing it on 64-bit was an oversight.