Compare commits
124 Commits
beta_2
...
v11.23.11.
| Author | SHA1 | Date | |
|---|---|---|---|
| efa1a973bd | |||
| 08cbc763f2 | |||
| 8136cca4fe | |||
| ce79e7f0f3 | |||
| 8bb280f60b | |||
| c49d1b3a0f | |||
| 6b1304db21 | |||
| 725dae74fd | |||
| 642fcb5366 | |||
| 680df089cb | |||
| 2b46c882db | |||
| e1c89a11ec | |||
| f1a4c85b74 | |||
| b2d385131a | |||
| 5ad74bf470 | |||
| 19a7567b8e | |||
| 256f995116 | |||
| f349514783 | |||
| 6ea616421f | |||
| 7f7873c249 | |||
| 0925f9fac1 | |||
| 910782403a | |||
| 6586c3abe5 | |||
| 41c633b751 | |||
| ef24b302cd | |||
| fa62e15c05 | |||
| ad79b20eb8 | |||
| c03c0e89fc | |||
| d38973a0db | |||
| a9bbd7bdd8 | |||
| 6968d9f26e | |||
| f9670a4baa | |||
| aec2297f47 | |||
| d1d1a9cb15 | |||
| e6b5cb134a | |||
| ffd500d77a | |||
| 6f89fb6102 | |||
| a70155a110 | |||
| 7bfd397cfd | |||
| 05cc37dba8 | |||
| 3562caa193 | |||
|
|
64cbabce38 | ||
|
|
7632d91311 | ||
|
|
061a10371f | ||
|
|
3d7e3822ef | ||
|
|
991c8f23f0 | ||
|
|
a44ef72c2e | ||
| 8cd1baf6f2 | |||
|
|
2a0134b5c8 | ||
|
|
976b4ced94 | ||
|
|
d296bd1544 | ||
|
|
3605e8e6b1 | ||
|
|
a824de094a | ||
|
|
506a812fea | ||
|
|
5fa5352830 | ||
|
|
b30b810038 | ||
|
|
1ddd96619f | ||
|
|
b457f4bf68 | ||
|
|
b3993011e4 | ||
|
|
b576fd2573 | ||
|
|
27ac9b3159 | ||
|
|
34725e5ffb | ||
|
|
ae31765826 | ||
|
|
22bfa38a2b | ||
|
|
e2b00b10ae | ||
|
|
a311ee128c | ||
|
|
916e040d49 | ||
|
|
6b32d390eb | ||
|
|
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 | ||
|
|
37e8db3ac6 | ||
|
|
4d293a9b4b | ||
|
|
85286ab92b | ||
|
|
2af9e65c7f | ||
|
|
107c2cbcdc | ||
|
|
997ec957e0 | ||
|
|
276c52b70a | ||
|
|
132869796e | ||
|
|
cda11895ff | ||
|
|
23b22027a0 | ||
|
|
91026b6d65 | ||
|
|
b36ce8e815 | ||
|
|
f0ef8cdf41 | ||
|
|
843ea880e1 | ||
|
|
9bc0f13ce7 | ||
|
|
eb118e68c3 | ||
|
|
8789595586 | ||
|
|
00fe010192 | ||
|
|
8807f95e9f | ||
|
|
790d573aa5 | ||
|
|
805befc53d | ||
|
|
f2fff55fb7 | ||
|
|
d53b44b954 | ||
|
|
c51c4d1d0f | ||
|
|
81e4a852ef | ||
|
|
1a7ca81f2e | ||
|
|
5b2adc37f5 | ||
|
|
7df50277a1 | ||
|
|
6d8bd4c135 | ||
|
|
777d508774 |
32
README.md
@@ -1,10 +1,36 @@
|
||||
# svpro_gnu
|
||||
# SVPROGNU
|
||||
|
||||
Système d'exploitation x64 - 100% GNU basé sur Debian
|
||||
Système d'exploitation x64 - 100% GNU basé sur Debian 11 (Bullseye)
|
||||
|
||||
## Build live via live-build
|
||||
|
||||
## Installation (root)
|
||||
### Créer clef usb + persistence
|
||||
**Attention ! La clef ne doit pas être montée par un autre processus (explorateur de fichiers, utilitaire d'auto-mount...)
|
||||
|
||||
* Si vous avez déjà téléchatgé l'image ISO, dans le même répertoire :
|
||||
```
|
||||
curl https://git.weblib.re/svpro/svprognu/raw/branch/develop/build_svprognu | bash -s -- -d /dev/sdX
|
||||
```
|
||||
* Ou récupérer l'image depuis le serveur :
|
||||
```
|
||||
curl https://git.weblib.re/svpro/svprognu/raw/branch/develop/build_svprognu | bash -s -- -r -d /dev/sdX
|
||||
```
|
||||
**La persistence sera configurée lors du 1er boot. Le démarrage peut prendre quelques minutes.
|
||||
|
||||
### Installation physique
|
||||
Depuis le menu du live, choisir "Installation Graphique ou Experts"
|
||||
|
||||
|
||||
|
||||
## Build iso avec live-build (experts)
|
||||
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/
|
||||
|
||||
@@ -4,20 +4,21 @@ set -e
|
||||
|
||||
lb config noauto \
|
||||
--bootloaders "syslinux,grub-efi" \
|
||||
--distribution "buster" \
|
||||
--distribution "bullseye" \
|
||||
--architectures "amd64" \
|
||||
--archive-areas "main contrib non-free" \
|
||||
--apt-recommends "true" \
|
||||
--debian-installer-gui "true" \
|
||||
--debian-installer "live" \
|
||||
--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" \
|
||||
--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" \
|
||||
--bootappend-install "locales=fr_FR.UTF-8" \
|
||||
--binary-images "iso-hybrid" \
|
||||
--uefi-secure-boot "enable" \
|
||||
--linux-flavours "amd64" \
|
||||
--linux-packages "linux-image linux-headers" \
|
||||
--iso-volume "SVPRO_GNU" \
|
||||
--iso-application "SVPRO_GNU" \
|
||||
--iso-volume "SVPROGNU-11" \
|
||||
--iso-application "SVPROGNU-11" \
|
||||
--backports "false" \
|
||||
--updates "true" \
|
||||
--security "true" \
|
||||
"${@}"
|
||||
|
||||
71
build_svprognu
Executable file
@@ -0,0 +1,71 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Creation de la clef ./build_svprognu -d /dev/sdX
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
ISO="live-svprognu-bullseye_x64.iso"
|
||||
|
||||
|
||||
while getopts ":r d:" opt; do
|
||||
case $opt in
|
||||
r)
|
||||
# Recuperation iso
|
||||
echo "Téléchargement de l'iso..."
|
||||
sleep 5
|
||||
wget -O ${ISO} https://dl.vermeulen.pro/SVPROGNU/${ISO}
|
||||
wget -O ${ISO}.md5sum https://dl.vermeulen.pro/SVPROGNU/${ISO}.md5sum
|
||||
echo "Vérification de l'image..."
|
||||
|
||||
if ! md5sum -c ${ISO}.md5sum
|
||||
then
|
||||
echo "ISO Corompue. Abandon !!"
|
||||
rm -f ${ISO} ${ISO}.md5
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
||||
# Copie de l'image iso sur clé
|
||||
|
||||
d)
|
||||
echo "Transfert en cours..."
|
||||
|
||||
#Vérification montage support
|
||||
if mount | grep -q $OPTARG > /dev/null
|
||||
then
|
||||
umount $OPTARG* || /bin/true
|
||||
fi
|
||||
|
||||
#Réinitialisation de la clé : Table DOS
|
||||
printf 'o\nw' | fdisk $OPTARG
|
||||
|
||||
#Transfert
|
||||
dd if=${ISO} of=$OPTARG bs=4M status=progress
|
||||
sync
|
||||
|
||||
# Création de la partition dédiée à la persistence
|
||||
echo "Création de la persistence..."
|
||||
sleep 5
|
||||
printf 'n\np\n\n\n\nw' | fdisk $OPTARG
|
||||
echo "Formatage..."
|
||||
sleep 10
|
||||
mkfs.ext4 -L persistence ${OPTARG}3
|
||||
|
||||
# Configuratio de la partition
|
||||
mkdir -p ./tmp
|
||||
mount ${OPTARG}3 ./tmp
|
||||
echo "/ union" > ./tmp/persistence.conf
|
||||
umount ./tmp
|
||||
echo "Finalisation..."
|
||||
sleep 10
|
||||
rm -rf ./tmp
|
||||
|
||||
# Fin
|
||||
echo "Terminé ! Vous pouvez booter sur la clé USB, la persistence sera auto-configurée lors du premier Boot !"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
exit 0
|
||||
165
config/binary
@@ -1,170 +1,107 @@
|
||||
# config/binary - options for live-build(7), binary stage
|
||||
|
||||
# $LB_BINARY_FILESYSTEM: set image filesystem
|
||||
# (Default: fat32)
|
||||
# Set image type
|
||||
LB_IMAGE_TYPE="iso-hybrid"
|
||||
|
||||
# Set image filesystem
|
||||
LB_BINARY_FILESYSTEM="fat32"
|
||||
|
||||
# $LB_APT_INDICES: set apt/aptitude generic indices
|
||||
# (Default: true)
|
||||
# Set apt/aptitude generic indices
|
||||
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"
|
||||
# Set boot parameters
|
||||
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)
|
||||
# Set boot parameters
|
||||
LB_BOOTAPPEND_INSTALL="locales=fr_FR.UTF-8"
|
||||
|
||||
# $LB_BOOTAPPEND_LIVE_FAILSAFE: set boot parameters
|
||||
# (Default: empty)
|
||||
LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal"
|
||||
# Set boot parameters
|
||||
LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788"
|
||||
|
||||
# $LB_BOOTLOADERS: set bootloaders
|
||||
# (Default: syslinux,grub-efi)
|
||||
LB_BOOTLOADERS="syslinux,grub-efi"
|
||||
# Set BIOS bootloader
|
||||
LB_BOOTLOADER_BIOS="syslinux"
|
||||
|
||||
# $LB_CHECKSUMS: set checksums
|
||||
# (Default: md5)
|
||||
LB_CHECKSUMS="md5"
|
||||
# Set EFI bootloader
|
||||
LB_BOOTLOADER_EFI="grub-efi"
|
||||
|
||||
# $LB_COMPRESSION: set compression
|
||||
# (Default: none)
|
||||
# Set checksums
|
||||
LB_CHECKSUMS="sha256 md5"
|
||||
|
||||
# Set compression
|
||||
LB_COMPRESSION="none"
|
||||
|
||||
# $LB_ZSYNC: set zsync
|
||||
# (Default: true)
|
||||
# Set zsync
|
||||
LB_ZSYNC="true"
|
||||
|
||||
# ${LB_BUILD_WITH_CHROOT: control if we build binary images chrooted
|
||||
# (Default: true)
|
||||
# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.
|
||||
# Control if we build binary images chrooted
|
||||
# NEVER, *EVER*, *E*V*E*R* SET THIS OPTION to false.
|
||||
LB_BUILD_WITH_CHROOT="true"
|
||||
|
||||
# $LB_DEBIAN_INSTALLER: set debian-installer
|
||||
# (Default: live)
|
||||
# Set debian-installer
|
||||
LB_DEBIAN_INSTALLER="live"
|
||||
|
||||
# $LB_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
|
||||
# (Default: empty)
|
||||
LB_DEBIAN_INSTALLER_DISTRIBUTION="buster"
|
||||
# Set debian-installer suite
|
||||
LB_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
|
||||
|
||||
# $LB_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
|
||||
# (Default: )
|
||||
# Set debian-installer preseed filename/url
|
||||
LB_DEBIAN_INSTALLER_PRESEEDFILE=""
|
||||
|
||||
# $LB_DEBIAN_INSTALLER_GUI: toggle use of GUI debian-installer
|
||||
# (Default: true)
|
||||
# Toggle use of GUI debian-installer
|
||||
LB_DEBIAN_INSTALLER_GUI="true"
|
||||
|
||||
# $LB_GRUB_SPLASH: set custom grub splash
|
||||
# (Default: empty)
|
||||
LB_GRUB_SPLASH=""
|
||||
|
||||
# $LB_HDD_LABEL: set hdd label
|
||||
# (Default: DEBIAN_LIVE)
|
||||
# Set hdd label
|
||||
LB_HDD_LABEL="DEBIAN_LIVE"
|
||||
|
||||
# $LB_HDD_SIZE: set hdd filesystem size
|
||||
# (Default: auto)
|
||||
# Set hdd filesystem size
|
||||
LB_HDD_SIZE="auto"
|
||||
|
||||
# $LB_HDD_PARTITION_START: set start of partition for the hdd target for BIOSes that expect a specific boot partition start (e.g. "63s"). If empty, use optimal layout.
|
||||
# (Default: )
|
||||
# Set start of partition for the hdd target for BIOSes that expect a specific boot partition start (e.g. "63s"). If empty, use optimal layout.
|
||||
LB_HDD_PARTITION_START=""
|
||||
|
||||
# $LB_ISO_APPLICATION: set iso author
|
||||
# (Default: SVPRO_GNU)
|
||||
LB_ISO_APPLICATION="SVPRO_GNU"
|
||||
# Set iso author
|
||||
LB_ISO_APPLICATION="SVPROGNU-11"
|
||||
|
||||
# $LB_ISO_PREPARER: set iso preparer
|
||||
# (Default: live-build 1:20191221; https://salsa.debian.org/live-team/live-build)
|
||||
LB_ISO_PREPARER="live-build 1:20191221; https://salsa.debian.org/live-team/live-build"
|
||||
# Set iso preparer
|
||||
LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/live-build"
|
||||
|
||||
# $LB_ISO_PUBLISHER: set iso publisher
|
||||
# (Default: Live Systems project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org)
|
||||
LB_ISO_PUBLISHER="Live Systems project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org"
|
||||
# Set iso publisher
|
||||
LB_ISO_PUBLISHER="Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org"
|
||||
|
||||
# $LB_ISO_VOLUME: set iso volume (max 32 chars)
|
||||
# (Default: SVPRO_GNU)
|
||||
LB_ISO_VOLUME="SVPRO_GNU"
|
||||
# Set iso volume (max 32 chars)
|
||||
LB_ISO_VOLUME="SVPROGNU-11"
|
||||
|
||||
# $LB_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
|
||||
# (Default: unset)
|
||||
# Set jffs2 eraseblock size
|
||||
LB_JFFS2_ERASEBLOCK=""
|
||||
|
||||
# $LB_MEMTEST: set memtest
|
||||
# (Default: none)
|
||||
# Set memtest
|
||||
LB_MEMTEST="none"
|
||||
|
||||
# $LB_LOADLIN: set loadlin
|
||||
# (Default: false)
|
||||
LB_LOADLIN="false"
|
||||
# Set loadlin
|
||||
LB_LOADLIN="true"
|
||||
|
||||
# $LB_WIN32_LOADER: set win32-loader
|
||||
# (Default: false)
|
||||
LB_WIN32_LOADER="false"
|
||||
# Set win32-loader
|
||||
LB_WIN32_LOADER="true"
|
||||
|
||||
# $LB_NET_ROOT_FILESYSTEM: set netboot filesystem
|
||||
# (Default: nfs)
|
||||
LB_NET_ROOT_FILESYSTEM="nfs"
|
||||
|
||||
# $LB_NET_ROOT_MOUNTOPTIONS: set nfsopts
|
||||
# (Default: empty)
|
||||
LB_NET_ROOT_MOUNTOPTIONS=""
|
||||
|
||||
# $LB_NET_ROOT_PATH: set netboot server directory
|
||||
# (Default: /srv/debian-live)
|
||||
LB_NET_ROOT_PATH="/srv/debian-live"
|
||||
|
||||
# $LB_NET_ROOT_SERVER: set netboot server address
|
||||
# (Default: 192.168.1.1)
|
||||
LB_NET_ROOT_SERVER="192.168.1.1"
|
||||
|
||||
# $LB_NET_COW_FILESYSTEM: set net client cow filesystem
|
||||
# (Default: nfs)
|
||||
LB_NET_COW_FILESYSTEM="nfs"
|
||||
|
||||
# $LB_NET_COW_MOUNTOPTIONS: set cow mount options
|
||||
# (Default: empty)
|
||||
LB_NET_COW_MOUNTOPTIONS=""
|
||||
|
||||
# $LB_NET_COW_PATH: set cow directory
|
||||
# (Default: )
|
||||
LB_NET_COW_PATH=""
|
||||
|
||||
# $LB_NET_COW_SERVER: set cow server
|
||||
# (Default: )
|
||||
LB_NET_COW_SERVER=""
|
||||
|
||||
# $LB_NET_TARBALL: set net tarball
|
||||
# (Default: true)
|
||||
# Set net tarball
|
||||
LB_NET_TARBALL="true"
|
||||
|
||||
# $LB_ONIE: set onie
|
||||
# (Default: false)
|
||||
# Set onie
|
||||
LB_ONIE="false"
|
||||
|
||||
# $LB_ONIE_KERNEL_CMDLINE: set onie additional kernel cmdline options
|
||||
# (Default: )
|
||||
# Set onie additional kernel cmdline options
|
||||
LB_ONIE_KERNEL_CMDLINE=""
|
||||
|
||||
# $LB_FIRMWARE_BINARY: include firmware packages in debian-installer
|
||||
# (Default: true)
|
||||
# Set inclusion of firmware packages in debian-installer
|
||||
LB_FIRMWARE_BINARY="true"
|
||||
|
||||
# $LB_FIRMWARE_CHROOT: include firmware packages in debian-installer
|
||||
# (Default: true)
|
||||
# Set inclusion of firmware packages in the live image
|
||||
LB_FIRMWARE_CHROOT="true"
|
||||
|
||||
# $LB_SWAP_FILE_PATH: set swap file path
|
||||
# (Default: )
|
||||
# Set swap file path
|
||||
LB_SWAP_FILE_PATH=""
|
||||
|
||||
# $LB_SWAP_FILE_SIZE: set swap file size
|
||||
# (Default: 512)
|
||||
# Set swap file size
|
||||
LB_SWAP_FILE_SIZE="512"
|
||||
|
||||
# $LB_UEFI_SECURE_BOOT: enable/disable UEFI secure boot
|
||||
# (Default: enable)
|
||||
# Enable/disable UEFI secure boot support
|
||||
LB_UEFI_SECURE_BOOT="enable"
|
||||
|
||||
BIN
config/bootloaders/extlinux/splash.png
Normal file
|
After Width: | Height: | Size: 403 KiB |
@@ -1,388 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="640"
|
||||
height="480"
|
||||
id="svg3320"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="splash.svg.in">
|
||||
<defs
|
||||
id="defs3322">
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.402663,0,0,1.115648,-6.237984,0.0533075)"
|
||||
r="18.370251"
|
||||
fy="10.943316"
|
||||
fx="15.491823"
|
||||
cy="10.943316"
|
||||
cx="15.491823"
|
||||
id="radialGradient2813"
|
||||
xlink:href="#linearGradient2807"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
r="35.934704"
|
||||
fy="424.15677"
|
||||
fx="131.23691"
|
||||
cy="424.15677"
|
||||
cx="131.23691"
|
||||
gradientTransform="matrix(0.101953,-0.04272301,0.09621296,0.229599,-48.67227,-64.24148)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient2798"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,0.415385,0,26.70146)"
|
||||
r="30.365856"
|
||||
fy="45.673546"
|
||||
fx="29.898689"
|
||||
cy="45.673546"
|
||||
cx="29.898689"
|
||||
id="radialGradient18290"
|
||||
xlink:href="#linearGradient18284"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.105628,-0.04514018,0.06692574,0.156607,-46.01605,-24.35485)"
|
||||
r="103.26014"
|
||||
fy="409.83737"
|
||||
fx="340.35886"
|
||||
cy="409.83737"
|
||||
cx="340.35886"
|
||||
id="radialGradient13895"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.08174351,0.01024998,-0.04335971,0.345793,6.123413,-84.50421)"
|
||||
r="38.451698"
|
||||
fy="270.67969"
|
||||
fx="424.99243"
|
||||
cy="270.67969"
|
||||
cx="424.99243"
|
||||
id="radialGradient11208"
|
||||
xlink:href="#linearGradient11202"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.272962,-0.071724,0.05616202,0.213737,-78.54657,-24.30491)"
|
||||
r="48.782982"
|
||||
fy="243.06874"
|
||||
fx="293.81989"
|
||||
cy="243.06874"
|
||||
cx="293.81989"
|
||||
id="radialGradient10317"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.224796,0.01017229,-0.00975947,0.215674,-73.87964,-54.89804)"
|
||||
r="40.975471"
|
||||
fy="286.46918"
|
||||
fx="500.97794"
|
||||
cy="286.46918"
|
||||
cx="500.97794"
|
||||
id="radialGradient9434"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.163532,-0.01065754,0.01078108,0.165425,-46.18187,-65.65506)"
|
||||
r="235.88632"
|
||||
fy="685.99139"
|
||||
fx="420.87839"
|
||||
cy="685.99139"
|
||||
cx="420.87839"
|
||||
id="radialGradient8549"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
r="297.21338"
|
||||
fy="-72.420044"
|
||||
fx="336.73767"
|
||||
cy="-72.420044"
|
||||
cx="336.73767"
|
||||
gradientTransform="matrix(0.136507,0,-4.484926e-5,0.07137743,-23.39816,12.31028)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient7666"
|
||||
xlink:href="#linearGradient5012"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
id="linearGradient5012">
|
||||
<stop
|
||||
id="stop5014"
|
||||
offset="0"
|
||||
style="stop-color:#fdf188;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop5016"
|
||||
offset="1"
|
||||
style="stop-color:#d3bc00;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient8543">
|
||||
<stop
|
||||
id="stop8545"
|
||||
offset="0"
|
||||
style="stop-color:#fffef5;stop-opacity:0.94117647;" />
|
||||
<stop
|
||||
id="stop8547"
|
||||
offset="1"
|
||||
style="stop-color:#fce94f;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient11202">
|
||||
<stop
|
||||
id="stop11204"
|
||||
offset="0"
|
||||
style="stop-color:#c4a000;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop11206"
|
||||
offset="1"
|
||||
style="stop-color:#c4a000;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient18284">
|
||||
<stop
|
||||
id="stop18286"
|
||||
offset="0"
|
||||
style="stop-color:#000000;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0.5"
|
||||
id="stop20913" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop19165" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2807"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop2809"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop2811"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<inkscape:perspective
|
||||
id="perspective47"
|
||||
inkscape:persp3d-origin="24 : 16 : 1"
|
||||
inkscape:vp_z="48 : 24 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 24 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.775"
|
||||
inkscape:cx="574.36733"
|
||||
inkscape:cy="250.84337"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1016"
|
||||
inkscape:window-height="570"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="1"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata3325">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-572.3622)">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3328"
|
||||
width="640"
|
||||
height="480"
|
||||
x="0"
|
||||
y="572.36218" />
|
||||
<text
|
||||
transform="scale(1.0000015,0.99999849)"
|
||||
sodipodi:linespacing="100%"
|
||||
id="text3002"
|
||||
y="619.20685"
|
||||
x="190.68135"
|
||||
style="font-size:35.65467453px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
xml:space="preserve"><tspan
|
||||
y="619.20685"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3045">@PROJECT@ @VERSION@ (@DISTRIBUTION@)</tspan><tspan
|
||||
y="639.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3041">@ARCHITECTURE@</tspan><tspan
|
||||
y="659.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3037" /><tspan
|
||||
y="679.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3039">Build: @YEAR@-@MONTH@-@DAY@ @HOUR@:@MINUTE@:@SECOND@</tspan><tspan
|
||||
y="699.20673"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3098" /><tspan
|
||||
y="719.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3102">linux: @LINUX_VERSIONS@</tspan><tspan
|
||||
y="739.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3076">live-build: @LIVE_BUILD_VERSION@</tspan><tspan
|
||||
y="759.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3068">live-boot: @LIVE_BOOT_VERSION@</tspan><tspan
|
||||
y="779.2066"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3070">live-config: @LIVE_CONFIG_VERSION@</tspan><tspan
|
||||
y="799.20654"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3012">live-tools: @LIVE_TOOLS_VERSION@</tspan><tspan
|
||||
y="819.20654"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3066" /></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||
x="200"
|
||||
y="336.7742"
|
||||
id="text3114"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="translate(0,572.3622)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3116" /></text>
|
||||
<g
|
||||
id="layer1-9"
|
||||
inkscape:label="Layer 1"
|
||||
transform="matrix(2.8369273,0,0,2.8369235,27.782921,602.43406)">
|
||||
<path
|
||||
transform="matrix(0.742527,0,-0.05812964,1.428611,4.500517,-36.68345)"
|
||||
d="m 60.264545,45.673546 c 0,6.966249 -13.595256,12.613509 -30.365856,12.613509 -16.770599,0 -30.3658559,-5.64726 -30.3658559,-12.613509 0,-6.966249 13.5952569,-12.613509 30.3658559,-12.613509 16.7706,0 30.365856,5.64726 30.365856,12.613509 z"
|
||||
sodipodi:ry="12.613509"
|
||||
sodipodi:rx="30.365856"
|
||||
sodipodi:cy="45.673546"
|
||||
sodipodi:cx="29.898689"
|
||||
id="path17409"
|
||||
style="fill:url(#radialGradient18290);fill-opacity:1;stroke:none"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccscsssscsccsc"
|
||||
id="path3120"
|
||||
d="M 23.152758,1.1801876 C 20.380218,1.2190783 17.86582,1.8908769 15.634281,3.0196314 14.541531,5.1714614 10.9437,7.7293655 9.4689484,8.0015561 6.5691703,11.460832 4.6887193,15.805035 3.9754523,19.98162 c -4.375e-4,0.0026 4.366e-4,0.0052 0,0.0077 -1.1863594,1.549717 -1.6900108,3.396594 -1.3773472,5.53256 1.1211744,7.659314 3.2821678,14.888292 8.1850959,16.556275 7.154429,2.433946 21.871769,1.785847 25.129507,0.458258 7.13903,-2.909286 7.771453,-9.285098 8.891432,-16.780256 0.305554,-2.044832 -0.144835,-3.841202 -1.230601,-5.372942 -0.009,-0.0556 -0.01849,-0.111474 -0.02832,-0.167342 C 42.763966,15.777007 40.697859,11.326849 37.602582,7.8466935 35.508773,7.62926 31.462964,4.270333 30.483158,2.6229925 28.330506,1.7020155 25.961342,1.1801876 23.407632,1.1801876 c -0.08532,0 -0.170037,-0.00119 -0.254874,0 z"
|
||||
style="fill:url(#radialGradient7666);fill-opacity:1;stroke:#c4a000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccscc"
|
||||
id="path7668"
|
||||
d="M 43.629688,22.792984 C 39.033494,39.233217 10.438199,40.802737 3.7832765,23.04227 3.7410682,39.366403 10.103414,44.083889 28.189955,43.247454 c 3.061977,-0.140689 10.00982,0.04287 14.614484,-9.136776 2.238365,-11.5104 0.825249,-11.317694 0.825249,-11.317694 z"
|
||||
style="opacity:0.66666667;fill:url(#radialGradient8549);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
id="path8553"
|
||||
d="m 34.691565,7.6783057 2.500881,1.1253976 c 0,0 -1.310404,10.1226397 -6.669016,16.4849717 1.771665,-6.455834 4.188975,-17.6103693 4.168135,-17.6103693 z"
|
||||
style="fill:url(#radialGradient9434);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
id="path9436"
|
||||
d="m 15.872437,4.1562328 c 1.50053,9.0656942 6.50229,19.4860282 6.002115,20.0070452 -4.584948,-6.981624 -6.502291,-12.921217 -8.00282,-17.9229779 0,-0.083363 2.000705,-2.0632267 2.000705,-2.0840673 z"
|
||||
style="fill:url(#radialGradient10317);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccsc"
|
||||
id="path10319"
|
||||
d="M 30.21082,3.8227818 C 26.126047,20.328594 25.959322,23.079563 25.959322,23.079563 c 0,0 6.335566,-16.7559003 6.335566,-17.1727135 0,-8e-7 -1.583891,-1.5005286 -2.084068,-2.0840677 z"
|
||||
style="fill:url(#radialGradient11208);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<flowRoot
|
||||
id="flowRoot12974"
|
||||
xml:space="preserve"><flowRegion
|
||||
id="flowRegion12976"><rect
|
||||
y="412.80496"
|
||||
x="86.787514"
|
||||
height="16.02231"
|
||||
width="40.055775"
|
||||
id="rect12978" /></flowRegion><flowPara
|
||||
id="flowPara12980" /></flowRoot> <path
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
id="path13014"
|
||||
d="m 16.18209,34.476182 -0.04467,-9.569745 14.493727,0 1.642604,-1.263542 -16.931465,0 0.04467,10.640581 0.795134,0.192706 z"
|
||||
style="fill:url(#radialGradient13895);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
id="path13897"
|
||||
d="m 31.043495,24.81709 0.08168,9.804611 0.686144,-0.214742 0.01198,-10.85341 -0.779803,1.263541 z"
|
||||
style="fill:#958401;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccscc"
|
||||
id="path16526"
|
||||
d="m 4.2551267,24.106065 c 0,0 2.3166503,8.115689 10.2209413,8.766037 1.105608,2.490418 -1.13497,4.124601 -1.13497,4.124601 L 9.7315781,36.745641 c 0,0 -6.2387745,-7.992942 -6.4882087,-9.900882 -0.2494325,-1.907937 0.1632835,-3.407793 0.1632835,-3.407793 l 0.8484738,0.669099 z"
|
||||
style="fill:url(#radialGradient2798);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:0.74444442;fill:none;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="M 23.184204,2.3889904 C 20.570275,2.4256563 18.199721,3.0590226 16.095844,4.1232033 15.065608,6.1519314 11.673602,8.563503 10.283218,8.8201221 7.5493302,12.0815 5.776456,16.17718 5.1039936,20.11483 c -4.124e-4,0.0024 4.116e-4,0.0049 0,0.0073 -1.1184901,1.46106 -1.8584936,3.246475 -1.5637169,5.260247 1.0570343,7.22114 2.9276025,13.709677 7.3279793,15.639454 5.923141,2.597582 21.539722,1.785935 24.611092,0.534295 6.73062,-2.742852 7.061699,-8.930694 8.117606,-15.997069 0.288074,-1.927851 -0.13655,-3.621454 -1.160201,-5.065566 -0.0084,-0.05242 -0.01743,-0.105097 -0.0267,-0.157769 C 41.673494,16.150755 39.725585,11.955182 36.807382,8.6741189 34.833356,8.4691243 31.019,5.3023548 30.095246,3.7492553 28.065743,2.8809656 25.832115,2.3889904 23.424497,2.3889904 c -0.08044,0 -0.160309,-0.00112 -0.240293,0 z"
|
||||
id="path2703"
|
||||
sodipodi:nodetypes="cccscsssscsccsc"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccssccscccssc"
|
||||
id="path2800"
|
||||
d="m 22.59375,2.78125 c -2.329557,0.1165682 -4.440971,0.7250384 -6.34375,1.6875 -1.010725,1.9903059 -4.354698,4.373241 -5.71875,4.625 -2.6821095,3.199611 -4.4027734,7.199424 -5.0625,11.0625 -4.046e-4,0.0024 4.038e-4,0.02888 0,0.03125 -1.0973069,1.43339 -1.4580267,3.591148 -1.4580267,3.591148 4.685267,3.605062 7.6416117,0.213892 14.3188727,-2.01722 12.59928,1.923141 18.748338,-0.995945 22.514154,-5.667678 0.0069,-0.0085 -0.0035,-0.02088 0,-0.03125 C 39.852567,13.479666 38.411479,11.016387 36.5625,8.9375 34.62586,8.7363873 30.875008,5.6486852 29.96875,4.125 27.977684,3.2731547 25.79952,2.78125 23.4375,2.78125 c -0.07892,10e-8 -0.171531,-0.0011 -0.25,0 -0.200346,0.00281 -0.39633,-0.00988 -0.59375,0 z"
|
||||
style="opacity:0.59444424;fill:url(#radialGradient2813);fill-opacity:1;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 17 KiB |
BIN
config/bootloaders/grub-legacy/splash.png
Normal file
|
After Width: | Height: | Size: 403 KiB |
@@ -8,8 +8,8 @@ insmod all_video
|
||||
insmod gfxterm
|
||||
insmod png
|
||||
|
||||
set color_normal=light-gray/black
|
||||
set color_highlight=white/black
|
||||
set color_normal=white/blue
|
||||
set color_highlight=white/blue
|
||||
|
||||
if [ -e /isolinux/splash.png ]; then
|
||||
# binary_syslinux modifies the theme file to point to the correct
|
||||
@@ -24,8 +24,8 @@ fi
|
||||
|
||||
terminal_output gfxterm
|
||||
|
||||
insmod play
|
||||
play 960 440 1 0 4 440 1
|
||||
#insmod play
|
||||
#play 960 440 1 0 4 440 1
|
||||
|
||||
# Live boot
|
||||
LINUX_LIVE
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 403 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 403 KiB |
BIN
config/bootloaders/pxelinux/splash.png
Normal file
|
After Width: | Height: | Size: 403 KiB |
@@ -1,388 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="640"
|
||||
height="480"
|
||||
id="svg3320"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="splash.svg.in">
|
||||
<defs
|
||||
id="defs3322">
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.402663,0,0,1.115648,-6.237984,0.0533075)"
|
||||
r="18.370251"
|
||||
fy="10.943316"
|
||||
fx="15.491823"
|
||||
cy="10.943316"
|
||||
cx="15.491823"
|
||||
id="radialGradient2813"
|
||||
xlink:href="#linearGradient2807"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
r="35.934704"
|
||||
fy="424.15677"
|
||||
fx="131.23691"
|
||||
cy="424.15677"
|
||||
cx="131.23691"
|
||||
gradientTransform="matrix(0.101953,-0.04272301,0.09621296,0.229599,-48.67227,-64.24148)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient2798"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,0.415385,0,26.70146)"
|
||||
r="30.365856"
|
||||
fy="45.673546"
|
||||
fx="29.898689"
|
||||
cy="45.673546"
|
||||
cx="29.898689"
|
||||
id="radialGradient18290"
|
||||
xlink:href="#linearGradient18284"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.105628,-0.04514018,0.06692574,0.156607,-46.01605,-24.35485)"
|
||||
r="103.26014"
|
||||
fy="409.83737"
|
||||
fx="340.35886"
|
||||
cy="409.83737"
|
||||
cx="340.35886"
|
||||
id="radialGradient13895"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.08174351,0.01024998,-0.04335971,0.345793,6.123413,-84.50421)"
|
||||
r="38.451698"
|
||||
fy="270.67969"
|
||||
fx="424.99243"
|
||||
cy="270.67969"
|
||||
cx="424.99243"
|
||||
id="radialGradient11208"
|
||||
xlink:href="#linearGradient11202"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.272962,-0.071724,0.05616202,0.213737,-78.54657,-24.30491)"
|
||||
r="48.782982"
|
||||
fy="243.06874"
|
||||
fx="293.81989"
|
||||
cy="243.06874"
|
||||
cx="293.81989"
|
||||
id="radialGradient10317"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.224796,0.01017229,-0.00975947,0.215674,-73.87964,-54.89804)"
|
||||
r="40.975471"
|
||||
fy="286.46918"
|
||||
fx="500.97794"
|
||||
cy="286.46918"
|
||||
cx="500.97794"
|
||||
id="radialGradient9434"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.163532,-0.01065754,0.01078108,0.165425,-46.18187,-65.65506)"
|
||||
r="235.88632"
|
||||
fy="685.99139"
|
||||
fx="420.87839"
|
||||
cy="685.99139"
|
||||
cx="420.87839"
|
||||
id="radialGradient8549"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
r="297.21338"
|
||||
fy="-72.420044"
|
||||
fx="336.73767"
|
||||
cy="-72.420044"
|
||||
cx="336.73767"
|
||||
gradientTransform="matrix(0.136507,0,-4.484926e-5,0.07137743,-23.39816,12.31028)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient7666"
|
||||
xlink:href="#linearGradient5012"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
id="linearGradient5012">
|
||||
<stop
|
||||
id="stop5014"
|
||||
offset="0"
|
||||
style="stop-color:#fdf188;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop5016"
|
||||
offset="1"
|
||||
style="stop-color:#d3bc00;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient8543">
|
||||
<stop
|
||||
id="stop8545"
|
||||
offset="0"
|
||||
style="stop-color:#fffef5;stop-opacity:0.94117647;" />
|
||||
<stop
|
||||
id="stop8547"
|
||||
offset="1"
|
||||
style="stop-color:#fce94f;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient11202">
|
||||
<stop
|
||||
id="stop11204"
|
||||
offset="0"
|
||||
style="stop-color:#c4a000;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop11206"
|
||||
offset="1"
|
||||
style="stop-color:#c4a000;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient18284">
|
||||
<stop
|
||||
id="stop18286"
|
||||
offset="0"
|
||||
style="stop-color:#000000;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0.5"
|
||||
id="stop20913" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop19165" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2807"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop2809"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop2811"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<inkscape:perspective
|
||||
id="perspective47"
|
||||
inkscape:persp3d-origin="24 : 16 : 1"
|
||||
inkscape:vp_z="48 : 24 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 24 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.775"
|
||||
inkscape:cx="574.36733"
|
||||
inkscape:cy="250.84337"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1016"
|
||||
inkscape:window-height="570"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="1"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata3325">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-572.3622)">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3328"
|
||||
width="640"
|
||||
height="480"
|
||||
x="0"
|
||||
y="572.36218" />
|
||||
<text
|
||||
transform="scale(1.0000015,0.99999849)"
|
||||
sodipodi:linespacing="100%"
|
||||
id="text3002"
|
||||
y="619.20685"
|
||||
x="190.68135"
|
||||
style="font-size:35.65467453px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
xml:space="preserve"><tspan
|
||||
y="619.20685"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3045">@PROJECT@ @VERSION@ (@DISTRIBUTION@)</tspan><tspan
|
||||
y="639.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3041">@ARCHITECTURE@</tspan><tspan
|
||||
y="659.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3037" /><tspan
|
||||
y="679.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3039">Build: @YEAR@-@MONTH@-@DAY@ @HOUR@:@MINUTE@:@SECOND@</tspan><tspan
|
||||
y="699.20673"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3098" /><tspan
|
||||
y="719.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3102">linux: @LINUX_VERSIONS@</tspan><tspan
|
||||
y="739.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3076">live-build: @LIVE_BUILD_VERSION@</tspan><tspan
|
||||
y="759.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3068">live-boot: @LIVE_BOOT_VERSION@</tspan><tspan
|
||||
y="779.2066"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3070">live-config: @LIVE_CONFIG_VERSION@</tspan><tspan
|
||||
y="799.20654"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3012">live-tools: @LIVE_TOOLS_VERSION@</tspan><tspan
|
||||
y="819.20654"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3066" /></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||
x="200"
|
||||
y="336.7742"
|
||||
id="text3114"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="translate(0,572.3622)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3116" /></text>
|
||||
<g
|
||||
id="layer1-9"
|
||||
inkscape:label="Layer 1"
|
||||
transform="matrix(2.8369273,0,0,2.8369235,27.782921,602.43406)">
|
||||
<path
|
||||
transform="matrix(0.742527,0,-0.05812964,1.428611,4.500517,-36.68345)"
|
||||
d="m 60.264545,45.673546 c 0,6.966249 -13.595256,12.613509 -30.365856,12.613509 -16.770599,0 -30.3658559,-5.64726 -30.3658559,-12.613509 0,-6.966249 13.5952569,-12.613509 30.3658559,-12.613509 16.7706,0 30.365856,5.64726 30.365856,12.613509 z"
|
||||
sodipodi:ry="12.613509"
|
||||
sodipodi:rx="30.365856"
|
||||
sodipodi:cy="45.673546"
|
||||
sodipodi:cx="29.898689"
|
||||
id="path17409"
|
||||
style="fill:url(#radialGradient18290);fill-opacity:1;stroke:none"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccscsssscsccsc"
|
||||
id="path3120"
|
||||
d="M 23.152758,1.1801876 C 20.380218,1.2190783 17.86582,1.8908769 15.634281,3.0196314 14.541531,5.1714614 10.9437,7.7293655 9.4689484,8.0015561 6.5691703,11.460832 4.6887193,15.805035 3.9754523,19.98162 c -4.375e-4,0.0026 4.366e-4,0.0052 0,0.0077 -1.1863594,1.549717 -1.6900108,3.396594 -1.3773472,5.53256 1.1211744,7.659314 3.2821678,14.888292 8.1850959,16.556275 7.154429,2.433946 21.871769,1.785847 25.129507,0.458258 7.13903,-2.909286 7.771453,-9.285098 8.891432,-16.780256 0.305554,-2.044832 -0.144835,-3.841202 -1.230601,-5.372942 -0.009,-0.0556 -0.01849,-0.111474 -0.02832,-0.167342 C 42.763966,15.777007 40.697859,11.326849 37.602582,7.8466935 35.508773,7.62926 31.462964,4.270333 30.483158,2.6229925 28.330506,1.7020155 25.961342,1.1801876 23.407632,1.1801876 c -0.08532,0 -0.170037,-0.00119 -0.254874,0 z"
|
||||
style="fill:url(#radialGradient7666);fill-opacity:1;stroke:#c4a000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccscc"
|
||||
id="path7668"
|
||||
d="M 43.629688,22.792984 C 39.033494,39.233217 10.438199,40.802737 3.7832765,23.04227 3.7410682,39.366403 10.103414,44.083889 28.189955,43.247454 c 3.061977,-0.140689 10.00982,0.04287 14.614484,-9.136776 2.238365,-11.5104 0.825249,-11.317694 0.825249,-11.317694 z"
|
||||
style="opacity:0.66666667;fill:url(#radialGradient8549);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
id="path8553"
|
||||
d="m 34.691565,7.6783057 2.500881,1.1253976 c 0,0 -1.310404,10.1226397 -6.669016,16.4849717 1.771665,-6.455834 4.188975,-17.6103693 4.168135,-17.6103693 z"
|
||||
style="fill:url(#radialGradient9434);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
id="path9436"
|
||||
d="m 15.872437,4.1562328 c 1.50053,9.0656942 6.50229,19.4860282 6.002115,20.0070452 -4.584948,-6.981624 -6.502291,-12.921217 -8.00282,-17.9229779 0,-0.083363 2.000705,-2.0632267 2.000705,-2.0840673 z"
|
||||
style="fill:url(#radialGradient10317);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccsc"
|
||||
id="path10319"
|
||||
d="M 30.21082,3.8227818 C 26.126047,20.328594 25.959322,23.079563 25.959322,23.079563 c 0,0 6.335566,-16.7559003 6.335566,-17.1727135 0,-8e-7 -1.583891,-1.5005286 -2.084068,-2.0840677 z"
|
||||
style="fill:url(#radialGradient11208);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<flowRoot
|
||||
id="flowRoot12974"
|
||||
xml:space="preserve"><flowRegion
|
||||
id="flowRegion12976"><rect
|
||||
y="412.80496"
|
||||
x="86.787514"
|
||||
height="16.02231"
|
||||
width="40.055775"
|
||||
id="rect12978" /></flowRegion><flowPara
|
||||
id="flowPara12980" /></flowRoot> <path
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
id="path13014"
|
||||
d="m 16.18209,34.476182 -0.04467,-9.569745 14.493727,0 1.642604,-1.263542 -16.931465,0 0.04467,10.640581 0.795134,0.192706 z"
|
||||
style="fill:url(#radialGradient13895);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
id="path13897"
|
||||
d="m 31.043495,24.81709 0.08168,9.804611 0.686144,-0.214742 0.01198,-10.85341 -0.779803,1.263541 z"
|
||||
style="fill:#958401;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccscc"
|
||||
id="path16526"
|
||||
d="m 4.2551267,24.106065 c 0,0 2.3166503,8.115689 10.2209413,8.766037 1.105608,2.490418 -1.13497,4.124601 -1.13497,4.124601 L 9.7315781,36.745641 c 0,0 -6.2387745,-7.992942 -6.4882087,-9.900882 -0.2494325,-1.907937 0.1632835,-3.407793 0.1632835,-3.407793 l 0.8484738,0.669099 z"
|
||||
style="fill:url(#radialGradient2798);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:0.74444442;fill:none;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="M 23.184204,2.3889904 C 20.570275,2.4256563 18.199721,3.0590226 16.095844,4.1232033 15.065608,6.1519314 11.673602,8.563503 10.283218,8.8201221 7.5493302,12.0815 5.776456,16.17718 5.1039936,20.11483 c -4.124e-4,0.0024 4.116e-4,0.0049 0,0.0073 -1.1184901,1.46106 -1.8584936,3.246475 -1.5637169,5.260247 1.0570343,7.22114 2.9276025,13.709677 7.3279793,15.639454 5.923141,2.597582 21.539722,1.785935 24.611092,0.534295 6.73062,-2.742852 7.061699,-8.930694 8.117606,-15.997069 0.288074,-1.927851 -0.13655,-3.621454 -1.160201,-5.065566 -0.0084,-0.05242 -0.01743,-0.105097 -0.0267,-0.157769 C 41.673494,16.150755 39.725585,11.955182 36.807382,8.6741189 34.833356,8.4691243 31.019,5.3023548 30.095246,3.7492553 28.065743,2.8809656 25.832115,2.3889904 23.424497,2.3889904 c -0.08044,0 -0.160309,-0.00112 -0.240293,0 z"
|
||||
id="path2703"
|
||||
sodipodi:nodetypes="cccscsssscsccsc"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccssccscccssc"
|
||||
id="path2800"
|
||||
d="m 22.59375,2.78125 c -2.329557,0.1165682 -4.440971,0.7250384 -6.34375,1.6875 -1.010725,1.9903059 -4.354698,4.373241 -5.71875,4.625 -2.6821095,3.199611 -4.4027734,7.199424 -5.0625,11.0625 -4.046e-4,0.0024 4.038e-4,0.02888 0,0.03125 -1.0973069,1.43339 -1.4580267,3.591148 -1.4580267,3.591148 4.685267,3.605062 7.6416117,0.213892 14.3188727,-2.01722 12.59928,1.923141 18.748338,-0.995945 22.514154,-5.667678 0.0069,-0.0085 -0.0035,-0.02088 0,-0.03125 C 39.852567,13.479666 38.411479,11.016387 36.5625,8.9375 34.62586,8.7363873 30.875008,5.6486852 29.96875,4.125 27.977684,3.2731547 25.79952,2.78125 23.4375,2.78125 c -0.07892,10e-8 -0.171531,-0.0011 -0.25,0 -0.200346,0.00281 -0.39633,-0.00988 -0.59375,0 z"
|
||||
style="opacity:0.59444424;fill:url(#radialGradient2813);fill-opacity:1;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 17 KiB |
BIN
config/bootloaders/syslinux/splash.png
Normal file
|
After Width: | Height: | Size: 403 KiB |
@@ -1,388 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="640"
|
||||
height="480"
|
||||
id="svg3320"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="splash.svg.in">
|
||||
<defs
|
||||
id="defs3322">
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.402663,0,0,1.115648,-6.237984,0.0533075)"
|
||||
r="18.370251"
|
||||
fy="10.943316"
|
||||
fx="15.491823"
|
||||
cy="10.943316"
|
||||
cx="15.491823"
|
||||
id="radialGradient2813"
|
||||
xlink:href="#linearGradient2807"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
r="35.934704"
|
||||
fy="424.15677"
|
||||
fx="131.23691"
|
||||
cy="424.15677"
|
||||
cx="131.23691"
|
||||
gradientTransform="matrix(0.101953,-0.04272301,0.09621296,0.229599,-48.67227,-64.24148)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient2798"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,0.415385,0,26.70146)"
|
||||
r="30.365856"
|
||||
fy="45.673546"
|
||||
fx="29.898689"
|
||||
cy="45.673546"
|
||||
cx="29.898689"
|
||||
id="radialGradient18290"
|
||||
xlink:href="#linearGradient18284"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.105628,-0.04514018,0.06692574,0.156607,-46.01605,-24.35485)"
|
||||
r="103.26014"
|
||||
fy="409.83737"
|
||||
fx="340.35886"
|
||||
cy="409.83737"
|
||||
cx="340.35886"
|
||||
id="radialGradient13895"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.08174351,0.01024998,-0.04335971,0.345793,6.123413,-84.50421)"
|
||||
r="38.451698"
|
||||
fy="270.67969"
|
||||
fx="424.99243"
|
||||
cy="270.67969"
|
||||
cx="424.99243"
|
||||
id="radialGradient11208"
|
||||
xlink:href="#linearGradient11202"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.272962,-0.071724,0.05616202,0.213737,-78.54657,-24.30491)"
|
||||
r="48.782982"
|
||||
fy="243.06874"
|
||||
fx="293.81989"
|
||||
cy="243.06874"
|
||||
cx="293.81989"
|
||||
id="radialGradient10317"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.224796,0.01017229,-0.00975947,0.215674,-73.87964,-54.89804)"
|
||||
r="40.975471"
|
||||
fy="286.46918"
|
||||
fx="500.97794"
|
||||
cy="286.46918"
|
||||
cx="500.97794"
|
||||
id="radialGradient9434"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.163532,-0.01065754,0.01078108,0.165425,-46.18187,-65.65506)"
|
||||
r="235.88632"
|
||||
fy="685.99139"
|
||||
fx="420.87839"
|
||||
cy="685.99139"
|
||||
cx="420.87839"
|
||||
id="radialGradient8549"
|
||||
xlink:href="#linearGradient8543"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
r="297.21338"
|
||||
fy="-72.420044"
|
||||
fx="336.73767"
|
||||
cy="-72.420044"
|
||||
cx="336.73767"
|
||||
gradientTransform="matrix(0.136507,0,-4.484926e-5,0.07137743,-23.39816,12.31028)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient7666"
|
||||
xlink:href="#linearGradient5012"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
id="linearGradient5012">
|
||||
<stop
|
||||
id="stop5014"
|
||||
offset="0"
|
||||
style="stop-color:#fdf188;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop5016"
|
||||
offset="1"
|
||||
style="stop-color:#d3bc00;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient8543">
|
||||
<stop
|
||||
id="stop8545"
|
||||
offset="0"
|
||||
style="stop-color:#fffef5;stop-opacity:0.94117647;" />
|
||||
<stop
|
||||
id="stop8547"
|
||||
offset="1"
|
||||
style="stop-color:#fce94f;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient11202">
|
||||
<stop
|
||||
id="stop11204"
|
||||
offset="0"
|
||||
style="stop-color:#c4a000;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop11206"
|
||||
offset="1"
|
||||
style="stop-color:#c4a000;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient18284">
|
||||
<stop
|
||||
id="stop18286"
|
||||
offset="0"
|
||||
style="stop-color:#000000;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0.5"
|
||||
id="stop20913" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop19165" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2807"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop2809"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop2811"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<inkscape:perspective
|
||||
id="perspective47"
|
||||
inkscape:persp3d-origin="24 : 16 : 1"
|
||||
inkscape:vp_z="48 : 24 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 24 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.775"
|
||||
inkscape:cx="574.36733"
|
||||
inkscape:cy="250.84337"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1016"
|
||||
inkscape:window-height="570"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="1"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata3325">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-572.3622)">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3328"
|
||||
width="640"
|
||||
height="480"
|
||||
x="0"
|
||||
y="572.36218" />
|
||||
<text
|
||||
transform="scale(1.0000015,0.99999849)"
|
||||
sodipodi:linespacing="100%"
|
||||
id="text3002"
|
||||
y="619.20685"
|
||||
x="190.68135"
|
||||
style="font-size:35.65467453px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
xml:space="preserve"><tspan
|
||||
y="619.20685"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3045">@PROJECT@ @VERSION@ (@DISTRIBUTION@)</tspan><tspan
|
||||
y="639.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3041">@ARCHITECTURE@</tspan><tspan
|
||||
y="659.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3037" /><tspan
|
||||
y="679.20679"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3039">Build: @YEAR@-@MONTH@-@DAY@ @HOUR@:@MINUTE@:@SECOND@</tspan><tspan
|
||||
y="699.20673"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
|
||||
id="tspan3098" /><tspan
|
||||
y="719.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3102">linux: @LINUX_VERSIONS@</tspan><tspan
|
||||
y="739.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3076">live-build: @LIVE_BUILD_VERSION@</tspan><tspan
|
||||
y="759.20667"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3068">live-boot: @LIVE_BOOT_VERSION@</tspan><tspan
|
||||
y="779.2066"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3070">live-config: @LIVE_CONFIG_VERSION@</tspan><tspan
|
||||
y="799.20654"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3012">live-tools: @LIVE_TOOLS_VERSION@</tspan><tspan
|
||||
y="819.20654"
|
||||
x="190.68135"
|
||||
sodipodi:role="line"
|
||||
style="font-size:19.99996948px;font-style:normal;font-weight:normal;-inkscape-font-specification:DejaVu Sans"
|
||||
id="tspan3066" /></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||
x="200"
|
||||
y="336.7742"
|
||||
id="text3114"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="translate(0,572.3622)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3116" /></text>
|
||||
<g
|
||||
id="layer1-9"
|
||||
inkscape:label="Layer 1"
|
||||
transform="matrix(2.8369273,0,0,2.8369235,27.782921,602.43406)">
|
||||
<path
|
||||
transform="matrix(0.742527,0,-0.05812964,1.428611,4.500517,-36.68345)"
|
||||
d="m 60.264545,45.673546 c 0,6.966249 -13.595256,12.613509 -30.365856,12.613509 -16.770599,0 -30.3658559,-5.64726 -30.3658559,-12.613509 0,-6.966249 13.5952569,-12.613509 30.3658559,-12.613509 16.7706,0 30.365856,5.64726 30.365856,12.613509 z"
|
||||
sodipodi:ry="12.613509"
|
||||
sodipodi:rx="30.365856"
|
||||
sodipodi:cy="45.673546"
|
||||
sodipodi:cx="29.898689"
|
||||
id="path17409"
|
||||
style="fill:url(#radialGradient18290);fill-opacity:1;stroke:none"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccscsssscsccsc"
|
||||
id="path3120"
|
||||
d="M 23.152758,1.1801876 C 20.380218,1.2190783 17.86582,1.8908769 15.634281,3.0196314 14.541531,5.1714614 10.9437,7.7293655 9.4689484,8.0015561 6.5691703,11.460832 4.6887193,15.805035 3.9754523,19.98162 c -4.375e-4,0.0026 4.366e-4,0.0052 0,0.0077 -1.1863594,1.549717 -1.6900108,3.396594 -1.3773472,5.53256 1.1211744,7.659314 3.2821678,14.888292 8.1850959,16.556275 7.154429,2.433946 21.871769,1.785847 25.129507,0.458258 7.13903,-2.909286 7.771453,-9.285098 8.891432,-16.780256 0.305554,-2.044832 -0.144835,-3.841202 -1.230601,-5.372942 -0.009,-0.0556 -0.01849,-0.111474 -0.02832,-0.167342 C 42.763966,15.777007 40.697859,11.326849 37.602582,7.8466935 35.508773,7.62926 31.462964,4.270333 30.483158,2.6229925 28.330506,1.7020155 25.961342,1.1801876 23.407632,1.1801876 c -0.08532,0 -0.170037,-0.00119 -0.254874,0 z"
|
||||
style="fill:url(#radialGradient7666);fill-opacity:1;stroke:#c4a000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccscc"
|
||||
id="path7668"
|
||||
d="M 43.629688,22.792984 C 39.033494,39.233217 10.438199,40.802737 3.7832765,23.04227 3.7410682,39.366403 10.103414,44.083889 28.189955,43.247454 c 3.061977,-0.140689 10.00982,0.04287 14.614484,-9.136776 2.238365,-11.5104 0.825249,-11.317694 0.825249,-11.317694 z"
|
||||
style="opacity:0.66666667;fill:url(#radialGradient8549);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
id="path8553"
|
||||
d="m 34.691565,7.6783057 2.500881,1.1253976 c 0,0 -1.310404,10.1226397 -6.669016,16.4849717 1.771665,-6.455834 4.188975,-17.6103693 4.168135,-17.6103693 z"
|
||||
style="fill:url(#radialGradient9434);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
id="path9436"
|
||||
d="m 15.872437,4.1562328 c 1.50053,9.0656942 6.50229,19.4860282 6.002115,20.0070452 -4.584948,-6.981624 -6.502291,-12.921217 -8.00282,-17.9229779 0,-0.083363 2.000705,-2.0632267 2.000705,-2.0840673 z"
|
||||
style="fill:url(#radialGradient10317);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccsc"
|
||||
id="path10319"
|
||||
d="M 30.21082,3.8227818 C 26.126047,20.328594 25.959322,23.079563 25.959322,23.079563 c 0,0 6.335566,-16.7559003 6.335566,-17.1727135 0,-8e-7 -1.583891,-1.5005286 -2.084068,-2.0840677 z"
|
||||
style="fill:url(#radialGradient11208);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<flowRoot
|
||||
id="flowRoot12974"
|
||||
xml:space="preserve"><flowRegion
|
||||
id="flowRegion12976"><rect
|
||||
y="412.80496"
|
||||
x="86.787514"
|
||||
height="16.02231"
|
||||
width="40.055775"
|
||||
id="rect12978" /></flowRegion><flowPara
|
||||
id="flowPara12980" /></flowRoot> <path
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
id="path13014"
|
||||
d="m 16.18209,34.476182 -0.04467,-9.569745 14.493727,0 1.642604,-1.263542 -16.931465,0 0.04467,10.640581 0.795134,0.192706 z"
|
||||
style="fill:url(#radialGradient13895);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
id="path13897"
|
||||
d="m 31.043495,24.81709 0.08168,9.804611 0.686144,-0.214742 0.01198,-10.85341 -0.779803,1.263541 z"
|
||||
style="fill:#958401;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccscc"
|
||||
id="path16526"
|
||||
d="m 4.2551267,24.106065 c 0,0 2.3166503,8.115689 10.2209413,8.766037 1.105608,2.490418 -1.13497,4.124601 -1.13497,4.124601 L 9.7315781,36.745641 c 0,0 -6.2387745,-7.992942 -6.4882087,-9.900882 -0.2494325,-1.907937 0.1632835,-3.407793 0.1632835,-3.407793 l 0.8484738,0.669099 z"
|
||||
style="fill:url(#radialGradient2798);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:0.74444442;fill:none;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="M 23.184204,2.3889904 C 20.570275,2.4256563 18.199721,3.0590226 16.095844,4.1232033 15.065608,6.1519314 11.673602,8.563503 10.283218,8.8201221 7.5493302,12.0815 5.776456,16.17718 5.1039936,20.11483 c -4.124e-4,0.0024 4.116e-4,0.0049 0,0.0073 -1.1184901,1.46106 -1.8584936,3.246475 -1.5637169,5.260247 1.0570343,7.22114 2.9276025,13.709677 7.3279793,15.639454 5.923141,2.597582 21.539722,1.785935 24.611092,0.534295 6.73062,-2.742852 7.061699,-8.930694 8.117606,-15.997069 0.288074,-1.927851 -0.13655,-3.621454 -1.160201,-5.065566 -0.0084,-0.05242 -0.01743,-0.105097 -0.0267,-0.157769 C 41.673494,16.150755 39.725585,11.955182 36.807382,8.6741189 34.833356,8.4691243 31.019,5.3023548 30.095246,3.7492553 28.065743,2.8809656 25.832115,2.3889904 23.424497,2.3889904 c -0.08044,0 -0.160309,-0.00112 -0.240293,0 z"
|
||||
id="path2703"
|
||||
sodipodi:nodetypes="cccscsssscsccsc"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccssccscccssc"
|
||||
id="path2800"
|
||||
d="m 22.59375,2.78125 c -2.329557,0.1165682 -4.440971,0.7250384 -6.34375,1.6875 -1.010725,1.9903059 -4.354698,4.373241 -5.71875,4.625 -2.6821095,3.199611 -4.4027734,7.199424 -5.0625,11.0625 -4.046e-4,0.0024 4.038e-4,0.02888 0,0.03125 -1.0973069,1.43339 -1.4580267,3.591148 -1.4580267,3.591148 4.685267,3.605062 7.6416117,0.213892 14.3188727,-2.01722 12.59928,1.923141 18.748338,-0.995945 22.514154,-5.667678 0.0069,-0.0085 -0.0035,-0.02088 0,-0.03125 C 39.852567,13.479666 38.411479,11.016387 36.5625,8.9375 34.62586,8.7363873 30.875008,5.6486852 29.96875,4.125 27.977684,3.2731547 25.79952,2.78125 23.4375,2.78125 c -0.07892,10e-8 -0.171531,-0.0011 -0.25,0 -0.200346,0.00281 -0.39633,-0.00988 -0.59375,0 z"
|
||||
style="opacity:0.59444424;fill:url(#radialGradient2813);fill-opacity:1;stroke:none"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 17 KiB |
@@ -1,89 +1,76 @@
|
||||
# config/bootstrap - options for live-build(7), bootstrap stage
|
||||
|
||||
# $LB_DISTRIBUTION: select distribution to use
|
||||
# (Default: buster)
|
||||
LB_DISTRIBUTION="buster"
|
||||
# Select architecture to use
|
||||
LB_ARCHITECTURE="amd64"
|
||||
|
||||
# $LB_PARENT_DISTRIBUTION: select parent distribution to use
|
||||
# (Default: )
|
||||
# Select distribution to use
|
||||
LB_DISTRIBUTION="bullseye"
|
||||
|
||||
# Select parent distribution to use
|
||||
LB_PARENT_DISTRIBUTION=""
|
||||
|
||||
# $LB_DISTRIBUTION_CHROOT: select distribution to use in the chroot
|
||||
# (Default: buster)
|
||||
LB_DISTRIBUTION_CHROOT="buster"
|
||||
# Select distribution to use in the chroot
|
||||
LB_DISTRIBUTION_CHROOT="bullseye"
|
||||
|
||||
# $LB_PARENT_DISTRIBUTION_CHROOT: select parent distribution to use in the chroot
|
||||
# (Default: buster)
|
||||
LB_PARENT_DISTRIBUTION_CHROOT="buster"
|
||||
# Select parent distribution to use in the chroot
|
||||
LB_PARENT_DISTRIBUTION_CHROOT="bullseye"
|
||||
|
||||
# $LB_DISTRIBUTION_BINARY: select distribution to use in the final image
|
||||
# (Default: buster)
|
||||
LB_DISTRIBUTION_BINARY="buster"
|
||||
# Select distribution to use in the final image
|
||||
LB_DISTRIBUTION_BINARY="bullseye"
|
||||
|
||||
# $LB_PARENT_DISTRIBUTION_BINARY: select parent distribution to use in the final image
|
||||
# (Default: buster)
|
||||
LB_PARENT_DISTRIBUTION_BINARY="buster"
|
||||
# Select parent distribution to use in the final image
|
||||
LB_PARENT_DISTRIBUTION_BINARY="bullseye"
|
||||
|
||||
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
|
||||
# (Default: buster)
|
||||
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="buster"
|
||||
# Select parent distribution for debian-installer to use
|
||||
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="bullseye"
|
||||
|
||||
# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Select archive areas to use
|
||||
LB_ARCHIVE_AREAS="main contrib non-free"
|
||||
|
||||
# Select parent archive areas to use
|
||||
LB_PARENT_ARCHIVE_AREAS="main contrib non-free"
|
||||
|
||||
# Set parent mirror to bootstrap from
|
||||
LB_PARENT_MIRROR_BOOTSTRAP="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Set parent mirror to fetch packages from
|
||||
LB_PARENT_MIRROR_CHROOT="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
|
||||
# (Default: http://security.debian.org/)
|
||||
# Set security parent mirror to fetch packages from
|
||||
LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
|
||||
|
||||
# $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Set parent mirror which ends up in the image
|
||||
LB_PARENT_MIRROR_BINARY="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
|
||||
# (Default: http://security.debian.org/)
|
||||
# Set security parent mirror which ends up in the image
|
||||
LB_PARENT_MIRROR_BINARY_SECURITY="http://security.debian.org/"
|
||||
|
||||
# $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Set debian-installer parent mirror
|
||||
LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Set mirror to bootstrap from
|
||||
LB_MIRROR_BOOTSTRAP="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_MIRROR_CHROOT: set mirror to fetch packages from
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Set mirror to fetch packages from
|
||||
LB_MIRROR_CHROOT="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
|
||||
# (Default: http://security.debian.org/)
|
||||
# Set security mirror to fetch packages from
|
||||
LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
|
||||
|
||||
# $LB_MIRROR_BINARY: set mirror which ends up in the image
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Set mirror which ends up in the image
|
||||
LB_MIRROR_BINARY="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
|
||||
# (Default: http://security.debian.org/)
|
||||
# Set security mirror which ends up in the image
|
||||
LB_MIRROR_BINARY_SECURITY="http://security.debian.org/"
|
||||
|
||||
# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
|
||||
# (Default: http://deb.debian.org/debian/)
|
||||
# Set debian-installer mirror
|
||||
LB_MIRROR_DEBIAN_INSTALLER="http://deb.debian.org/debian/"
|
||||
|
||||
# $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
|
||||
# (Default: )
|
||||
LB_BOOTSTRAP_QEMU_ARCHITECTURES=""
|
||||
# Set architectures to use foreign bootstrap
|
||||
LB_BOOTSTRAP_QEMU_ARCHITECTURE=""
|
||||
|
||||
# $LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap
|
||||
# (Default: )
|
||||
# Set packages to exclude during foreign bootstrap
|
||||
LB_BOOTSTRAP_QEMU_EXCLUDE=""
|
||||
|
||||
# $LB_BOOTSTRAP_QEMU_STATIC: static qemu binary for foreign bootstrap
|
||||
# (Default: )
|
||||
# Set static qemu binary for foreign bootstrap
|
||||
LB_BOOTSTRAP_QEMU_STATIC=""
|
||||
|
||||
11
config/build
@@ -1,11 +0,0 @@
|
||||
[Image]
|
||||
Architecture: amd64
|
||||
Archive-Areas: main contrib non-free
|
||||
Distribution-Chroot: buster
|
||||
Distribution-Binary: buster
|
||||
Mirror-Bootstrap: http://deb.debian.org/debian/
|
||||
|
||||
[FIXME]
|
||||
Configuration-Version: 1:20191221
|
||||
Name: live-image
|
||||
Type: iso-hybrid
|
||||
@@ -1,45 +1,34 @@
|
||||
# config/chroot - options for live-build(7), chroot stage
|
||||
|
||||
# $LB_CHROOT_FILESYSTEM: set chroot filesystem
|
||||
# (Default: squashfs)
|
||||
# Set chroot filesystem
|
||||
LB_CHROOT_FILESYSTEM="squashfs"
|
||||
|
||||
# $LB_UNION_FILESYSTEM: set union filesystem
|
||||
# (Default: overlay)
|
||||
# Set chroot squashfs compression level
|
||||
LB_CHROOT_SQUASHFS_COMPRESSION_LEVEL=""
|
||||
|
||||
# Set chroot squashfs compression type
|
||||
LB_CHROOT_SQUASHFS_COMPRESSION_TYPE=""
|
||||
|
||||
# Set union filesystem
|
||||
LB_UNION_FILESYSTEM="overlay"
|
||||
|
||||
# $LB_INTERACTIVE: set interactive build
|
||||
# (Default: false)
|
||||
# Set interactive build
|
||||
LB_INTERACTIVE="false"
|
||||
|
||||
# $LB_KEYRING_PACKAGES: set keyring packages
|
||||
# (Default: empty)
|
||||
# Set keyring packages
|
||||
LB_KEYRING_PACKAGES="debian-archive-keyring"
|
||||
|
||||
# $LB_LINUX_FLAVOURS: set kernel flavour to use
|
||||
# This is kept for backwards compatibility
|
||||
# (Default: autodetected)
|
||||
if [ -n " amd64" ]
|
||||
then
|
||||
LB_LINUX_FLAVOURS_WITH_ARCH=" amd64"
|
||||
fi
|
||||
|
||||
# $LB_LINUX_FLAVOURS_WITH_ARCH: set kernel flavour to use (with arch)
|
||||
# (Default: autodetected)
|
||||
# Set kernel flavour to use (with arch)
|
||||
LB_LINUX_FLAVOURS_WITH_ARCH="amd64"
|
||||
|
||||
# $LB_LINUX_PACKAGES: set kernel packages to use
|
||||
# (Default: autodetected)
|
||||
# Set kernel packages to use
|
||||
LB_LINUX_PACKAGES="linux-image linux-headers"
|
||||
|
||||
# $LB_SECURITY: enable security updates
|
||||
# (Default: true)
|
||||
# Enable security updates
|
||||
LB_SECURITY="true"
|
||||
|
||||
# $LB_UPDATES: enable updates updates
|
||||
# (Default: true)
|
||||
# Enable updates updates
|
||||
LB_UPDATES="true"
|
||||
|
||||
# $LB_BACKPORTS: enable backports updates
|
||||
# (Default: false)
|
||||
# Enable backports updates
|
||||
LB_BACKPORTS="false"
|
||||
|
||||
116
config/common
@@ -1,125 +1,105 @@
|
||||
# config/common - common options for live-build(7)
|
||||
|
||||
# $LB_APT: set package manager
|
||||
# (Default: apt)
|
||||
# Version of live-build used to build config (config format version)
|
||||
LB_CONFIGURATION_VERSION="20210407"
|
||||
|
||||
# Set package manager
|
||||
LB_APT="apt"
|
||||
|
||||
# $LB_APT_FTP_PROXY: set apt/aptitude ftp proxy
|
||||
# (Default: autodetected or empty)
|
||||
# Set apt/aptitude/debootstrap ftp proxy
|
||||
LB_APT_FTP_PROXY=""
|
||||
|
||||
# $LB_APT_HTTP_PROXY: set apt/aptitude http proxy
|
||||
# (Default: autodetected or empty)
|
||||
# Set apt/aptitude/debootstrap http proxy
|
||||
LB_APT_HTTP_PROXY=""
|
||||
|
||||
# $LB_APT_PIPELINE: set apt/aptitude pipeline depth
|
||||
# (Default: )
|
||||
# Set apt/aptitude pipeline depth
|
||||
LB_APT_PIPELINE=""
|
||||
|
||||
# $LB_APT_RECOMMENDS: set apt/aptitude recommends
|
||||
# (Default: true)
|
||||
# Set apt/aptitude recommends
|
||||
LB_APT_RECOMMENDS="true"
|
||||
|
||||
# $LB_APT_SECURE: set apt/aptitude security
|
||||
# (Default: true)
|
||||
# Set apt/aptitude security
|
||||
LB_APT_SECURE="true"
|
||||
|
||||
# $LB_APT_SOURCE_ARCHIVES: set apt/aptitude source entries in sources.list
|
||||
# (Default: true)
|
||||
# Set apt/aptitude source entries in sources.list
|
||||
LB_APT_SOURCE_ARCHIVES="true"
|
||||
|
||||
# $LB_CACHE: control cache
|
||||
# (Default: true)
|
||||
# Control cache
|
||||
LB_CACHE="true"
|
||||
|
||||
# $LB_CACHE_INDICES: control if downloaded package indices should be cached
|
||||
# (Default: false)
|
||||
# Control if downloaded package indices should be cached
|
||||
LB_CACHE_INDICES="false"
|
||||
|
||||
# $LB_CACHE_PACKAGES: control if downloaded packages files should be cached
|
||||
# (Default: true)
|
||||
# Control if downloaded packages files should be cached
|
||||
LB_CACHE_PACKAGES="true"
|
||||
|
||||
# $LB_CACHE_STAGES: control if completed stages should be cached
|
||||
# (Default: bootstrap)
|
||||
# Control if completed stages should be cached
|
||||
LB_CACHE_STAGES="bootstrap"
|
||||
|
||||
# $LB_DEBCONF_FRONTEND: set debconf(1) frontend to use
|
||||
# (Default: noninteractive)
|
||||
# Set debconf(1) frontend to use
|
||||
LB_DEBCONF_FRONTEND="noninteractive"
|
||||
|
||||
# $LB_DEBCONF_PRIORITY: set debconf(1) priority to use
|
||||
# (Default: critical)
|
||||
# Set debconf(1) priority to use
|
||||
LB_DEBCONF_PRIORITY="critical"
|
||||
|
||||
# $LB_INITRAMFS: set initramfs hook
|
||||
# (Default: live-boot)
|
||||
# Set initramfs hook
|
||||
LB_INITRAMFS="live-boot"
|
||||
|
||||
# $LB_INITRAMFS_COMPRESSION: set initramfs compression
|
||||
# (Default: gzip)
|
||||
# Set initramfs compression
|
||||
LB_INITRAMFS_COMPRESSION="gzip"
|
||||
|
||||
# $LB_INITSYSTEM: set init system
|
||||
# (Default: systemd)
|
||||
# Set init system
|
||||
LB_INITSYSTEM="systemd"
|
||||
|
||||
# $LB_FDISK: set fdisk program
|
||||
# (Default: autodetected)
|
||||
LB_FDISK="fdisk"
|
||||
|
||||
# $LB_LOSETUP: set losetup program
|
||||
# (Default: autodetected)
|
||||
LB_LOSETUP="losetup"
|
||||
|
||||
# $LB_MODE: set distribution mode
|
||||
# (Default: debian)
|
||||
# Set distribution mode
|
||||
LB_MODE="debian"
|
||||
|
||||
# $LB_SYSTEM: set system type
|
||||
# (Default: live)
|
||||
# Set system type
|
||||
LB_SYSTEM="live"
|
||||
|
||||
# $LB_TASKSEL: set tasksel program
|
||||
# (Default: apt)
|
||||
LB_TASKSEL="apt"
|
||||
# Set base name of the image
|
||||
LB_IMAGE_NAME="live-image"
|
||||
|
||||
# Set options to use with apt
|
||||
APT_OPTIONS="--yes -o Acquire::Retries=5"
|
||||
|
||||
# Set options to use with aptitude
|
||||
APTITUDE_OPTIONS="--assume-yes -o Acquire::Retries=5"
|
||||
|
||||
# Set options to use with debootstrap
|
||||
DEBOOTSTRAP_OPTIONS=""
|
||||
|
||||
# Set script to use with debootstrap
|
||||
DEBOOTSTRAP_SCRIPT=""
|
||||
|
||||
# Set options to use with gzip
|
||||
GZIP_OPTIONS="-6 --rsyncable"
|
||||
|
||||
# Enable UTC timestamps
|
||||
LB_UTC_TIME="false"
|
||||
|
||||
# live-build options
|
||||
|
||||
# $_BREAKPOINTS: enable breakpoints
|
||||
# Enable breakpoints
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_BREAKPOINTS="false"
|
||||
|
||||
# $_DEBUG: enable debug
|
||||
# Enable debug
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_DEBUG="false"
|
||||
|
||||
# $_COLOR: enable color
|
||||
# Enable color
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_COLOR="false"
|
||||
#_COLOR="auto"
|
||||
|
||||
# $_FORCE: enable force
|
||||
# Enable force
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_FORCE="false"
|
||||
|
||||
# $_QUIET: enable quiet
|
||||
# Enable quiet
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_QUIET="false"
|
||||
|
||||
# $_VERBOSE: enable verbose
|
||||
# Enable verbose
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_VERBOSE="false"
|
||||
|
||||
# Internal stuff (FIXME)
|
||||
APT_OPTIONS="--yes"
|
||||
APTITUDE_OPTIONS="--assume-yes"
|
||||
DEBOOTSTRAP_OPTIONS=""
|
||||
DEBOOTSTRAP_SCRIPT=""
|
||||
GZIP_OPTIONS="-6 --rsyncable"
|
||||
ISOHYBRID_OPTIONS=""
|
||||
|
||||
11
config/hooks/live/0200-seafile.hook.chroot
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
wget https://linux-clients.seafile.com/seafile.asc -O /usr/share/keyrings/seafile-keyring.asc
|
||||
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seafile-deb/bullseye/ stable main' > /etc/apt/sources.list.d/seafile.list
|
||||
|
||||
apt update
|
||||
apt install -y seafile-gui
|
||||
|
||||
exit 0
|
||||
11
config/hooks/live/0300-brave-browser.hook.chroot
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
|
||||
|
||||
apt update
|
||||
apt -y install brave-browser
|
||||
|
||||
exit 0
|
||||
9
config/hooks/live/0400-lightdm-config.hook.chroot
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p /etc/lightdm/lightdm.conf.d
|
||||
echo -e "[Seat:*]\ngreeter-hide-users=false" > /etc/lightdm/lightdm.conf.d/010-users-list.conf
|
||||
echo -e "[Seat:*]\ngreeter-setup-script=/usr/bin/numlockx on" > /etc/lightdm/lightdm.conf.d/020-numlock-on.conf
|
||||
|
||||
exit 0
|
||||
8
config/hooks/live/0500-xnviewmp.hook
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
wget https://download.xnview.com/XnViewMP-linux-x64.deb
|
||||
dpkg -i XnViewMP-linux-x64.deb
|
||||
|
||||
exit 0
|
||||
1
config/hooks/normal/0500-reproducible-glibc.hook.chroot
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/live/build/hooks/normal/0500-reproducible-glibc.hook.chroot
|
||||
@@ -74,7 +74,7 @@ SKEL_IGNORE_REGEX="dpkg-(old|new|dist|save)"
|
||||
# new users to other groups.
|
||||
# This is the list of groups that new non-system users will be added to
|
||||
# Default:
|
||||
EXTRA_GROUPS="sudo dialout cdrom floppy audio video plugdev users"
|
||||
EXTRA_GROUPS="sudo dialout cdrom floppy audio video plugdev users davfs2"
|
||||
|
||||
# If ADD_EXTRA_GROUPS is set to something non-zero, the EXTRA_GROUPS
|
||||
# option above will be default behavior for adding new, non-system users
|
||||
|
||||
9
config/includes.chroot/etc/issue
Normal file
@@ -0,0 +1,9 @@
|
||||
______ ______ ____ ___ ____ _ _ _ _
|
||||
/ ___\ \ / / _ \| _ \ / _ \ / ___| \ | | | | |
|
||||
\___ \\ \ / /| |_) | |_) | | | | | | _| \| | | | |
|
||||
___) |\ V / | __/| _ <| |_| | | |_| | |\ | |_| |
|
||||
|____/ \_/ |_| |_| \_\\___/___\____|_| \_|\___/
|
||||
|_____|
|
||||
|
||||
\r \v \n
|
||||
Bullseye !
|
||||
10
config/includes.chroot/etc/motd
Normal file
@@ -0,0 +1,10 @@
|
||||
______ ______ ____ ___ ____ _ _ _ _
|
||||
/ ___\ \ / / _ \| _ \ / _ \ / ___| \ | | | | |
|
||||
\___ \\ \ / /| |_) | |_) | | | | | | _| \| | | | |
|
||||
___) |\ V / | __/| _ <| |_| | | |_| | |\ | |_| |
|
||||
|____/ \_/ |_| |_| \_\\___/___\____|_| \_|\___/
|
||||
|_____|
|
||||
|
||||
Bullseye !
|
||||
|
||||
|
||||
7
config/includes.chroot/etc/os-release
Normal file
@@ -0,0 +1,7 @@
|
||||
PRETTY_NAME="Debian SVPROGNU Bullseye"
|
||||
NAME="SVPROGNU"
|
||||
ID=svprognu
|
||||
VERSION="11"
|
||||
VERSION_ID=11
|
||||
HOME_URL="https://www.weblib.re/dokuwiki/svprognu"
|
||||
SUPPORT_URL="https://git.weblib.re/svpro/svprognu/"
|
||||
@@ -93,4 +93,17 @@
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="file-icons" type="empty">
|
||||
<property name="show-filesystem" type="bool" value="false"/>
|
||||
<property name="show-removable" type="bool" value="false"/>
|
||||
<property name="show-network-removable" type="bool" value="false"/>
|
||||
<property name="show-device-removable" type="bool" value="false"/>
|
||||
<property name="show-unknown-removable" type="bool" value="false"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="785"/>
|
||||
<property name="window-height" type="int" value="544"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<property name="configver" type="int" value="2"/>
|
||||
<property name="panels" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<value type="int" value="2"/>
|
||||
<property name="panel-1" type="empty">
|
||||
<property name="position" type="string" value="p=8;x=400;y=578"/>
|
||||
<property name="length" type="uint" value="100"/>
|
||||
@@ -13,10 +12,13 @@
|
||||
<property name="plugin-ids" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<value type="int" value="15"/>
|
||||
<value type="int" value="3"/>
|
||||
<value type="int" value="4"/>
|
||||
<value type="int" value="5"/>
|
||||
<value type="int" value="6"/>
|
||||
<value type="int" value="2"/>
|
||||
<value type="int" value="5"/>
|
||||
<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">
|
||||
@@ -26,22 +28,6 @@
|
||||
<value type="uint" value="65535"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="panel-2" type="empty">
|
||||
<property name="position" type="string" value="p=6;x=400;y=14"/>
|
||||
<property name="length" type="uint" value="100"/>
|
||||
<property name="size" type="uint" value="24"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="background-style" type="uint" value="1"/>
|
||||
<property name="background-color" type="array">
|
||||
<value type="uint" value="2570"/>
|
||||
<value type="uint" value="9766"/>
|
||||
<value type="uint" value="32639"/>
|
||||
<value type="uint" value="65535"/>
|
||||
</property>
|
||||
<property name="plugin-ids" type="array">
|
||||
<value type="int" value="3"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugins" type="empty">
|
||||
<property name="plugin-1" type="string" value="applicationsmenu">
|
||||
@@ -63,6 +49,10 @@
|
||||
<value type="string" value="applet networkmanager"/>
|
||||
</property>
|
||||
</property>
|
||||
<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 name="plugin-3" type="string" value="tasklist"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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 name="show-panel-label" type="int" value="1"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,6 @@
|
||||
firefox.settings.services.mozilla.com:HSTS 0 18454 1626011290641,1,0,2
|
||||
addons.thunderbird.net:HSTS 0 18454 1626011109758,1,0,2
|
||||
services.addons.thunderbird.net:HSTS 0 18454 1626011110751,1,0,2
|
||||
location.services.mozilla.com:HSTS 0 18454 1626011262061,1,1,2
|
||||
ssl.google-analytics.com:HSTS 0 18454 1605368705540,1,1,2
|
||||
autoconfig.thunderbird.net:HSTS 0 18454 1626011263347,1,0,2
|
||||
@@ -0,0 +1 @@
|
||||
8932
|
||||
@@ -0,0 +1,27 @@
|
||||
// <!-- <mdb:mork:z v="1.4"/> -->
|
||||
< <(a=c)> // (f=iso-8859-1)
|
||||
(B8=Notes)(B9=LastModifiedDate)(BA=RecordKey)(BB=AddrCharSet)
|
||||
(BC=LastRecordKey)(BD=ns:addrbk:db:table:kind:pab)(BE=ListName)
|
||||
(BF=ListNickName)(C0=ListDescription)(C1=ListTotalAddresses)
|
||||
(C2=LowercaseListName)(C3=ns:addrbk:db:table:kind:deleted)
|
||||
(80=ns:addrbk:db:row:scope:card:all)
|
||||
(81=ns:addrbk:db:row:scope:list:all)
|
||||
(82=ns:addrbk:db:row:scope:data:all)(83=UID)(84=FirstName)(85=LastName)
|
||||
(86=PhoneticFirstName)(87=PhoneticLastName)(88=DisplayName)
|
||||
(89=NickName)(8A=PrimaryEmail)(8B=LowercasePrimaryEmail)
|
||||
(8C=SecondEmail)(8D=LowercaseSecondEmail)(8E=PreferMailFormat)
|
||||
(8F=PopularityIndex)(90=WorkPhone)(91=HomePhone)(92=FaxNumber)
|
||||
(93=PagerNumber)(94=CellularNumber)(95=WorkPhoneType)(96=HomePhoneType)
|
||||
(97=FaxNumberType)(98=PagerNumberType)(99=CellularNumberType)
|
||||
(9A=HomeAddress)(9B=HomeAddress2)(9C=HomeCity)(9D=HomeState)
|
||||
(9E=HomeZipCode)(9F=HomeCountry)(A0=WorkAddress)(A1=WorkAddress2)
|
||||
(A2=WorkCity)(A3=WorkState)(A4=WorkZipCode)(A5=WorkCountry)
|
||||
(A6=JobTitle)(A7=Department)(A8=Company)(A9=_AimScreenName)
|
||||
(AA=AnniversaryYear)(AB=AnniversaryMonth)(AC=AnniversaryDay)
|
||||
(AD=SpouseName)(AE=FamilyName)(AF=WebPage1)(B0=WebPage2)(B1=BirthYear)
|
||||
(B2=BirthMonth)(B3=BirthDay)(B4=Custom1)(B5=Custom2)(B6=Custom3)
|
||||
(B7=Custom4)>
|
||||
|
||||
<(80=0)>
|
||||
{1:^80 {(k^BD:c)(s=9)}
|
||||
[1:^82(^BC=0)]}
|
||||
@@ -0,0 +1 @@
|
||||
{"schema":5,"addons":[{"id":"{847b3a00-7ab1-11d4-8f02-006008948af5}","icons":{"32":"https://addons.thunderbird.net/user-media/addon_icons/0/71-32.png?modified=496f6304","64":"https://addons.thunderbird.net/user-media/addon_icons/0/71-64.png?modified=496f6304"},"name":"Enigmail","version":"2.2","sourceURI":"https://addons.thunderbird.net/thunderbird/downloads/file/1017028/enigmail-2.2-tb.xpi?src=","homepageURL":"https://www.enigmail.net/","supportURL":"http://www.enigmail.net/support/","description":"Chiffrement des courriels et authentification OpenPGP pour Thunderbird.","fullDescription":"Enigmail ajoute à Thunderbird le chiffrement des courriels et l’authentification OpenPGP. Enigmail offre le chiffrement et le déchiffrement automatiques ainsi qu’une gestion intégrée des clés. Enigmail est fondé sur GnuPG pour les fonctions cryptographiques.\n\nNote : GnuPG ne fait pas partie de l’installation, mais sera téléchargé au cours du processus de configuration.","weeklyDownloads":6498,"type":"extension","creator":{"name":"Patrick Brunschwig","url":"https://addons.thunderbird.net/fr/thunderbird/user/patrick-brunschwig/"},"developers":[],"screenshots":[{"url":"https://addons.thunderbird.net/user-media/previews/full/0/179.png?modified=1559478140","width":200,"height":147,"thumbnailURL":"https://addons.thunderbird.net/user-media/previews/thumbs/0/179.png?modified=1559478140","thumbnailWidth":200,"thumbnailHeight":147}],"contributionURL":"","averageRating":3.748,"reviewCount":250,"reviewURL":"https://addons.thunderbird.net/fr/thunderbird/addon/enigmail/reviews/","updateDate":1594378281000}],"compatOverrides":[]}
|
||||
@@ -0,0 +1,5 @@
|
||||
[Compatibility]
|
||||
LastVersion=68.10.0_20200629235513/20200629235513
|
||||
LastOSABI=Linux_x86_64-gcc3
|
||||
LastPlatformDir=/usr/lib/thunderbird
|
||||
LastAppDir=/usr/lib/thunderbird
|
||||
@@ -0,0 +1 @@
|
||||
{"clientID":"d06e102e-420e-425b-b6b0-ddd3933da9af"}
|
||||
@@ -0,0 +1 @@
|
||||
["moz-abdirectory://?"]
|
||||
@@ -0,0 +1 @@
|
||||
{"{e2fda1a4-762b-4020-b5ad-a41df1933103}":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"default-theme@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"google@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"bing@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"amazon@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"ddg@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"qwant@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"wikipedia@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]}}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,27 @@
|
||||
// <!-- <mdb:mork:z v="1.4"/> -->
|
||||
< <(a=c)> // (f=iso-8859-1)
|
||||
(B8=Notes)(B9=LastModifiedDate)(BA=RecordKey)(BB=AddrCharSet)
|
||||
(BC=LastRecordKey)(BD=ns:addrbk:db:table:kind:pab)(BE=ListName)
|
||||
(BF=ListNickName)(C0=ListDescription)(C1=ListTotalAddresses)
|
||||
(C2=LowercaseListName)(C3=ns:addrbk:db:table:kind:deleted)
|
||||
(80=ns:addrbk:db:row:scope:card:all)
|
||||
(81=ns:addrbk:db:row:scope:list:all)
|
||||
(82=ns:addrbk:db:row:scope:data:all)(83=UID)(84=FirstName)(85=LastName)
|
||||
(86=PhoneticFirstName)(87=PhoneticLastName)(88=DisplayName)
|
||||
(89=NickName)(8A=PrimaryEmail)(8B=LowercasePrimaryEmail)
|
||||
(8C=SecondEmail)(8D=LowercaseSecondEmail)(8E=PreferMailFormat)
|
||||
(8F=PopularityIndex)(90=WorkPhone)(91=HomePhone)(92=FaxNumber)
|
||||
(93=PagerNumber)(94=CellularNumber)(95=WorkPhoneType)(96=HomePhoneType)
|
||||
(97=FaxNumberType)(98=PagerNumberType)(99=CellularNumberType)
|
||||
(9A=HomeAddress)(9B=HomeAddress2)(9C=HomeCity)(9D=HomeState)
|
||||
(9E=HomeZipCode)(9F=HomeCountry)(A0=WorkAddress)(A1=WorkAddress2)
|
||||
(A2=WorkCity)(A3=WorkState)(A4=WorkZipCode)(A5=WorkCountry)
|
||||
(A6=JobTitle)(A7=Department)(A8=Company)(A9=_AimScreenName)
|
||||
(AA=AnniversaryYear)(AB=AnniversaryMonth)(AC=AnniversaryDay)
|
||||
(AD=SpouseName)(AE=FamilyName)(AF=WebPage1)(B0=WebPage2)(B1=BirthYear)
|
||||
(B2=BirthMonth)(B3=BirthDay)(B4=Custom1)(B5=Custom2)(B6=Custom3)
|
||||
(B7=Custom4)>
|
||||
|
||||
<(80=0)>
|
||||
{1:^80 {(k^BD:c)(s=9)}
|
||||
[1:^82(^BC=0)]}
|
||||
@@ -0,0 +1,22 @@
|
||||
version="9"
|
||||
logging="no"
|
||||
name="People I Know"
|
||||
enabled="yes"
|
||||
type="17"
|
||||
condition="AND (from,is in ab,moz-abmdbdirectory://abook.mab)"
|
||||
name="Recent Mail"
|
||||
enabled="yes"
|
||||
type="17"
|
||||
condition="AND (age in days,is less than,1)"
|
||||
name="Last 5 Days"
|
||||
enabled="yes"
|
||||
type="17"
|
||||
condition="AND (age in days,is less than,5)"
|
||||
name="Not Junk"
|
||||
enabled="yes"
|
||||
type="17"
|
||||
condition="AND (junk status,isn't,2)"
|
||||
name="Has Attachments"
|
||||
enabled="yes"
|
||||
type="17"
|
||||
condition="AND (has attachment status,is,true)"
|
||||
@@ -0,0 +1 @@
|
||||
{"major": 0, "name": "(39) Gemünden", "engine_commit": "01cde6481916", "package_version": "1.0.32", "pep_protocol_version": "2.0", "engine_version": "0.9.0", "patch": 1, "json_commit": "97c2a3b7e885", "minor": 14, "api_version": "0.14.1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"major": 0, "name": "(39) Gemünden", "engine_commit": "01cde6481916", "package_version": "1.0.32", "pep_protocol_version": "2.0", "engine_version": "0.9.0", "patch": 1, "json_commit": "97c2a3b7e885", "minor": 14, "api_version": "0.14.1"}
|
||||
@@ -0,0 +1,5 @@
|
||||
library=
|
||||
name=NSS Internal PKCS #11 Module
|
||||
parameters=configdir='sql:/home/svpro_gnu/.thunderbird/5wtb12jx.default-default' certPrefix='' keyPrefix='' secmod='secmod.db' flags=optimizeSpace updatedir='' updateCertPrefix='' updateKeyPrefix='' updateid='' updateTokenDescription=''
|
||||
NSS=Flags=internal,critical trustOrder=75 cipherOrder=100 slotParams=(1={slotFlags=[ECC,RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512] askpw=any timeout=30})
|
||||
|
||||
@@ -0,0 +1,78 @@
|
||||
// Mozilla User Preferences
|
||||
|
||||
// DO NOT EDIT THIS FILE.
|
||||
//
|
||||
// If you make changes to this file while the application is running,
|
||||
// the changes will be overwritten when the application exits.
|
||||
//
|
||||
// To change a preference value, you can either:
|
||||
// - modify it via the UI (e.g. via about:config in the browser); or
|
||||
// - set it within a user.js file in your profile.
|
||||
|
||||
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 0);
|
||||
user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 0);
|
||||
user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1594475138);
|
||||
user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1594475289);
|
||||
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 0);
|
||||
user_pref("browser.cache.disk.amount_written", 16348);
|
||||
user_pref("browser.cache.disk.capacity", 542720);
|
||||
user_pref("browser.cache.disk.filesystem_reported", 1);
|
||||
user_pref("browser.search.region", "FR");
|
||||
user_pref("calendar.list.sortOrder", "37c26703-b06d-4ca5-a71b-1f844bda8993");
|
||||
user_pref("calendar.registry.37c26703-b06d-4ca5-a71b-1f844bda8993.calendar-main-in-composite", true);
|
||||
user_pref("calendar.registry.37c26703-b06d-4ca5-a71b-1f844bda8993.name", "Mon agenda");
|
||||
user_pref("calendar.registry.37c26703-b06d-4ca5-a71b-1f844bda8993.type", "storage");
|
||||
user_pref("calendar.registry.37c26703-b06d-4ca5-a71b-1f844bda8993.uri", "moz-storage-calendar://");
|
||||
user_pref("calendar.timezone.local", "Europe/Paris");
|
||||
user_pref("calendar.ui.version", 3);
|
||||
user_pref("extensions.activeThemeID", "default-theme@mozilla.org");
|
||||
user_pref("extensions.blocklist.pingCountVersion", 0);
|
||||
user_pref("extensions.databaseSchema", 31);
|
||||
user_pref("extensions.getAddons.cache.lastUpdate", 1594482218);
|
||||
user_pref("extensions.getAddons.databaseSchema", 5);
|
||||
user_pref("extensions.incognito.migrated", true);
|
||||
user_pref("extensions.lastAppBuildId", "20200629235513");
|
||||
user_pref("extensions.lastAppVersion", "68.10.0");
|
||||
user_pref("extensions.lastPlatformVersion", "68.10.0");
|
||||
user_pref("extensions.pendingOperations", false);
|
||||
user_pref("extensions.systemAddonSet", "{\"schema\":1,\"addons\":{}}");
|
||||
user_pref("extensions.ui.dictionary.hidden", true);
|
||||
user_pref("extensions.ui.lastCategory", "addons://list/extension");
|
||||
user_pref("extensions.ui.locale.hidden", false);
|
||||
user_pref("extensions.webextensions.uuids", "{\"{e2fda1a4-762b-4020-b5ad-a41df1933103}\":\"f228227a-c9cc-4c35-92ec-4c40a5b44a49\",\"default-theme@mozilla.org\":\"14198eea-f337-497e-a8a4-606610528341\",\"google@search.mozilla.org\":\"ed44e6d4-b65e-4435-8ff3-f3123c172ab6\",\"bing@search.mozilla.org\":\"8e868fa9-ce0a-43fe-9eaf-8d92e9b28c08\",\"amazon@search.mozilla.org\":\"24815bc5-be04-4d77-98b4-a8d115c298e6\",\"ddg@search.mozilla.org\":\"cd3a95f4-315e-40a0-806d-adeff365aa01\",\"qwant@search.mozilla.org\":\"5931d4a9-3292-4157-9d1d-85ca5de4b2c5\",\"wikipedia@search.mozilla.org\":\"88f5b6f8-a687-4022-8399-0736f5349615\",\"{847b3a00-7ab1-11d4-8f02-006008948af5}\":\"9bbf4588-bfcf-4698-aeca-6791a53213a0\"}");
|
||||
user_pref("mail.ab_remote_content.migrated", 1);
|
||||
user_pref("mail.append_preconfig_smtpservers.version", 2);
|
||||
user_pref("mail.default_charsets.migrated", 1);
|
||||
user_pref("mail.folder.views.version", 1);
|
||||
user_pref("mail.openMessageBehavior.version", 1);
|
||||
user_pref("mail.rights.version", 1);
|
||||
user_pref("mail.spam.version", 1);
|
||||
user_pref("mail.ui-rdf.version", 17);
|
||||
user_pref("mailnews.database.global.datastore.id", "1a9b80e8-1815-4640-8add-9ebb228391e");
|
||||
user_pref("mailnews.headers.extraAddonHeaders", "autocrypt openpgp");
|
||||
user_pref("mailnews.quotingPrefs.version", 1);
|
||||
user_pref("mailnews.start_page_override.mstone", "68.10.0");
|
||||
user_pref("mailnews.tags.$label1.color", "#FF0000");
|
||||
user_pref("mailnews.tags.$label1.tag", "Important");
|
||||
user_pref("mailnews.tags.$label2.color", "#FF9900");
|
||||
user_pref("mailnews.tags.$label2.tag", "Travail");
|
||||
user_pref("mailnews.tags.$label3.color", "#009900");
|
||||
user_pref("mailnews.tags.$label3.tag", "Personnel");
|
||||
user_pref("mailnews.tags.$label4.color", "#3333FF");
|
||||
user_pref("mailnews.tags.$label4.tag", "À faire");
|
||||
user_pref("mailnews.tags.$label5.color", "#993399");
|
||||
user_pref("mailnews.tags.$label5.tag", "En attente");
|
||||
user_pref("mailnews.tags.version", 2);
|
||||
user_pref("media.gmp.storage.version.observed", 1);
|
||||
user_pref("network.predictor.cleaned-up", true);
|
||||
user_pref("places.history.expiration.transient_current_max_pages", 111257);
|
||||
user_pref("security.sandbox.plugin.tempDirSuffix", "619ccaba-8a02-460f-8fcb-c3205ff79c1f");
|
||||
user_pref("services.settings.clock_skew_seconds", 0);
|
||||
user_pref("services.settings.last_update_seconds", 1594475289);
|
||||
user_pref("services.settings.main.hijack-blocklists.last_check", 1594475289);
|
||||
user_pref("services.settings.main.language-dictionaries.last_check", 1594475289);
|
||||
user_pref("services.settings.main.sites-classification.last_check", 1594475289);
|
||||
user_pref("services.settings.security.onecrl.checked", 1594475289);
|
||||
user_pref("signon.importedFromSqlite", true);
|
||||
user_pref("toolkit.telemetry.cachedClientID", "d06e102e-420e-425b-b6b0-ddd3933da9af");
|
||||
user_pref("toolkit.telemetry.prompted", 2);
|
||||
@@ -0,0 +1 @@
|
||||
{"rev":0,"windows":[{"type":"3pane","tabs":{"rev":0,"selectedIndex":null,"tabs":[]}}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"profile-after-change":true,"final-ui-startup":true,"quit-application-granted":true,"quit-application":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"created": 1594481891554,
|
||||
"firstUse": null
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
version=1
|
||||
@@ -0,0 +1 @@
|
||||
{"chrome://messenger/content/messenger.xul":{"mail-toolbar-menubar2":{"autohide":"true"},"qfb-boolean-mode":{"value":"OR"},"unifinder-search-results-tree-col-title":{"ordinal":"1"},"unifinder-search-results-tree-col-startdate":{"ordinal":"3"},"unifinder-search-results-tree-col-enddate":{"ordinal":"5"},"unifinder-search-results-tree-col-categories":{"ordinal":"7"},"unifinder-search-results-tree-col-location":{"ordinal":"9"},"unifinder-search-results-tree-col-status":{"ordinal":"11"},"unifinder-search-results-tree-col-calendarname":{"ordinal":"13"},"today-minimonth-box":{"collapsed":"true"},"today-none-box":{"collapsed":"true"},"messagepaneboxwrapper":{"collapsed":"true"},"today-pane-splitter":{"hidden":"true"},"today-pane-panel":{"modewidths":"200,200,200","width":"200"},"messengerWindow":{"screenX":"0","screenY":"24","width":"1024","height":"688","sizemode":"maximized"},"header-view-toolbox":{"mode":"full","iconsize":"small","labelalign":"end"},"header-view-toolbar":{"iconsize":"small"},"enigmailStatusCol":{"hidden":"true"},"calendar-task-tree":{"widths":"0 0 0 0 0 0 0 0 0 0 0 0","ordinals":"0 3 5 7 9 11 13 15 17 19 21 23"},"unifinder-todo-tree":{"widths":"0 0 0 0 0 0 0 0 0 0 0 0","ordinals":"0 3 5 7 9 11 13 15 17 19 21 23"},"todo-tab-panel":{"collapsed":"true"}}}
|
||||
@@ -0,0 +1 @@
|
||||
1594481891
|
||||
@@ -0,0 +1,4 @@
|
||||
[FDC34C9F024745EB]
|
||||
Default=5wtb12jx.default-default
|
||||
Locked=1
|
||||
|
||||
19
config/includes.chroot/etc/skel/.thunderbird/profiles.ini
Normal file
@@ -0,0 +1,19 @@
|
||||
[Profile1]
|
||||
Name=default
|
||||
IsRelative=1
|
||||
Path=qi2e2rwx.default
|
||||
Default=1
|
||||
|
||||
[InstallFDC34C9F024745EB]
|
||||
Default=5wtb12jx.default-default
|
||||
Locked=1
|
||||
|
||||
[Profile0]
|
||||
Name=default-default
|
||||
IsRelative=1
|
||||
Path=5wtb12jx.default-default
|
||||
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
Version=2
|
||||
|
||||
4
config/includes.chroot/etc/skel/.thunderbird/qi2e2rwx.default/times.json
Executable file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"created": 1594481891554,
|
||||
"firstUse": null
|
||||
}
|
||||
104
config/includes.chroot/etc/skel/Bureau/firefox-esr.desktop
Executable file
@@ -0,0 +1,104 @@
|
||||
[Desktop Entry]
|
||||
Name=Firefox ESR
|
||||
Name[bg]=Firefox ESR
|
||||
Name[ca]=Firefox ESR
|
||||
Name[cs]=Firefox ESR
|
||||
Name[el]=Firefox ESR
|
||||
Name[es]=Firefox ESR
|
||||
Name[fa]=Firefox ESR
|
||||
Name[fi]=Firefox ESR
|
||||
Name[fr]=Firefox ESR
|
||||
Name[hu]=Firefox ESR
|
||||
Name[it]=Firefox ESR
|
||||
Name[ja]=Firefox ESR
|
||||
Name[ko]=Firefox ESR
|
||||
Name[nb]=Firefox ESR
|
||||
Name[nl]=Firefox ESR
|
||||
Name[nn]=Firefox ESR
|
||||
Name[no]=Firefox ESR
|
||||
Name[pl]=Firefox ESR
|
||||
Name[pt]=Firefox ESR
|
||||
Name[pt_BR]=Firefox ESR
|
||||
Name[ru]=Firefox ESR
|
||||
Name[sk]=Firefox ESR
|
||||
Name[sv]=Firefox ESR
|
||||
Comment=Browse the World Wide Web
|
||||
Comment[bg]=Сърфиране в Мрежата
|
||||
Comment[ca]=Navegueu per el web
|
||||
Comment[cs]=Prohlížení stránek World Wide Webu
|
||||
Comment[de]=Im Internet surfen
|
||||
Comment[el]=Περιηγηθείτε στον παγκόσμιο ιστό
|
||||
Comment[es]=Navegue por la web
|
||||
Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
|
||||
Comment[fi]=Selaa Internetin WWW-sivuja
|
||||
Comment[fr]=Navigue sur Internet
|
||||
Comment[hu]=A világháló böngészése
|
||||
Comment[it]=Esplora il web
|
||||
Comment[ja]=ウェブを閲覧します
|
||||
Comment[ko]=웹을 돌아 다닙니다
|
||||
Comment[nb]=Surf på nettet
|
||||
Comment[nl]=Verken het internet
|
||||
Comment[nn]=Surf på nettet
|
||||
Comment[no]=Surf på nettet
|
||||
Comment[pl]=Przeglądanie stron WWW
|
||||
Comment[pt]=Navegue na Internet
|
||||
Comment[pt_BR]=Navegue na Internet
|
||||
Comment[ru]=Обозреватель Всемирной Паутины
|
||||
Comment[sk]=Prehliadanie internetu
|
||||
Comment[sv]=Surfa på webben
|
||||
GenericName=Web Browser
|
||||
GenericName[bg]=Интернет браузър
|
||||
GenericName[ca]=Navegador web
|
||||
GenericName[cs]=Webový prohlížeč
|
||||
GenericName[de]=Webbrowser
|
||||
GenericName[el]=Περιηγητής ιστού
|
||||
GenericName[es]=Navegador web
|
||||
GenericName[fa]=مرورگر اینترنتی
|
||||
GenericName[fi]=WWW-selain
|
||||
GenericName[fr]=Navigateur Web
|
||||
GenericName[hu]=Webböngésző
|
||||
GenericName[it]=Browser Web
|
||||
GenericName[ja]=ウェブ・ブラウザ
|
||||
GenericName[ko]=웹 브라우저
|
||||
GenericName[nb]=Nettleser
|
||||
GenericName[nl]=Webbrowser
|
||||
GenericName[nn]=Nettlesar
|
||||
GenericName[no]=Nettleser
|
||||
GenericName[pl]=Przeglądarka WWW
|
||||
GenericName[pt]=Navegador Web
|
||||
GenericName[pt_BR]=Navegador Web
|
||||
GenericName[ru]=Интернет-браузер
|
||||
GenericName[sk]=Internetový prehliadač
|
||||
GenericName[sv]=Webbläsare
|
||||
X-GNOME-FullName=Firefox ESR Web Browser
|
||||
X-GNOME-FullName[bg]=Интернет браузър (Firefox ESR)
|
||||
X-GNOME-FullName[ca]=Navegador web Firefox ESR
|
||||
X-GNOME-FullName[cs]=Firefox ESR Webový prohlížeč
|
||||
X-GNOME-FullName[el]=Περιηγήτης Ιστού Firefox ESR
|
||||
X-GNOME-FullName[es]=Navegador web Firefox ESR
|
||||
X-GNOME-FullName[fa]=مرورگر اینترنتی Firefox ESR
|
||||
X-GNOME-FullName[fi]=Firefox ESR-selain
|
||||
X-GNOME-FullName[fr]=Navigateur Web Firefox ESR
|
||||
X-GNOME-FullName[hu]=Firefox ESR webböngésző
|
||||
X-GNOME-FullName[it]=Firefox ESR Browser Web
|
||||
X-GNOME-FullName[ja]=Firefox ESR ウェブ・ブラウザ
|
||||
X-GNOME-FullName[ko]=Firefox ESR 웹 브라우저
|
||||
X-GNOME-FullName[nb]=Firefox ESR Nettleser
|
||||
X-GNOME-FullName[nl]=Firefox ESR webbrowser
|
||||
X-GNOME-FullName[nn]=Firefox ESR Nettlesar
|
||||
X-GNOME-FullName[no]=Firefox ESR Nettleser
|
||||
X-GNOME-FullName[pl]=Przeglądarka WWW Firefox ESR
|
||||
X-GNOME-FullName[pt]=Firefox ESR Navegador Web
|
||||
X-GNOME-FullName[pt_BR]=Navegador Web Firefox ESR
|
||||
X-GNOME-FullName[ru]=Интернет-браузер Firefox ESR
|
||||
X-GNOME-FullName[sk]=Internetový prehliadač Firefox ESR
|
||||
X-GNOME-FullName[sv]=Webbläsaren Firefox ESR
|
||||
Exec=/usr/lib/firefox-esr/firefox-esr %u
|
||||
Terminal=false
|
||||
X-MultipleArgs=false
|
||||
Type=Application
|
||||
Icon=firefox-esr
|
||||
Categories=Network;WebBrowser;
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
|
||||
StartupWMClass=Firefox-esr
|
||||
StartupNotify=true
|
||||
115
config/includes.chroot/etc/skel/Bureau/thunderbird.desktop
Executable file
@@ -0,0 +1,115 @@
|
||||
[Desktop Entry]
|
||||
Name=Thunderbird
|
||||
Comment=Read/Write Mail/News with Thunderbird
|
||||
GenericName=Mail Client
|
||||
Exec=/usr/bin/thunderbird %u
|
||||
Terminal=false
|
||||
X-MultipleArgs=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Icon=/usr/share/thunderbird/chrome/icons/default/default256.png
|
||||
Categories=Network;Email;News;GTK;
|
||||
MimeType=message/rfc822;x-scheme-handler/mailto;text/calendar;text/x-vcard;
|
||||
StartupWMClass=Thunderbird
|
||||
StartupNotify=true
|
||||
Name[ast]=Veceru de corréu Thunderbird
|
||||
Name[ca]=Client de correu Thunderbird
|
||||
Name[cs]=Poštovní klient Thunderbird
|
||||
Name[da]=Mozilla Thunderbird - e-post/nyhedsgruppe
|
||||
Name[de]=Thunderbird E-Mail und Nachrichten
|
||||
Name[el]=Ηλεκτρονική αλληλογραφία Thunderbird
|
||||
Name[es]=Cliente de correo Thunderbird
|
||||
Name[fi]=Thunderbird-sähköposti
|
||||
Name[fr]=Messagerie Thunderbird
|
||||
Name[gl]=Cliente de correo Thunderbird
|
||||
Name[he]=Mozilla Thunderbird דוא״ל/חדשות
|
||||
Name[hr]=Mozilla Thunderbird e-pošta/novosti
|
||||
Name[hu]=Thunderbird levelezőkliens
|
||||
Name[it]=Email Mozilla Thunderbird
|
||||
Name[ja]=Thunderbird電子メールクライアント
|
||||
Name[ko]=Mozilla Thunderbird
|
||||
Name[nl]=Mozilla Thunderbird e-mail/nieuws
|
||||
Name[pl]=Klient poczty Thunderbird
|
||||
Name[pt_BR]=Cliente de E-mail Thunderbird
|
||||
Name[ru]=Почтовый клиент Thunderbird
|
||||
Name[sk]=Thunderbird - poštový klient
|
||||
Name[sv]=E-postklienten Thunderbird
|
||||
Name[ug]=Mozilla Thunderbird ئېلخەت/خەۋەر
|
||||
Name[uk]=Поштова програма Thunderbird
|
||||
Name[vi]=Trình điện thư Mozilla Thunderbird
|
||||
Name[zh_CN]=Thunderbird 邮件/新闻
|
||||
Name[zh_TW]=Thunderbird 郵件
|
||||
Comment[ast]=Lleer y escribir corréu electrónicu
|
||||
Comment[ca]=Llegiu i escriviu correu
|
||||
Comment[cs]=Čtení a psaní pošty
|
||||
Comment[da]=Læs/skriv post/nyheder med Thunderbird
|
||||
Comment[de]=E-Mails und Nachrichten mit Thunderbird lesen und schreiben
|
||||
Comment[el]=Διαβάστε και γράψτε γράμματα με το Mozilla Thunderbird
|
||||
Comment[es]=Lea y escriba correos y noticias con Thunderbird
|
||||
Comment[fi]=Lue ja kirjoita sähköposteja
|
||||
Comment[fr]=Lire et écrire des courriels
|
||||
Comment[gl]=Lea e escriba correo electrónico
|
||||
Comment[he]=קריאה/כתיבה של דוא״ל/חדשות באמצעות Mozilla Thunderbird
|
||||
Comment[hr]=Čitajte/šaljite e-poštu s Thunderbird
|
||||
Comment[hu]=Levelek írása és olvasása a Thunderbirddel
|
||||
Comment[it]=Per leggere e scrivere email
|
||||
Comment[ja]=メールの読み書き
|
||||
Comment[ko]=Mozilla Thunderbird 메일/뉴스 읽기 및 쓰기 클라이언트
|
||||
Comment[nl]=E-mail/nieuws lezen en schrijven met Mozilla Thunderbird
|
||||
Comment[pl]=Czytanie i wysyłanie e-maili
|
||||
Comment[pt_BR]=Leia e escreva suas mensagens
|
||||
Comment[ru]=Читайте и пишите письма
|
||||
Comment[sk]=Čítajte a píšte poštu pomocou programu Thunderbird
|
||||
Comment[sv]=Läs och skriv e-post
|
||||
Comment[ug]=ئېلخەت ۋە خەۋەرلەرنى Mozilla Thunderbird دا كۆرۈش ۋە يېزىش
|
||||
Comment[uk]=Читання та написання листів
|
||||
Comment[vi]=Đọc và soạn thư điện tử
|
||||
Comment[zh_CN]=阅读邮件或新闻
|
||||
Comment[zh_TW]=以 Mozilla Thunderbird 讀寫郵件或新聞
|
||||
GenericName[ast]=Client de correu
|
||||
GenericName[ca]=Client de correu
|
||||
GenericName[cs]=Poštovní klient
|
||||
GenericName[da]=Postklient
|
||||
GenericName[de]=E-Mail-Anwendung
|
||||
GenericName[el]=Λογισμικό αλληλογραφίας
|
||||
GenericName[es]=Cliente de correo
|
||||
GenericName[fi]=Sähköpostiohjelma
|
||||
GenericName[fr]=Client de messagerie
|
||||
GenericName[gl]=Cliente de correo electrónico
|
||||
GenericName[he]=לקוח דוא״ל
|
||||
GenericName[hr]=Klijent e-pošte
|
||||
GenericName[hu]=Levelezőkliens
|
||||
GenericName[it]=Client email
|
||||
GenericName[ja]=電子メールクライアント
|
||||
GenericName[ko]=메일 클라이언트
|
||||
GenericName[nl]=E-mailprogramma
|
||||
GenericName[pt_BR]=Cliente de E-mail
|
||||
GenericName[ru]=Почтовый клиент
|
||||
GenericName[sk]=Poštový klient
|
||||
GenericName[ug]=ئېلخەت دېتالى
|
||||
GenericName[uk]=Поштова програма
|
||||
GenericName[vi]=Phần mềm khách quản lý thư điện tử
|
||||
GenericName[zh_CN]=邮件新闻客户端
|
||||
GenericName[zh_TW]=郵件用戶端
|
||||
Keywords=EMail;E-mail;Contact;Addressbook;News;
|
||||
Keywords[ast]=Corréu;Corréu-e;Noticies;Discusiones;Mensaxes;Canales;RSS
|
||||
Keywords[ca]=Correu;Email;E-mail;Mailing;Llistes;Notícies;RSS
|
||||
Keywords[cs]=Email;E-mail;Pošta;Elektronická pošta;Diskusní skupiny;Čtečka;RSS
|
||||
Keywords[da]=Email;E-mail;Epost;E-post;Ebrev;E-brev;Kontakt;Adressebog;Nyheder;
|
||||
Keywords[de]=Mail;E-Mail;Newsgroup;Nachrichten;Feed;RSS;Post;News;Usenet;online;lesen;schreiben
|
||||
Keywords[el]=Email;E-mail;Newsgroup;Feed;RSS;ημαιλ;Αλληλογραφία;Ροή;ΡΣΣ;Συζητήσεις;Γράμματα
|
||||
Keywords[es]=Email;Correo electrónico;Noticias;Discusiones;Mensajes;Canales;RSS
|
||||
Keywords[fi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;posti;sähköposti;maili;meili;Usenet;uutisryhmät;syöte
|
||||
Keywords[fr]=Mails;Mels;E-Mails;Emails;Courriels;Courriers;Newsgroup;Feed;RSS;Poster;Thunderbird;Lire;Écrire
|
||||
Keywords[he]=דוא"ל;דוא״ל;מייל;אי-מייל;אימייל;הודעות;מוזילה;תאנדרבירד;ת׳אנדרבירד;ת'אנדרבירד;ת׳אנדרברד;ת'אנדרברד;דואל;
|
||||
Keywords[hr]=email;e-mail;e-pošta;pošta;RSS
|
||||
Keywords[hu]=Email;E-mail;Levél;Levelezés;Hírcsoport;Feed;Hírforrás;RSS
|
||||
Keywords[it]=Email;Mail;Posta;Newsgroup;Feed;RSS
|
||||
Keywords[is]=tölvupóstur;rafpóstur;fréttir;fréttahópar;samtöl;skilaboð;fréttastraumar;RSS
|
||||
Keywords[ja]=Eメール;イーメール;mail;e-mail;email;メール;電子メール;ニュースグループ;ネットニュース;RSS;フィードリーダー;書く;読む;Mozilla
|
||||
Keywords[nl]=Email;E-mail;Newsgroup;Feed;RSS;Nieuwsgroep;Post
|
||||
Keywords[ru]=Email;E-mail;Newsgroup;Feed;RSS;почта;письма;новости;фиды
|
||||
Keywords[sk]=Email;E-mail;Elektronická pošta;Diskusné skupiny;Čítačka kanálov;RSS
|
||||
Keywords[uk]=Email;E-mail;Newsgroup;Feed;RSS;пошта;новини;подачі;стрічка
|
||||
Keywords[vi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;Thư điện tử;Gửi thư
|
||||
Keywords[zh_CN]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;电子;邮件;新闻;Thunderbird;tb;雷鸟;电邮;邮箱;阅读器;
|
||||