From 791f86283d1e0567062779ae42c489ca0e0b14dc Mon Sep 17 00:00:00 2001 From: Ichiro Kawazome Date: Wed, 27 Jul 2022 13:49:50 +0900 Subject: [PATCH] [update] document file for build debian11-rootfs-vanilla.tgz.files/* --- doc/build/debian11-rootfs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/build/debian11-rootfs.md b/doc/build/debian11-rootfs.md index c8f398c..7be12f3 100644 --- a/doc/build/debian11-rootfs.md +++ b/doc/build/debian11-rootfs.md @@ -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 .. ```