bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrap
As we're checking if debootstrap is present on the host machine, we should look for it in /usr/sbin and not ./bin
This commit is contained in:
parent
576b4a70ae
commit
954d9c7c31
|
@ -32,7 +32,7 @@ Check_crossarchitectures
|
|||
|
||||
Echo_message "Begin bootstrapping system..."
|
||||
|
||||
Check_package host bin/debootstrap debootstrap
|
||||
Check_package host /usr/sbin/debootstrap debootstrap
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile "bootstrap"
|
||||
|
|
Loading…
Reference in New Issue