Skip to content

Commit

Permalink
[update] document file for build debian11-rootfs-vanilla.tgz.files/*
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Jul 27, 2022
1 parent 0c4a97a commit 791f862
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/build/debian11-rootfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,15 @@ shell$ sudo mv $PWD/$targetdir/dpkg-list.txt files/debian11-dpkg-list.txt
```console
shell$ cd $PWD/$targetdir
shell$ sudo tar cfz ../debian11-rootfs-vanilla.tgz *
shell$ cd ..
```

## Build debian11-rootfs-vanilla.tgz.files

```consle
shell$ mkdir debian11-rootfs-vanilla.tgz.files
shell$ cd debian11-rootfs-vanilla.tgz.files
shell$ split -d --bytes=40M ../debian11-rootfs-vanilla.tgz
shell$ cd ..
```

0 comments on commit 791f862

Please sign in to comment.