How is this licensed under MIT and not GPL if it's a distro built on existing Linux code that's GPL-ed?
A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
11–20 of 123 posts
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#12It seems almost inevitable that Windows will eventually become a Linux distro. Microsoft could replace incredibly resilient cruft like NTFS with EXT4 or ZFS and the registry with human readable configuration files. On the other hand, they could replace Bash with PowerShell and hopefully pressure various orgs to adopt some sensible subset of configuration formats.
I love the idea of windows registry though, I hope it stays. With linux, i have to to poke around the file system or google "package X config location" and many programs have their own idiosyncratic rules around which config paths take precedence over others. Windows registry as implemented is not the best, but the idea of something like a central sqlite db for config is great.
With separate files, the ability to download and replace them individually is a big win. Also, I can use terminal tools on them which is great for automation.
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#13How is this licensed under MIT and not GPL if it's a distro built on existing Linux code that's GPL-ed?
The bulk of this repo are spec files which define dependencies and how to build/incoporate, and call out dependency licenses.
The actual output of this build would still have all the proper GPL goodness intact.
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#14Earlier quoted context omitted.
I'm not so sure. Windows driver model is vastly different than Linux. Linux drivers have to be compiled for every kernel release. Windows drivers that are more than a decade old can still be installed and work correctly.
DKMS and driver segmentation enables 10 year old drivers to mostly still work on Linux too.
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#15Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#16It seems almost inevitable that Windows will eventually become a Linux distro. Microsoft could replace incredibly resilient cruft like NTFS with EXT4 or ZFS and the registry with human readable configuration files. On the other hand, they could replace Bash with PowerShell and hopefully pressure various orgs to adopt some sensible subset of configuration formats.
I understand a lot of the benefits of ZFS and Powershell. But whats wrong with NTFS? Can you talk a little about the relative strengths of NTFS vs EXT4?
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#17It seems almost inevitable that Windows will eventually become a Linux distro. Microsoft could replace incredibly resilient cruft like NTFS with EXT4 or ZFS and the registry with human readable configuration files. On the other hand, they could replace Bash with PowerShell and hopefully pressure various orgs to adopt some sensible subset of configuration formats.
I love the idea of windows registry though, I hope it stays. With linux, i have to to poke around the file system or google "package X config location" and many programs have their own idiosyncratic rules around which config paths take precedence over others. Windows registry as implemented is not the best, but the idea of something like a central sqlite db for config is great.
The place where programs put their config in Windows Registry is as if not more idiosyncratic.
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#18Earlier quoted context omitted.
I love the idea of windows registry though, I hope it stays. With linux, i have to to poke around the file system or google "package X config location" and many programs have their own idiosyncratic rules around which config paths take precedence over others. Windows registry as implemented is not the best, but the idea of something like a central sqlite db for config is great.
Certainly not for me. Registry was one of the worst parts of the Windows experience for me; but I understand it can be subjective. With separate files, the ability to download and replace them individually is a big win. Also, I can use terminal tools on them which is great for automation.
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#19Earlier quoted context omitted.
I love the idea of windows registry though, I hope it stays. With linux, i have to to poke around the file system or google "package X config location" and many programs have their own idiosyncratic rules around which config paths take precedence over others. Windows registry as implemented is not the best, but the idea of something like a central sqlite db for config is great.
Certainly not for me. Registry was one of the worst parts of the Windows experience for me; but I understand it can be subjective. With separate files, the ability to download and replace them individually is a big win. Also, I can use terminal tools on them which is great for automation.
Re: A Look into CBL-Mariner, Microsoft’s Internal Linux Distribution
#20It's neat to see this! But somehow, an RPM based distro, that solely documents its instructions for Ubuntu feels very something.