From e10a272852c1d444e796153f43ffb9114b92c534 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sun, 27 May 2018 00:39:24 +0200 Subject: [PATCH] manjaro-fix --- arch-install | 5 +++++ install/archiso | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/arch-install b/arch-install index eb777a7..964e3d2 100755 --- a/arch-install +++ b/arch-install @@ -163,6 +163,11 @@ function cron() { cp /opt/${repo}/snapshot.sh ${mountpoint}/usr/bin/snapshot chmod 755 ${mountpoint}/usr/bin/snapshot fi + + if [ "${version}" == "manjaro" ]; then + echo "0 * * * * /usr/bin/update-bootloader" >> ${mountpoint}/var/spool/cron/root + fi + } function makeswapfile() { diff --git a/install/archiso b/install/archiso index 30728ef..9c1daf5 100755 --- a/install/archiso +++ b/install/archiso @@ -4,7 +4,7 @@ build() { add_module "cdrom" add_module "loop" add_module "dm-snapshot" - add_module "overlay" +# add_module "overlay" add_runscript