Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1869084284 | ||
|
|
1b70d0d729 | ||
|
|
577e256643 | ||
|
|
196a936237 | ||
|
|
bde6a7e92a | ||
|
|
3d0f77c5d4 | ||
|
|
cef1926b49 | ||
|
|
fad8e28f90 | ||
|
|
93d95fb6fc | ||
|
|
3257b615db | ||
|
|
ab656ec042 | ||
|
|
e6a3ff11d6 |
15
README.md
15
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,20 @@ 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"
|
||||
|
||||
|
||||
|
||||
## Installation Dev avec live-build
|
||||
Cloner le dépôt puis :
|
||||
```
|
||||
apt install live-build
|
||||
cd <dossier du dépôt>
|
||||
lb config
|
||||
lb build
|
||||
```
|
||||
|
||||
### 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/"
|
||||
@@ -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
|
||||
@@ -28,3 +28,6 @@ davfs2
|
||||
xtightvncviewer
|
||||
nextcloud-desktop
|
||||
nautilus-nextcloud
|
||||
gparted
|
||||
flameshot
|
||||
dkms
|
||||
Reference in New Issue
Block a user