optimierungen

This commit is contained in:
simono41 2018-06-04 21:58:56 +02:00
parent 48310afa4d
commit a5477c4f2e

View file

@ -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