mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Cleanup the filesystem at end of bootstrap
This commit is contained in:
parent
8d9981772a
commit
7f967fe2dc
2 changed files with 8 additions and 0 deletions
7
steps/improve/cleanup_filesystem.sh
Executable file
7
steps/improve/cleanup_filesystem.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
rm -rf /external/repo-preseeded
|
||||
rm -rf /steps/*/build
|
||||
rm -rf /steps/*/src
|
||||
Loading…
Add table
Add a link
Reference in a new issue