-
Story
-
Resolution: Obsolete
-
High
-
None
-
None
-
None
7.5. Creating initdata
Convert the initdata.toml file to a gzipped Base64-encoded string in a text file by running the following command:
$ base64 -w0 initdata.toml > initdata.txt
$ cat initdata.toml | gzip | base64 -w0 > initdata.txt