citadel icon indicating copy to clipboard operation
citadel copied to clipboard

Subgraph Citadel image builder

Results 8 citadel issues
Sort by recently updated
recently updated
newest added

This was doing all kinds of crazy things when rendered to github markdown so I've tidied it up a bit. Look at https://github.com/oholiab/citadel/blob/fix-readme/docs/howto.md to see it rendered

Investigate what Radeon extra firmware needs to be added both to initramfs and rootfs There is a [meta-amd][yocto] layer for Yocto, and Debian has [a package][debian] just for Radeon firmware....

Putting the kernel modules on the rootfs means that the rootfs can only be used with the exact same kernel version. They should be moved to the /storage partition and...

Resource Packs are ext2 formatted disk image files, similar to the rootfs image files. Rather than being written to a disk partition they are loopback mounted and contain metadata which...

A set of iptables rules need to be added to Citadel to not allow any access to the network at all from components running inside Citadel. Some exceptions will exist...

It would be nice to have an easy way to enable a writable tmpfs overlay mounted on the rootfs. This would would simply development workflow, but also it would be...

Gnome changes the timezone by sending requests over the org.freedesktop.timedate1 dbus interface which is implemented by systemd-timedated. systemd-timedated reads and changes the timezone by expecting a symlink `/etc/localtime` to exist...

As the root filesystem in Citadel is read-only, the password file also cannot be changed. If the password file was made mutable with a bind mount or by symlinking into...