Update: Updated the descriptions of the a few modules
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
4d21b986f9
commit
6fbf2092d1
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue