From: Paul Hänsch Date: Sat, 9 Mar 2019 23:36:53 +0000 (+0100) Subject: make busybox tools available in default $PATH X-Git-Url: http://git.plutz.net/?p=rpi_small;a=commitdiff_plain;h=bf1687b229f4434fd6e775d6ae65913fb8cf7215 make busybox tools available in default $PATH --- diff --git a/Makefile b/Makefile index 5d4e7f0..58c32d9 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ config.mk: config.example cp -n "$<" "$@" include config.mk -.PHONY: imgfile imgmount root_copy norecommends apt_keys wifi_cfg ssh_key +.PHONY: imgfile imgmount root_copy norecommends apt_keys wifi_cfg ssh_key busybox export SOURCES export WIFI_CFG @@ -96,18 +96,22 @@ root_copy: imgmount raspi_root/ files/ id_rsa.pub: ssh-keygen -b 2048 -t rsa -N '' -f id_rsa -ssh_key: imgmount id_rsa.pub +ssh_key: imgmount root_copy id_rsa.pub mkdir -p "$>"$"$