Browse Source

fixed wrong path in chroot

Toastie 1 year ago
parent
commit
bdef36b158
1 changed files with 1 additions and 1 deletions
  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