We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4a97a commit 791f862Copy full SHA for 791f862
doc/build/debian11-rootfs.md
@@ -262,5 +262,15 @@ shell$ sudo mv $PWD/$targetdir/dpkg-list.txt files/debian11-dpkg-list.txt
262
```console
263
shell$ cd $PWD/$targetdir
264
shell$ sudo tar cfz ../debian11-rootfs-vanilla.tgz *
265
+shell$ cd ..
266
+```
267
+
268
+## Build debian11-rootfs-vanilla.tgz.files
269
270
+```consle
271
+shell$ mkdir debian11-rootfs-vanilla.tgz.files
272
+shell$ cd debian11-rootfs-vanilla.tgz.files
273
+shell$ split -d --bytes=40M ../debian11-rootfs-vanilla.tgz
274
275
```
276
0 commit comments