From f2fff55fb7ca6e9a86340e79af96992ec1abcefa Mon Sep 17 00:00:00 2001 From: SVNET Date: Thu, 9 Jul 2020 22:48:46 +0200 Subject: [PATCH] persistence --- config/binary | 2 +- config/hooks/live/0200-yunohost.hook.chroot | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 config/hooks/live/0200-yunohost.hook.chroot diff --git a/config/binary b/config/binary index 88ad587..901e4bc 100644 --- a/config/binary +++ b/config/binary @@ -10,7 +10,7 @@ LB_APT_INDICES="true" # $LB_BOOTAPPEND_LIVE: set boot parameters # (Default: empty) -LB_BOOTAPPEND_LIVE="lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 keyboard-layouts=fr splash timezone=Europe/Paris utc=yes keyboard-model=pc105 hostname=svprognu boot=live peristence components username=svpro_gnu" +LB_BOOTAPPEND_LIVE="lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 keyboard-layouts=fr splash timezone=Europe/Paris utc=yes keyboard-model=pc105 hostname=svprognu boot=live persistence components username=svpro_gnu" # $LB_BOOTAPPEND_INSTALL: set boot parameters # (Default: empty) diff --git a/config/hooks/live/0200-yunohost.hook.chroot b/config/hooks/live/0200-yunohost.hook.chroot deleted file mode 100755 index edb8ae0..0000000 --- a/config/hooks/live/0200-yunohost.hook.chroot +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -e - -wget -O /usr/local/bin/yunohost-install https://raw.githubusercontent.com/YunoHost/install_script/buster-unstable/install_yunohost -chmod +x /usr/local/bin/yunohost-install -/usr/local/bin/yunohost-install -a - -exit 0