Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Create a file-system for LUKS-encrypted Btrfs with automatic dependencies.
DEVICE: mapped device target (e.g., "root") MOUNT-POINT: where to mount FLAGS: mount flags (default: '()) OPTIONS: mount options string, overrides SUBVOL and COMPRESS (default: #f) SUBVOL: btrfs subvolume name (default: #f) COMPRESS: #f (no), #t (zstd), "algo", or '(value force) (default: #f) MAPPED-DEVICES: list of mapped-device records for dependencies (default: '())
Return the inputs for NAME.
Return a G-expression of a procedure for installing GRUB on a UEFI system. If EFI32? is #t, then a 32-bit target will be used. If REMOVABLE? is #t, GRUB will be installed for Removable Media Boot.