Skip to content

Commit 791f862

Browse files
committed
[update] document file for build debian11-rootfs-vanilla.tgz.files/*
1 parent 0c4a97a commit 791f862

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/build/debian11-rootfs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,15 @@ shell$ sudo mv $PWD/$targetdir/dpkg-list.txt files/debian11-dpkg-list.txt
262262
```console
263263
shell$ cd $PWD/$targetdir
264264
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+
shell$ cd ..
265275
```
266276

0 commit comments

Comments
 (0)