1
0
forked from brl/citadel
Commit Graph

31 Commits

Author SHA1 Message Date
Bruce Leidl
a3405cb9fb Kernel update to 5.10.11 2021-01-29 23:11:33 -05:00
Bruce Leidl
2054d50ef0 Kernel upgrade to 5.10.1 2020-12-15 00:35:18 -05:00
Bruce Leidl
7faf0ce39e Citadel documentation system 2020-12-07 17:24:22 -05:00
Bruce Leidl
5b8c330cb7 generate kernel.id in a more reliable way
The kernel id is a sha256sum that is embedded in the kernel image header
and also in the initramfs (in /etc/initrd-release). It exists so that
when resource images are being located during boot, the compatibility of
the citadel kernel image can be matched with the currently booting
kernel. This ensures that the correct set of modules will be mounted.

The kernel id had previously been calculated from the sha256sum of the
kernel binary before attaching the initramfs, but the sequence of steps
performed by poky when building a kernel changed and caused this method
to fail.

Now the sha256sum is calculated from the 'defconfig' file in the recipe
directory instead. This should work equally as well to uniquely identify
a kernel instance.
2020-11-30 10:10:56 -05:00
Bruce Leidl
2171419434 kernel 5.9.3 2020-11-04 14:15:08 -05:00
Bruce Leidl
856c3bd665 add /usr/lib/firmware/regulatory.db to extra.img for wifi config 2020-11-03 15:07:11 -05:00
Bruce Leidl
ed2e262a68 Separate citadel.live and citadel.install boot modes 2020-11-03 08:25:01 -05:00
Bruce Leidl
81881fc1c2 Remove Adapta theme since it's totally broken now 2020-08-05 19:39:00 -04:00
Bruce Leidl
607dbe7fd2 upgrade kernel to 5.7.8 2020-08-05 19:39:00 -04:00
1bbbe3ebbc Mega update of poky, kernel, Gnome 3.36 2020-08-05 19:39:00 -04:00
Bruce Leidl
1e74e78d6c include kernel version in bzImage filenames 2019-08-21 00:49:39 -04:00
Bruce Leidl
242acb0cd3 upgrade kernel to 5.2.9 2019-08-21 00:49:39 -04:00
xSmurf
5beb52a4df Moving to sudo, and pwdfile with plymouth set screen for live and install modes. 2019-07-06 17:53:00 -04:00
Bruce Leidl
21bb9b2db5 add intel_iommu=off to live/install kernel command line 2019-04-14 12:45:05 -04:00
Bruce Leidl
ac1f7db885 upgrade kernel to 5.0.6 2019-04-06 16:11:58 -04:00
Bruce Leidl
b72349c2a6 copy files from /usr/share/factory/skel not /etc/skel 2019-04-02 15:46:54 -04:00
Bruce Leidl
d5aa3b5d6a add base16-vim files to this image 2019-04-02 15:45:34 -04:00
Bruce Leidl
a983d8dda1 added recipe for base-realmfs image 2019-04-02 15:45:15 -04:00
Bruce Leidl
8ff96d55cb add a bit more extra space 2019-01-15 12:14:00 -05:00
Bruce Leidl
923733e2dd remove unused file, change shell theme to Adapta-Eta 2019-01-15 12:13:12 -05:00
Bruce Leidl
f377efaad3 update KERNEL_VERSION and remove unused shell function 2019-01-15 12:12:30 -05:00
Bruce Leidl
98f160e5e6 Need citadel-kernel to be deployed before writing rootfs 2019-01-15 12:11:27 -05:00
Bruce Leidl
ab98492061 rename citadel-modules-image to citadel-kernel-image
...and add some metadata
2019-01-06 18:20:41 -05:00
Bruce Leidl
caf17ee1c5 append variables to /etc/os-release 2019-01-05 22:39:42 -05:00
Bruce Leidl
f8a785e687 add kernel image to modules resource image rootfs 2019-01-05 22:39:42 -05:00
Bruce Leidl
73ce3a4bb0 enable signature verification, add citadel.conf boot conf to livedisk 2019-01-05 22:39:42 -05:00
Bruce Leidl
30f15ddde2 Move symlink creation out of citadel-config package.
Gnome icon cache generation was following these symlinks
to real filesystem. Moved to a postprocess handler in
the image recipe so they get created later.
2019-01-02 13:26:01 -05:00
Bruce Leidl
75fb6defc1 Put all firmware into extra-image rather than a hand picked set 2019-01-01 15:23:13 -05:00
Bruce Leidl
cbaad85617 New set of images: rootfs, modules, extra 2018-12-31 18:37:43 -05:00
Bruce Leidl
572cd62b69 Fix .dotfiles 2018-03-27 23:29:10 -04:00
Bruce Leidl
5ff3c559a4 step one of reorganizing meta-citadel
recipes-citadel is for things other than recipes to package software
2018-03-27 18:38:34 -04:00