correction bug
This commit is contained in:
parent
a1823e6acd
commit
b89ac37f67
@ -3,7 +3,9 @@
|
||||
Paquet rpm permettant de personnaliser l'installation de Mageia.
|
||||
Pour créer le paquet:
|
||||
|
||||
Installer le paquet bm
|
||||
urpmi bm
|
||||
|
||||
construire le paquet
|
||||
cd task-lalis
|
||||
bm -al
|
||||
|
@ -8,7 +8,7 @@ Url: http://librepc.com
|
||||
BuildArch: noarch
|
||||
Source1: journald.conf
|
||||
Source2: tunnel
|
||||
Source3: LibrePC.desktop
|
||||
Source3: Lalis.desktop
|
||||
Requires: openssh-server
|
||||
Requires: sshfs-fuse
|
||||
Requires: celestia
|
||||
@ -130,7 +130,7 @@ cp -f %{SOURCE3} %{buildroot}/usr/share/kio_desktop/
|
||||
# créer un utilisateur Lalis enlève les droits de lecture/écriture/visibilité/exécution à others
|
||||
/etc/systemd/journald.conf
|
||||
/usr/local/bin/tunnel
|
||||
/usr/share/kio_desktop/LibrePC.desktop
|
||||
/usr/share/kio_desktop/Lalis.desktop
|
||||
|
||||
%post
|
||||
adduser lalis
|
||||
@ -140,8 +140,8 @@ if [ -z "`grep cyberbaladeur /etc/ssh/sshd_config`" ]; then
|
||||
echo "Allowusers lalis" >>/etc/ssh/sshd_config
|
||||
fi
|
||||
# crée le script de connection "tunnel" et le met en exécution pour tout le monde
|
||||
printf "#!/bin/sh\nssh -N -f -R 6000:localhost:22 ssh@<serveur ssh de LALIS>\n" >/usr/local/bin/tunnel
|
||||
chmod a+x /usr/local/bin/tunnel
|
||||
# Copie le fichier Lalis.desktop dans les dossier utilisateurs existant
|
||||
for i in /home/*
|
||||
do
|
||||
if [ "$i" != "/home/lost+found" ]; then
|
||||
@ -152,9 +152,9 @@ do
|
||||
elif [ -d "$i/Desktop" ]; then
|
||||
D="$i/Desktop"
|
||||
fi
|
||||
cp -fa /usr/share/kio_desktop/LibrePC.desktop "$D/"
|
||||
cp -fa /usr/share/kio_desktop/Lalis.desktop "$D/"
|
||||
OWNER=`basename $i`
|
||||
chown $OWNER:$OWNER "$D/LibrePC.desktop"
|
||||
chown $OWNER:$OWNER "$D/Lalis.desktop"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user