Update: Updated the descriptions of the a few modules

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-11-15 12:01:16 +09:00
parent 4d21b986f9
commit 6fbf2092d1
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* *
* License: SPDX-License-Identifier: GPL-3.0-or-later * License: SPDX-License-Identifier: GPL-3.0-or-later
* *
* Build the ISOs for the the system * Build the ISOs for the system to be deployed
""" """
import os import os
from pathlib import Path from pathlib import Path

View File

@ -4,8 +4,8 @@
* License: SPDX-License-Identifier: GPL-3.0-or-later * License: SPDX-License-Identifier: GPL-3.0-or-later
* *
* Set the infrastructure for bubbles to begin the ISO build * Set the infrastructure for bubbles to begin the ISO build
* This copied needed confog files to the binary and chroot * This copies needed config files to the binary and chroot
* locations, based o the build base and architecture * locations, based on the build base and architecture
""" """
import os import os
import collections import collections