Dilyn Corner

Results 60 comments of Dilyn Corner

Additionally, the `ln` and `cp` in the `Makefile`'s `install:` target should use `-f` to avoid file collision problems: ``` {snip} :: mkdir -p /root/parts/grub/install/meta :: ln gadget-amd64.yaml gadget.yaml :: ln:...

I'm almost certain this is a "problem" with the patch we're using; it doesn't patch `perl` out of EVERY kernel config option. I've run into this with some things I've...

Snap provenance and names is covered [here](https://snapcraft.io/docs/registering-your-app-name) already, specifically... > Do not prefix or suffix the name, for instance with your username or “-snap.” > Ultimately, each name should be...

Ha. That's Very Funny:tm:. Agreed on the discoverability side; Graham Morrison and I have been working on these problems for quite some time. Perhaps @medubelko has some idea of a...

1) What is the difference between `initrd-modules` and `initrd-configured-modules`? It seems like they basically collapse into each other; why don't I want a module in the initrd NOT to autoload?...

re: 3 in my last comment, this issue is relevant: https://github.com/canonical/craft-archives/issues/104 I would argue that this PR shouldn't be merged until that problem has been figured out.

> ``` > :: + chroot /root/parts/initrd/src/uc-initramfs-build-root /bin/bash -c 'apt-get update' > :: chroot: failed to run command ‘/bin/bash’: Exec format error > :: + _clean_chroot /root/parts/initrd/src/uc-initramfs-build-root > ``` Are...

Some extra digging was done into LXD behavior here to @KDegeling's point and some work is still outstanding to make this work optimally: https://github.com/canonical/lxd/pull/16658 This should make its way into...

Curiously, `{SNAP,}CRAFT_PROJECT_GRADE` is never replaced.

Has something changed in recent times since this report? I'm attempting to use my reproducer case right now (parallel install of snapcraft 7.x as `snapcraft_7`) and I can't seem to...