Browse Source

persistence

pull/1/head beta_3
Samuel VERMEULEN 3 years ago
parent
commit
f2fff55fb7
  1. 2
      config/binary
  2. 9
      config/hooks/live/0200-yunohost.hook.chroot

2
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)

9
config/hooks/live/0200-yunohost.hook.chroot

@ -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…
Cancel
Save