This commit is contained in:
simono41 2018-06-04 23:18:59 +02:00
parent e189ebab8d
commit 585005d678
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
/pi/
/boot/
/root/ /root/
/manjaro/ /manjaro/
/lite/ /lite/

View file

@ -12,7 +12,7 @@ read -p "Geben sie eine Festplatte an: /dev/sda : " device
name=spectre_os name=spectre_os
arch=armV7 arch=armV7
out_dir=pi out_dir=out
mkdir -p boot mkdir -p boot
mkdir -p root mkdir -p root