]> git.plutz.net Git - rpi_small/blobdiff - Makefile
partition alignment
[rpi_small] / Makefile
index 2687a8aeebea49f513b8fa80f824677bd0369e82..53548486dffd09ec173303e35d63fae307923172 100644 (file)
--- 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