optimierungen
This commit is contained in:
parent
48310afa4d
commit
a5477c4f2e
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ fdisk -l
|
||||||
read -p "Geben sie eine Festplatte an: /dev/sda : " device
|
read -p "Geben sie eine Festplatte an: /dev/sda : " device
|
||||||
[[ -z "${device}" ]] && device=/dev/sda
|
[[ -z "${device}" ]] && device=/dev/sda
|
||||||
|
|
||||||
name=simon_os
|
name=spectre_os
|
||||||
arch=armV7
|
arch=armV7
|
||||||
out_dir=out
|
out_dir=pi
|
||||||
|
|
||||||
mkdir -p boot
|
mkdir -p boot
|
||||||
mkdir -p root
|
mkdir -p root
|
||||||
|
|
Loading…
Reference in a new issue