X-Git-Url: http://git.plutz.net/?p=rpi_small;a=blobdiff_plain;f=Makefile;h=53548486dffd09ec173303e35d63fae307923172;hp=2687a8aeebea49f513b8fa80f824677bd0369e82;hb=020096b5373e644ae28a1728508d282ecd7d7df3;hpb=fba71afea1684a9d83484a8ccbebe8a24bea6da4 diff --git a/Makefile b/Makefile index 2687a8a..5354848 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ raspi_root/: raspi_root .FORCE printf '${SOURCES}' >$@/etc/apt/sources.list -chroot "$@" apt-key add - <./raspberrypi-archive-keyring.gpg -cp /etc/resolv.conf "$@etc/" + cp -u cmdline.txt config.txt "$@boot/" -chroot "$@" sh -c 'apt-mark showmanual |xargs apt-mark auto' -chroot "$@" apt-get update chroot "$@" ln -sf /bin/true /usr/local/sbin/invoke-rc.d