persistence

This commit is contained in:
SVNET 2020-07-09 22:48:46 +02:00
parent d53b44b954
commit f2fff55fb7
2 changed files with 1 additions and 10 deletions

View File

@ -10,7 +10,7 @@ LB_APT_INDICES="true"
# $LB_BOOTAPPEND_LIVE: set boot parameters # $LB_BOOTAPPEND_LIVE: set boot parameters
# (Default: empty) # (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 # $LB_BOOTAPPEND_INSTALL: set boot parameters
# (Default: empty) # (Default: empty)

View File

@ -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