persistence
This commit is contained in:
parent
d53b44b954
commit
f2fff55fb7
|
@ -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)
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue