Skip to content
Snippets Groups Projects
Commit bc6e8bcb authored by Zoé Bőle's avatar Zoé Bőle
Browse files

added system image to gitignore

parent a9d7b140
Branches
Tags
No related merge requests found
...@@ -7,3 +7,4 @@ linux-5.7-rc6 ...@@ -7,3 +7,4 @@ linux-5.7-rc6
linux/ linux/
target-userland/ target-userland/
u-boot/ u-boot/
reform-system.img
...@@ -21,6 +21,8 @@ munbind() { ...@@ -21,6 +21,8 @@ munbind() {
set -e set -e
[[ -e target-userland ]] && echo "WARNING: Target userland already exist" && munbind
# create debian userland # create debian userland
/usr/sbin/multistrap -d target-userland -f multistrap.conf /usr/sbin/multistrap -d target-userland -f multistrap.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment