From 6ce1f48f637709233eca60b2638e9a535abd9565 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Thu, 23 Jun 2016 16:03:20 -0400 Subject: [PATCH] Cleanup. Startup scripts installed by 'make install'. --- image/mkimg.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/image/mkimg.sh b/image/mkimg.sh index 5531c4df..284a9b5f 100755 --- a/image/mkimg.sh +++ b/image/mkimg.sh @@ -120,11 +120,6 @@ sed -i /etc/default/keyboard -e "/^XKBLAYOUT/s/\".*\"/\"us\"/" #boot settings cp -f config.txt mnt/boot/ -cp -f ../__lib__systemd__system__stratux.service mnt/lib/systemd/system/stratux.service -cp -f ../__root__stratux-pre-start.sh mnt/root/stratux-pre-start.sh -chmod 644 mnt/lib/systemd/system/stratux.service -chmod 744 mnt/root/stratux-pre-start.sh -ln -fs mnt/lib/systemd/system/stratux.service mnt/etc/systemd/system/multi-user.target.wants/stratux.service #clean up old init scripts. rm -f /etc/init.d/stratux