Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d9c6683d5 | ||
|
|
b3afbfb726 | ||
|
|
a19839b96e | ||
|
|
325c6c2e29 | ||
|
|
779101871a | ||
| be31274e93 | |||
|
|
9dfe0b7ebf | ||
|
|
ef1250ed49 | ||
|
|
55d0ae9b8d | ||
|
|
5a8e1d8da6 | ||
|
|
87f82b6ad9 | ||
|
|
d496003129 | ||
|
|
174def7990 | ||
|
|
776532be09 | ||
|
|
1869084284 | ||
|
|
1b70d0d729 | ||
|
|
577e256643 | ||
|
|
196a936237 | ||
|
|
bde6a7e92a | ||
|
|
3d0f77c5d4 | ||
|
|
cef1926b49 | ||
|
|
fad8e28f90 | ||
|
|
93d95fb6fc | ||
|
|
3257b615db | ||
|
|
ab656ec042 | ||
|
|
e6a3ff11d6 |
20
README.md
20
README.md
@@ -3,7 +3,7 @@
|
||||
Système d'exploitation x64 - 100% GNU basé sur Debian
|
||||
|
||||
## Installation (root)
|
||||
### Generer iso seule
|
||||
### Générer ISO seule
|
||||
```
|
||||
curl https://git.weblib.re/svpro/svpro_gnu/raw/branch/develop/build_svprognu | bash
|
||||
```
|
||||
@@ -14,9 +14,25 @@ curl https://git.weblib.re/svpro/svpro_gnu/raw/branch/develop/build_svprognu | b
|
||||
```
|
||||
**La persistence sera configurée lors du 1er boot. Le démarrage peut prendre quelques minutes.
|
||||
|
||||
## Installation physique
|
||||
### Installation physique
|
||||
Depuis le menu du live, choisir "Installation Graphique ou Experts"
|
||||
|
||||
|
||||
|
||||
## Build iso avec live-build (expoerts)
|
||||
Cloner le dépôt puis :
|
||||
```
|
||||
apt install live-build
|
||||
cd <dossier du dépôt>
|
||||
lb config
|
||||
lb build
|
||||
```
|
||||
|
||||
### Démo (Session Live via noVNC)
|
||||
En ligne uniquement en journée
|
||||
https://svprognu.weblib.re/
|
||||
|
||||
|
||||
### ToDo
|
||||
|
||||
- [x] Installeur
|
||||
|
||||
BIN
Screenshot.png
Normal file
BIN
Screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 251 KiB |
9
config/includes.chroot/etc/issue
Normal file
9
config/includes.chroot/etc/issue
Normal file
@@ -0,0 +1,9 @@
|
||||
______ ______ ____ ___ ____ _ _ _ _
|
||||
/ ___\ \ / / _ \| _ \ / _ \ / ___| \ | | | | |
|
||||
\___ \\ \ / /| |_) | |_) | | | | | | _| \| | | | |
|
||||
___) |\ V / | __/| _ <| |_| | | |_| | |\ | |_| |
|
||||
|____/ \_/ |_| |_| \_\\___/___\____|_| \_|\___/
|
||||
|_____|
|
||||
|
||||
\r \v \n
|
||||
Bienvenu !
|
||||
9
config/includes.chroot/etc/motd
Normal file
9
config/includes.chroot/etc/motd
Normal file
@@ -0,0 +1,9 @@
|
||||
______ ______ ____ ___ ____ _ _ _ _
|
||||
/ ___\ \ / / _ \| _ \ / _ \ / ___| \ | | | | |
|
||||
\___ \\ \ / /| |_) | |_) | | | | | | _| \| | | | |
|
||||
___) |\ V / | __/| _ <| |_| | | |_| | |\ | |_| |
|
||||
|____/ \_/ |_| |_| \_\\___/___\____|_| \_|\___/
|
||||
|_____|
|
||||
|
||||
Bienvenu !
|
||||
|
||||
7
config/includes.chroot/etc/os-release
Normal file
7
config/includes.chroot/etc/os-release
Normal file
@@ -0,0 +1,7 @@
|
||||
PRETTY_NAME="Debian SVPRO_GNU"
|
||||
NAME="SVPRO_GNU"
|
||||
ID=svprognu
|
||||
VERSION="1.0"
|
||||
VERSION_ID=1.0
|
||||
HOME_URL="https://git.weblib.re/svpro/svpro_gnu/wiki"
|
||||
SUPPORT_URL="https://git.weblib.re/svpro/svpro_gnu/"
|
||||
@@ -22,7 +22,7 @@
|
||||
<property name="<Alt>F3" type="string" value="xfce4-appfinder">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/>
|
||||
<property name="Super_L" type="string" value="xfce4-popup-applicationsmenu"/>
|
||||
<property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
<value type="int" value="5"/>
|
||||
<value type="int" value="6"/>
|
||||
<value type="int" value="2"/>
|
||||
<value type="int" value="7"/>
|
||||
<value type="int" value="8"/>
|
||||
</property>
|
||||
<property name="background-style" type="uint" value="1"/>
|
||||
<property name="background-color" type="array">
|
||||
@@ -64,5 +66,9 @@
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-3" type="string" value="tasklist"/>
|
||||
<property name="plugin-7" type="string" value="pulseaudio">
|
||||
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="plugin-8" type="string" value="power-manager-plugin"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-power-manager" version="1.0">
|
||||
<property name="xfce4-power-manager" type="empty">
|
||||
<property name="power-button-action" type="empty"/>
|
||||
<property name="brightness-switch-restore-on-exit" type="int" value="-1"/>
|
||||
<property name="brightness-switch" type="int" value="0"/>
|
||||
</property>
|
||||
</channel>
|
||||
0
config/includes.chroot/etc/skel/Bureau/.keep
Normal file
0
config/includes.chroot/etc/skel/Bureau/.keep
Normal file
0
config/includes.chroot/etc/skel/Documents/.keep
Normal file
0
config/includes.chroot/etc/skel/Documents/.keep
Normal file
0
config/includes.chroot/etc/skel/Images/.keep
Normal file
0
config/includes.chroot/etc/skel/Images/.keep
Normal file
0
config/includes.chroot/etc/skel/Modèles/.keep
Normal file
0
config/includes.chroot/etc/skel/Modèles/.keep
Normal file
0
config/includes.chroot/etc/skel/Musique/.keep
Normal file
0
config/includes.chroot/etc/skel/Musique/.keep
Normal file
0
config/includes.chroot/etc/skel/Public/.keep
Normal file
0
config/includes.chroot/etc/skel/Public/.keep
Normal file
0
config/includes.chroot/etc/skel/Vidéos/.keep
Normal file
0
config/includes.chroot/etc/skel/Vidéos/.keep
Normal file
3
config/includes.chroot/usr/lib/live/config/0100-live-password
Executable file
3
config/includes.chroot/usr/lib/live/config/0100-live-password
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
usermod -p 'svRILkoxYL.AE' svpro_gnu
|
||||
@@ -1,6 +1,9 @@
|
||||
# Base
|
||||
live-boot
|
||||
live-config
|
||||
live-config-systemd
|
||||
|
||||
# System
|
||||
firmware-linux
|
||||
task-french-desktop
|
||||
task-xfce-desktop
|
||||
@@ -8,23 +11,54 @@ lxde-icon-theme
|
||||
fonts-cantarell
|
||||
bluebird-gtk-theme
|
||||
terminator
|
||||
firefox-esr
|
||||
firefox-esr-l10n-fr
|
||||
thunderbird
|
||||
thunderbird-l10n-fr
|
||||
openssh-server
|
||||
nautilus
|
||||
plymouth-themes
|
||||
scribus
|
||||
inkscape
|
||||
vlc
|
||||
curl
|
||||
git
|
||||
sshfs
|
||||
wget
|
||||
net-tools
|
||||
qtpass
|
||||
davfs2
|
||||
xtightvncviewer
|
||||
gparted
|
||||
dkms
|
||||
python3-pip
|
||||
|
||||
# Graphiques
|
||||
scribus
|
||||
inkscape
|
||||
gimp
|
||||
flameshot
|
||||
|
||||
# Multimedia
|
||||
vlc
|
||||
simplescreenrecorder
|
||||
openshot
|
||||
audacity
|
||||
kodi
|
||||
obs-studio
|
||||
|
||||
# Utilitaires
|
||||
qtpass
|
||||
nextcloud-desktop
|
||||
nautilus-nextcloud
|
||||
|
||||
# Internet
|
||||
pidgin
|
||||
remmina
|
||||
remmina-plugin-spice
|
||||
remmina-plugin-vnc
|
||||
firefox-esr
|
||||
firefox-esr-l10n-fr
|
||||
thunderbird
|
||||
thunderbird-l10n-fr
|
||||
chromium
|
||||
chromium-l10n
|
||||
|
||||
# Education
|
||||
gcompris
|
||||
childsplay
|
||||
|
||||
# Virtualisation
|
||||
spice-vdagent
|
||||
|
||||
Reference in New Issue
Block a user