每次有一个新的Linux映像后,apt upgrade更新-grub运行并扫描整个驱动器的Linux映像。它还扫描所有ZFS快照。一段时间后,它会在升级期间产生巨大的控制台输出,其中包含日志,如:
[...]
cannot open 'bpool/BOOT/ubuntu@install': dataset does not exist
Found linux image: vmlinuz-4.15.0-23-generic in rpool/ROOT/ubuntu@install
Found initrd image: initrd.img-4.15.0-23-generic
我在一台x86_64-linux-gnu机器上,试图使用自动工具从源代码中构建一个来自arm-linux-gnueabihf (Raspberry Pi3)的快照。
我成功地构建了快照,但是在上传到商店之后,它总是说支持的体系结构是:
支持的体系结构amd64
我的snapcraft.yaml看起来是这样的:
name: hellocsnap
version: '1.17'
summary: Hello World snap written in C
description: This snap says hello and adds 2 numbers.
grade: s
上周成功构建后,用新版本重新构建软件包--本周我遇到了一些问题:
The GLIBC version of the targeted core is 2.23.
A newer libc will be required for the following files:
- ... /prime/lib/x86_64-linux-gnu/libexpat.so.1.6.7 (requires GLIBC 2.25)
- ... /prime/lib/x86_64-linux-gnu/libfdisk.so.1.1.0 (requires GLIBC 2.25)
- ... /prime/us