> For the complete documentation index, see [llms.txt](https://wiki.switchroot.org/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.switchroot.org/wiki/linux/miscellaneous-informations.md).

# Miscellaneous informations

### Manually creating paritions for Linux

During the partition creation for creating a linux partition you must:

* Set the `partition name` as `l4t`
* Format the partition as ext4
* \[optional but recommended] `partition label` should be given in the form `SWR-XXX` but flashing disk images directly to it using Hekate or DD will override it.

### Rebuilding boot.scr

You can retrieve the current boot.scr for your current OS then remove the header, change the extension to .txt then run:\
`mkimage -A arm64 -T script -d boot.txt boot.scr`
