This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
reform-system-image
Watch
1
Star
0
Fork
2
Code
Issues
3
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
added system image to gitignore
pull/10/head
Zoé
4 months ago
parent
a9d7b140b7
commit
bc6e8bcbc3
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
reform2-imx8mq/.gitignore
+2
-0
reform2-imx8mq/mkuserland.sh
+ 1
- 0
reform2-imx8mq/.gitignore
View File
@@ -7,3 +7,4 @@ linux-5.7-rc6
linux/
target-userland/
u-boot/
reform-system.img
+ 2
- 0
reform2-imx8mq/mkuserland.sh
View File
@@ -21,6 +21,8 @@ munbind() {
set -e
[[ -e target-userland ]] && echo "WARNING: Target userland already exist" && munbind
# create debian userland
/usr/sbin/multistrap -d target-userland -f multistrap.conf
Write
Preview
Loading…
Cancel
Save