Simon Fowler
Simon Fowler
The mknb command builds a new initrd file from the filesystem under `/opt/xcat/share/xcat/netboot/genesis//fs` and creates netboot config files under `/tftpboot/xcat/xnba/nets/` and `/tftpboot/pxelinux.cfg/` to support booting nodes using the newly created...
This captures the '*.conf' extension, using the '#' line comment format which is extremely common (though not universal). The test data passes with the new config rule, but fails because...
This really can't be claimed by a single language, unless it's an attempt at a "generic" config file format. This should resolve issue #1000 (as reported by myself).
I'm not sure what the correct way to handle *.conf files is, but it seems unlikely that assigning them all to the Bitbake language is the appropriate choice. This rule...
The current python filetype module treats a single empty comment line (typically created by hitting enter twice while in a block comment) as the end of the block comment, deleting...
### Version of Kakoune v2023.08.05-290-ge9bd7083 ### Reproducer Enter the following in a filetype=python buffer: ```python # this is a paragraph # ``` Go to the end of the last line,...