Compare commits
34 Commits
Author | SHA1 | Date |
---|---|---|
|
3b56d1de2b | 1 year ago |
|
d525f2c025 | 1 year ago |
|
597ad6a4b5 | 2 years ago |
|
d6cdea4b6d | 2 years ago |
|
6d9ee041bf | 2 years ago |
|
36043483a9 | 2 years ago |
|
f18fdced97 | 2 years ago |
|
4cbaa767a2 | 2 years ago |
|
f39180156e | 2 years ago |
|
a2d10fee5a | 2 years ago |
|
ae5d40d6d9 | 2 years ago |
|
51f2a5783d | 2 years ago |
|
6d4ced1430 | 2 years ago |
|
f4ddc03933 | 2 years ago |
|
b954c8533c | 2 years ago |
|
63bc2a3faa | 2 years ago |
|
611ba3198c | 2 years ago |
|
d4148e3bb7 | 2 years ago |
|
56b9581002 | 2 years ago |
|
62bc09127f | 2 years ago |
|
673bc2bd6d | 2 years ago |
|
93a53adc1a | 2 years ago |
|
2b71d3e233 | 2 years ago |
|
bfdbe7bb19 | 2 years ago |
|
e5e1055d64 | 2 years ago |
|
ce9bc554ba | 2 years ago |
|
23476d9901 | 2 years ago |
|
dff6f70364 | 2 years ago |
|
c2aee6e19b | 2 years ago |
|
e1662cee7c | 2 years ago |
|
c20b124ae1 | 2 years ago |
|
f2f661bd66 | 2 years ago |
|
1f0be893f6 | 2 years ago |
|
2a46165107 | 2 years ago |
@ -0,0 +1,12 @@
|
||||
#!/bin/sh |
||||
|
||||
set -e |
||||
|
||||
echo "" |
||||
echo "------------------------------------------------------------------------------------" |
||||
echo "- INFO : activer automatiquement numlockx dans lightdm -" |
||||
echo "keyboard = numlockx on" >> "/etc/lightdm/lightdm-gtk-greeter.conf" |
||||
echo "" |
||||
echo "------------------------------------------------------------------------------------" |
||||
echo "" |
||||
|
@ -0,0 +1,42 @@
|
||||
# uniquement les questions importantes |
||||
d-i debconf/priority string critical |
||||
|
||||
# Nom de la machin par défaut |
||||
d-i netcfg/hostname string debian |
||||
|
||||
# Ne pas créer de compte root |
||||
d-i passwd/root-login boolean false |
||||
|
||||
# pas de chargement de firmware |
||||
d-i hw-detect/load_firmware boolean false |
||||
|
||||
# Le compte sera ajouté à certains groupes. |
||||
d-i passwd/user-default-groups string audio cdrom video sudo netdev plugdev fuse users lp lpadmin scanner floppy dip bluetooth |
||||
|
||||
# utilisation du disque principal et une seule partition |
||||
d-i partman-auto/disk string /dev/sda |
||||
d-i partman-auto/method string regular |
||||
d-i partman-auto/choose_recipe select atomic |
||||
d-i partman-partitioning/confirm_write_new_label boolean true |
||||
d-i partman/choose_partition select finish |
||||
d-i partman/confirm boolean true |
||||
d-i partman/confirm_nooverwrite boolean true |
||||
|
||||
# install grub if this is the only one system. |
||||
d-i grub-installer/only_debian boolean true |
||||
d-i grub-installer/bootdev string /dev/sda |
||||
|
||||
# suppression du message de fin d'installation et reboot automatique. |
||||
d-i finish-install/reboot_in_progress note |
||||
|
||||
# Réseau désactivé |
||||
d-i netcfg/enable boolean false |
||||
d-i apt-setup/use_mirror boolean false |
||||
|
||||
# Éteindre plutôt que de redémarer |
||||
d-i debian-installer/exit/poweroff boolean true |
||||
|
||||
d-i passwd/user-fullname string Utilisateur |
||||
d-i passwd/username string utilisateur |
||||
d-i passwd/user-password password 1234 |
||||
d-i passwd/user-password-again password 1234 |
@ -1,266 +0,0 @@
|
||||
# XScreenSaver Preferences File |
||||
# Written by xscreensaver-demo 5.30 for arp on Fri Oct 28 01:18:23 2016. |
||||
# http://www.jwz.org/xscreensaver/ |
||||
|
||||
timeout: 0:10:00 |
||||
cycle: 0:10:00 |
||||
lock: False |
||||
lockTimeout: 0:00:00 |
||||
passwdTimeout: 0:00:30 |
||||
visualID: default |
||||
installColormap: True |
||||
verbose: False |
||||
timestamp: True |
||||
splash: True |
||||
splashDuration: 0:00:05 |
||||
demoCommand: xscreensaver-demo |
||||
prefsCommand: xscreensaver-demo -prefs |
||||
nice: 10 |
||||
memoryLimit: 0 |
||||
fade: True |
||||
unfade: False |
||||
fadeSeconds: 0:00:03 |
||||
fadeTicks: 20 |
||||
captureStderr: True |
||||
ignoreUninstalledPrograms:False |
||||
font: *-medium-r-*-140-*-m-* |
||||
dpmsEnabled: False |
||||
dpmsQuickOff: False |
||||
dpmsStandby: 2:00:00 |
||||
dpmsSuspend: 2:00:00 |
||||
dpmsOff: 4:00:00 |
||||
grabDesktopImages: False |
||||
grabVideoFrames: False |
||||
chooseRandomImages: True |
||||
imageDirectory: /usr/share/backgrounds/xfce |
||||
|
||||
mode: one |
||||
selected: 81 |
||||
|
||||
textMode: url |
||||
textLiteral: XScreenSaver |
||||
textFile: |
||||
textProgram: fortune |
||||
textURL: http://planet.debian.org/rss20.xml |
||||
|
||||
programs: \ |
||||
maze -root \n\ |
||||
- GL: superquadrics -root \n\ |
||||
attraction -root \n\ |
||||
blitspin -root \n\ |
||||
greynetic -root \n\ |
||||
helix -root \n\ |
||||
hopalong -root \n\ |
||||
imsmap -root \n\ |
||||
- noseguy -root \n\ |
||||
- pyro -root \n\ |
||||
qix -root \n\ |
||||
- rocks -root \n\ |
||||
rorschach -root \n\ |
||||
decayscreen -root \n\ |
||||
flame -root \n\ |
||||
halo -root \n\ |
||||
slidescreen -root \n\ |
||||
pedal -root \n\ |
||||
bouboule -root \n\ |
||||
- braid -root \n\ |
||||
coral -root \n\ |
||||
deco -root \n\ |
||||
drift -root \n\ |
||||
- fadeplot -root \n\ |
||||
galaxy -root \n\ |
||||
goop -root \n\ |
||||
grav -root \n\ |
||||
ifs -root \n\ |
||||
unicode -root \n\ |
||||
- GL: jigsaw -root \n\ |
||||
julia -root \n\ |
||||
- kaleidescope -root \n\ |
||||
- GL: moebius -root \n\ |
||||
moire -root \n\ |
||||
- GL: morph3d -root \n\ |
||||
mountain -root \n\ |
||||
munch -root \n\ |
||||
penrose -root \n\ |
||||
- GL: pipes -root \n\ |
||||
rd-bomb -root \n\ |
||||
- GL: rubik -root \n\ |
||||
- sierpinski -root \n\ |
||||
slip -root \n\ |
||||
- GL: sproingies -root \n\ |
||||
starfish -root \n\ |
||||
strange -root \n\ |
||||
swirl -root \n\ |
||||
triangle -root \n\ |
||||
xjack -root \n\ |
||||
xlyap -root \n\ |
||||
- GL: atlantis -root \n\ |
||||
bsod -root \n\ |
||||
- GL: bubble3d -root \n\ |
||||
- GL: cage -root \n\ |
||||
- crystal -root \n\ |
||||
cynosure -root \n\ |
||||
discrete -root \n\ |
||||
distort -root \n\ |
||||
epicycle -root \n\ |
||||
flow -root \n\ |
||||
- GL: glplanet -root \n\ |
||||
interference -root \n\ |
||||
kumppa -root \n\ |
||||
- GL: lament -root \n\ |
||||
moire2 -root \n\ |
||||
- GL: sonar -root \n\ |
||||
- GL: stairs -root \n\ |
||||
truchet -root \n\ |
||||
- vidwhacker -root \n\ |
||||
blaster -root \n\ |
||||
bumps -root \n\ |
||||
ccurve -root \n\ |
||||
compass -root \n\ |
||||
deluxe -root \n\ |
||||
- demon -root \n\ |
||||
- GL: extrusion -root \n\ |
||||
- loop -root \n\ |
||||
penetrate -root \n\ |
||||
petri -root \n\ |
||||
phosphor -root \n\ |
||||
- GL: pulsar -root \n\ |
||||
ripples -root \n\ |
||||
shadebobs -root \n\ |
||||
- GL: sierpinski3d -root \n\ |
||||
spotlight -root \n\ |
||||
squiral -root \n\ |
||||
wander -root \n\ |
||||
- webcollage -root \n\ |
||||
xflame -root \n\ |
||||
xmatrix -root \n\ |
||||
- GL: gflux -root \n\ |
||||
- nerverot -root \n\ |
||||
xrayswarm -root \n\ |
||||
xspirograph -root \n\ |
||||
- GL: circuit -root \n\ |
||||
- GL: dangerball -root \n\ |
||||
- GL: engine -root \n\ |
||||
- GL: flipscreen3d -root \n\ |
||||
- GL: gltext -root \n\ |
||||
- GL: menger -root \n\ |
||||
- GL: molecule -root \n\ |
||||
rotzoomer -root \n\ |
||||
speedmine -root \n\ |
||||
- GL: starwars -root \n\ |
||||
- GL: stonerview -root \n\ |
||||
vermiculate -root \n\ |
||||
whirlwindwarp -root \n\ |
||||
zoom -root \n\ |
||||
anemone -root \n\ |
||||
apollonian -root \n\ |
||||
- GL: boxed -root \n\ |
||||
- GL: cubenetic -root \n\ |
||||
- GL: endgame -root \n\ |
||||
euler2d -root \n\ |
||||
fluidballs -root \n\ |
||||
- GL: flurry -root \n\ |
||||
- GL: glblur -root \n\ |
||||
- GL: glsnake -root \n\ |
||||
halftone -root \n\ |
||||
- GL: juggler3d -root \n\ |
||||
- GL: lavalite -root \n\ |
||||
- polyominoes -root \n\ |
||||
- GL: queens -root \n\ |
||||
- GL: sballs -root \n\ |
||||
- GL: spheremonics -root \n\ |
||||
- thornbird -root \n\ |
||||
twang -root \n\ |
||||
- GL: antspotlight -root \n\ |
||||
apple2 -root \n\ |
||||
- GL: atunnel -root \n\ |
||||
barcode -root \n\ |
||||
- GL: blinkbox -root \n\ |
||||
- GL: blocktube -root \n\ |
||||
- GL: bouncingcow -root \n\ |
||||
cloudlife -root \n\ |
||||
- GL: cubestorm -root \n\ |
||||
eruption -root \n\ |
||||
- GL: flipflop -root \n\ |
||||
- GL: flyingtoasters -root \n\ |
||||
fontglide -root \n\ |
||||
- GL: gleidescope -root \n\ |
||||
- GL: glknots -root \n\ |
||||
- GL: glmatrix -root \n\ |
||||
- GL: glslideshow -root \n\ |
||||
- GL: hypertorus -root \n\ |
||||
- GL: jigglypuff -root \n\ |
||||
metaballs -root \n\ |
||||
- GL: mirrorblob -root \n\ |
||||
piecewise -root \n\ |
||||
- GL: polytopes -root \n\ |
||||
pong -root \n\ |
||||
popsquares -root \n\ |
||||
- GL: surfaces -root \n\ |
||||
xanalogtv -root \n\ |
||||
- abstractile -root \n\ |
||||
anemotaxis -root \n\ |
||||
- GL: antinspect -root \n\ |
||||
fireworkx -root \n\ |
||||
fuzzyflakes -root \n\ |
||||
interaggregate -root \n\ |
||||
intermomentary -root \n\ |
||||
memscroller -root \n\ |
||||
- GL: noof -root \n\ |
||||
pacman -root \n\ |
||||
- GL: pinion -root \n\ |
||||
- GL: polyhedra -root \n\ |
||||
- GL: providence -root \n\ |
||||
substrate -root \n\ |
||||
wormhole -root \n\ |
||||
- GL: antmaze -root \n\ |
||||
- GL: boing -root \n\ |
||||
boxfit -root \n\ |
||||
- GL: carousel -root \n\ |
||||
celtic -root \n\ |
||||
- GL: crackberg -root \n\ |
||||
- GL: cube21 -root \n\ |
||||
fiberlamp -root \n\ |
||||
- GL: fliptext -root \n\ |
||||
- GL: glhanoi -root \n\ |
||||
- GL: tangram -root \n\ |
||||
- GL: timetunnel -root \n\ |
||||
- GL: glschool -root \n\ |
||||
- GL: topblock -root \n\ |
||||
- GL: cubicgrid -root \n\ |
||||
cwaves -root \n\ |
||||
- GL: gears -root \n\ |
||||
- GL: glcells -root \n\ |
||||
- GL: lockward -root \n\ |
||||
m6502 -root \n\ |
||||
- GL: moebiusgears -root \n\ |
||||
- GL: voronoi -root \n\ |
||||
- GL: hypnowheel -root \n\ |
||||
- GL: klein -root \n\ |
||||
- lcdscrub -root \n\ |
||||
- GL: photopile -root \n\ |
||||
- GL: skytentacles -root \n\ |
||||
- GL: rubikblocks -root \n\ |
||||
- GL: companioncube -root \n\ |
||||
- GL: hilbert -root \n\ |
||||
- GL: tronbit -root \n\ |
||||
- GL: geodesic -root \n\ |
||||
hexadrop -root \n\ |
||||
- GL: kaleidocycle -root \n\ |
||||
- GL: quasicrystal -root \n\ |
||||
- GL: unknownpleasures -root \n\ |
||||
- GL: projectiveplane -root \n\ |
||||
tessellimage -root \n\ |
||||
- GL: winduprobot -root \n\ |
||||
|
||||
|
||||
pointerPollTime: 0:00:05 |
||||
pointerHysteresis: 10 |
||||
windowCreationTimeout:0:00:30 |
||||
initialDelay: 0:00:00 |
||||
GetViewPortIsFullOfLies:False |
||||
procInterrupts: True |
||||
xinputExtensionDev: False |
||||
overlayStderr: True |
||||
authWarningSlack: 20 |
||||
|
@ -0,0 +1,12 @@
|
||||
[Desktop Entry] |
||||
Version=1.0 |
||||
Type=Application |
||||
Name=debian-facile on peertube |
||||
Name[fr]=peertube debian-facile |
||||
Comment=debian-facile peertube channel |
||||
Comment[fr]=chaîne peertube debian-facile |
||||
Icon=dfl-icons-peertube |
||||
Exec=x-www-browser https://video.tedomum.net/accounts/debian.facile/video-channels |
||||
Terminal=false |
||||
StartupNotify=true |
||||
Path= |
@ -1,99 +0,0 @@
|
||||
#!/bin/bash |
||||
######################################################################## |
||||
# dfl-dispatch forked from handytri - automatic sorting script |
||||
# |
||||
# 2014 arpinux <arpinux@member.fsf.org> |
||||
# 2014 valdur55 <valdur55@gmail.com> |
||||
######################################################################## |
||||
|
||||
## mise en place et vérifications ###################################### |
||||
# détection de la langue |
||||
TRAD=`echo "${LANG:0:2}"` |
||||
# choix du dossier à trier |
||||
if [ "${TRAD}" == "fr" ]; then |
||||
SORTPLACE=`zenity --file-selection --directory --title "choix du dossier à trier"` |
||||
else |
||||
SORTPLACE=`zenity --file-selection --directory --title "chose a folder to sort"` |
||||
fi |
||||
# si le choix est vide : exit |
||||
if [ -z "$SORTPLACE" ]; then |
||||
if [ "${TRAD}" == "fr" ]; then |
||||
zenity --info --text "Aucune sélection - tri annulé." --timeout "3" |
||||
else |
||||
zenity --info --text "No selection - script avorted." --timeout "3" |
||||
fi |
||||
exit 0 |
||||
fi |
||||
|
||||
## lancement du script ################################################# |
||||
# on se place dans le dossier à trier |
||||
cd $SORTPLACE |
||||
# sélection des types de fichiers à trier |
||||
if [ "${TRAD}" == "fr" ]; then |
||||
CHOICE=`zenity --height "360" --list --checklist --title "Tri automatique des fichiers" --text " Vous allez trier les fichiers de votre dossier\n $SORTPLACE .\n Veuillez indiquer le(s) type(s) de fichier à trier.\n\n !! note !!\nle tri n'est effectif que sur les fichiers\nles dossiers ne sont pas pris en compte.\n => ce script n'écrase aucun fichier." --column "trier" --column "type de fichiers" FALSE "Textes et documents" FALSE "Images et photos" FALSE "Fichiers audio" FALSE "Films et vidéos" FALSE "Archives et paquets" --separator "\n"` |
||||
else |
||||
CHOICE=`zenity --height "360" --list --checklist --title "Automatic file sorting" --text "You are going to sort files from your\n $SORTPLACE folder.\n Please select file type to sort.\n\n !! note !!\nsorting only affects files.\nthis script doesn't sort directories\n => this script doesn't delete files." --column "sort" --column "file type" FALSE "Documents and text files" FALSE "Pictures and photos" FALSE "Audio files" FALSE "Videos and movies" FALSE "Archives and packages" --separator "\n"` |
||||
fi |
||||
# si le choix est vide : exit |
||||
if [ -z "$CHOICE" ]; then |
||||
if [ "${TRAD}" == "fr" ]; then |
||||
zenity --info --text "Aucune sélection - tri annulé." --timeout "3" |
||||
else |
||||
zenity --info --text "No selection - script avorted." --timeout "3" |
||||
fi |
||||
exit 0 |
||||
fi |
||||
# choix validé : envoi du choix dans un fichier tmp |
||||
echo "$CHOICE" > $HOME/.atrier |
||||
# prise en compte des dossiers par défaut XDG |
||||
source $HOME/.config/user-dirs.dirs |
||||
# ne pas respecter la casse |
||||
shopt -s nocaseglob |
||||
|
||||
## définition des fonctions ############################################ |
||||
bougetext () |
||||
{ |
||||
mkdir -p $XDG_DOCUMENTS_DIR/autotri |
||||
mv -n *.txt *.py *.sh *.pl *.rb *.css *.pdf *.php *.odb *.odc *.odf *.odg *.odp *.ods *.odt *.ott *.otg *.oth *.otp *.ots *.sxw *.stw *.stc *.fodt *.uot *.doc *.docx *.docm *.dot *.dotm *.dotx *.xml *.pdb *.psw *.ppt *.pps *.xhtml *.html *.htm *.rtf *.ini *.xls *.xslx *.abw *.c *.cc *.cp *.cpp *.cs *.csv *.cfg *.h *.info *.js *.jav *.java *.latex *.log *.old *.ps *.rc *.rdf *.epub *.asm *.asx *.aspx *.cfm *.chm *.fob *.fodg *.fodp *.fods *.fodt $XDG_DOCUMENTS_DIR/autotri |
||||
} |
||||
bougeimage () |
||||
{ |
||||
mkdir -p $XDG_PICTURES_DIR/autotri |
||||
mv -n *.jpeg *.jpg *.png *.gif *.xcf *.svg *.bmp *.xpm *.psd *.psp *.tif *.tiff *.ai *.aac *.ico *.ppm *.xbm $XDG_PICTURES_DIR/autotri |
||||
} |
||||
bougeaudio () |
||||
{ |
||||
mkdir -p $XDG_MUSIC_DIR/autotri |
||||
mv -n *.mp3 *.m4a *.wma *.ogg *.wav *.mid *.ac3 *.aif *.aifc *.aiff *.flac *.m3u *.ra $XDG_MUSIC_DIR/autotri |
||||
} |
||||
bougevideo () |
||||
{ |
||||
mkdir -p $XDG_VIDEOS_DIR/autotri |
||||
mv -n *.avi *.flv *.mp4 *.m4v *.mpg *.mpeg *.mov *.mkv *.webm *.ogv *.ogm *.wmv *.divx *.rv *.vob *.srt $XDG_VIDEOS_DIR/autotri |
||||
} |
||||
bougearchive () |
||||
{ |
||||
mkdir -p $XDG_DOCUMENTS_DIR/autotri |
||||
mv -n *.zip *.bzip *.gz *.tar *.tar.gz *.tgz *.rar *.bz2 *.7z *.txz *.cbr *.ttf *.deb *.rpm *.arj *.cab *.dpa *.ja *.jar $XDG_DOCUMENTS_DIR/autotri |
||||
} |
||||
|
||||
## déplacement des fichiers ############################################ |
||||
if [ "${TRAD}" == "fr" ]; then |
||||
if grep -q Textes $HOME/.atrier; then bougetext; zenity --info --text "textes et documents déplacés dans\n $XDG_DOCUMENTS_DIR/autotri." --timeout "3"; fi |
||||
if grep -q vidéos $HOME/.atrier; then bougevideo; zenity --info --text "fichiers vidéos déplacés dans\n $XDG_VIDEOS_DIR/autotri." --timeout "3"; fi |
||||
if grep -q Images $HOME/.atrier; then bougeimage; zenity --info --text "fichiers images déplacés dans\n $XDG_PICTURES_DIR/autotri." --timeout "3"; fi |
||||
if grep -q audio $HOME/.atrier; then bougeaudio; zenity --info --text "fichiers audios déplacés dans\n $XDG_MUSIC_DIR/autotri." --timeout "3"; fi |
||||
if grep -q paquets $HOME/.atrier; then bougearchive; zenity --info --text "archives et paquets déplacés dans\n $XDG_DOCUMENTS_DIR/autotri." --timeout "3"; fi |
||||
else |
||||
if grep -q text $HOME/.atrier; then bougetext; zenity --info --text "text and documents moved to\n $XDG_DOCUMENTS_DIR/autotri." --timeout "3"; fi |
||||
if grep -q Videos $HOME/.atrier; then bougevideo; zenity --info --text "videos files moved to\n $XDG_VIDEOS_DIR/autotri." --timeout "3"; fi |
||||
if grep -q Pictures $HOME/.atrier; then bougeimage; zenity --info --text "pictures files moved to\n $XDG_PICTURES_DIR/autotri." --timeout "3"; fi |
||||
if grep -q Audio $HOME/.atrier; then bougeaudio; zenity --info --text "audio files moved to\n $XDG_MUSIC_DIR/autotri." --timeout "3"; fi |
||||
if grep -q packages $HOME/.atrier; then bougearchive; zenity --info --text "archives and packages moved to\n $XDG_DOCUMENTS_DIR/autotri." --timeout "3"; fi |
||||
fi |
||||
# nettoyage |
||||
rm $HOME/.atrier |
||||
|
||||
exit 0 |
||||
|
||||
## EOF ################################################################# |
@ -1,11 +0,0 @@
|
||||
[Desktop Entry] |
||||
Type=Application |
||||
Encoding=UTF-8 |
||||
Name=DFL-Dispatch |
||||
Comment=Automatic file sorting tool |
||||
Comment[fr]=Tri automatique des fichiers |
||||
Icon=dfl-dispatch |
||||
Exec=/usr/bin/dfl-dispatch |
||||
Terminal=false |
||||
StartupNotify=false |
||||
Categories=Application;Utility; |
After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 986 KiB |
After Width: | Height: | Size: 310 KiB |
Before Width: | Height: | Size: 2.5 MiB |
After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 602 KiB |
After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 974 KiB |
Before Width: | Height: | Size: 538 KiB |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 651 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 722 KiB |
Before Width: | Height: | Size: 401 KiB |
Before Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 3.1 MiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 444 KiB |
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 430 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 658 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 310 KiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 519 KiB |
Before Width: | Height: | Size: 574 KiB After Width: | Height: | Size: 214 KiB |
Before Width: | Height: | Size: 582 KiB |
Before Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 11 KiB |
@ -1,411 +0,0 @@
|
||||
# HOWTO live-build stretch : travaux pratiques |
||||
|
||||
*retranscription corrigée de la session de travail du 20 mai 2017 sur le chan ##DFL-apprentissage de freenode* |
||||
*animateur : arpinux -- relecture et corrections : kyodev* |
||||
*[logs bruts disponibles](https://git.framasoft.org/dflinux/DFiso/blob/master/doc/2017_05_19-session-apprentissage.log) dans les sources du projet DFLinux* |
||||
|
||||
Bonsoir et bienvenue dans la session de simulation de construction d'une ISO personnalisée Debian :D |
||||
But de la session de travail : décomposer la personnalisation et suivre les modifications apportées aux sources du build au fur et à mesure. |
||||
|
||||
je vais partir d'un live vide puis ajouter par section les différents éléments. |
||||
pour l'exemple, je ne construirai pas de live compatible UEFI, car l'option est encore en travaux, |
||||
et le but principal est de bien suivre une construction, pas de tester la compatibilité UEFI :) |
||||
|
||||
vous pourrez personnaliser plus finement votre environnement après la session. |
||||
je ne rajouterais que peu d'éléments, ceux qui me semblent les plus pertinents pour commencer avec live-build. |
||||
|
||||
les sources utilisées pour cette session [sont disponibles ici](https://git.framasoft.org/dflinux/DFiso/blob/master/doc/HOWTO-livebuild-stretch-TP.zip) |
||||
|
||||
notez que le processus simulé ce soir n'est pas fixé et que ce n'est qu'un exemple ... vous êtes libre ! :D |
||||
|
||||
## Premiers scripts de configuration |
||||