Omkhar Arasaratnam

Results 29 comments of Omkhar Arasaratnam

you can do so from raspi-config This article refers to Raspian, but it would be the same on this distribution: https://raspberrytips.com/keyboard-layout-on-raspberry-pi/ --oa On Fri, May 14, 2021 at 11:44 AM...

Sorry if this has already been covered elsewhere, but did we get the build scripts? I might be willing to donate some build time / participate in distro design. --oa...

hi Michael, Thanks for offering your suggestions. I'm empathetic to your busy schedule and the challenges you've expressed. I'll ensure I'm sensitive to your communication style in future. I think...

Former gentoo dev, with a ridiculous amount of RPis - would love to contribute as well!

ZFS actually peppers some signature/magic throughout the block device, simply clearing the partition table won't be enough, if the partitioning tool is smart enough to read it. I'm building a...

Here's both the Ubuntu installer as well as a log of the Clear Linux install failing. [bug-753-logs.zip](https://github.com/clearlinux/clr-installer/files/5762236/bug-753-logs.zip)

Here is what wipes reports as being present on /dev/sda (block device for clear install) [wipefs.txt](https://github.com/clearlinux/clr-installer/files/5762250/wipefs.txt)

my guess is that https://github.com/clearlinux/clr-installer/blob/master/storage/block_devices_ops.go needs to be amended to run `wipefs -a` during a destructive install against partitions before laying down the filesystem

This time I had to run `dd if=/dev/zero of=/dev/sda bs=1G` before the installer would work. `wipefs -a` was not enough.