Quellcode durchsuchen

fixed wrong path in chroot

Toastie vor 2 Jahren
Ursprung
Commit
bdef36b158
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      bootrap-bullseye.sh

+ 1 - 1
bootrap-bullseye.sh

@@ -95,7 +95,7 @@ mkdir -p $mnt/installer
 cp $(dirname `realpath $0`)/*.sh $mnt/installer
 
 # Run script in chroot
-chroot $mnt /bin/bash $mnt/installer/bootrap-bullseye.sh install2
+chroot $mnt /bin/bash /installer/bootrap-bullseye.sh install2
 
 # Install bootloader
 $0 bootloader