Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
linux:custom_mint [2017/02/24 15:41] – minimi | linux:custom_mint [2020/02/27 15:21] (Version actuelle) – [Ajout] minimi | ||
---|---|---|---|
Ligne 12: | Ligne 12: | ||
cp linuxmint-18.1-mate-32bit.iso mylivecd/ | cp linuxmint-18.1-mate-32bit.iso mylivecd/ | ||
cd mylivecd | cd mylivecd | ||
- | mkdir tmp | + | mkdir mnt |
sudo mount -o ro,loop linuxmint-18.1-mate-32bit.iso | sudo mount -o ro,loop linuxmint-18.1-mate-32bit.iso | ||
sudo rsync --exclude=/ | sudo rsync --exclude=/ | ||
Ligne 33: | Ligne 33: | ||
export HOME=/root | export HOME=/root | ||
export LC_ALL=C</ | export LC_ALL=C</ | ||
+ | |||
+ | Mettre des sources FR de ubuntu. | ||
+ | |||
+ | Modifier / | ||
+ | |||
+ | < | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | </ | ||
+ | |||
+ | mettre à jour la cache | ||
+ | |||
+ | < | ||
+ | apt-get update | ||
+ | </ | ||
Customiser l' | Customiser l' | ||
Ligne 83: | Ligne 99: | ||
ajouter (fr pour archive ubuntu) + adapter mirroir | ajouter (fr pour archive ubuntu) + adapter mirroir | ||
< | < | ||
- | deb http:// | + | deb http:// |
- | deb http:// | + | deb http:// |
- | deb http:// | + | deb http:// |
</ | </ | ||
Ligne 104: | Ligne 120: | ||
</ | </ | ||
- | Suppr | + | ==== Suppr ==== |
- | < | + | < |
+ | |||
+ | * hexchat : messagerie instantanée | ||
+ | * | ||
+ | |||
+ | ==== Ajout ==== | ||
+ | < | ||
+ | |||
+ | * vlc media player | ||
+ | * ttf-mscorefonts-installer : polices microsoft pour la compatibilité | ||
+ | * ttf-ancient-fonts : polices emoji | ||
+ | * ttf-ubuntu-font-family ttf-dejavu ttf-dejavu-extra ttf-liberation : autres polices | ||
+ | * libdvd-pkg : lecture des dvd | ||
+ | * numlockx : pour activer le pavé numérique au démarrage (config lightdm à modifier après installation) | ||
+ | * " | ||
+ | * " | ||
+ | |||
+ | |||
+ | |||
+ | ===== Configurations ===== | ||
+ | |||
+ | ** Caja ** | ||
+ | Désactiver la suppression directe dans caja | ||
+ | < | ||
+ | |||
+ | ** MintUpdate ** | ||
+ | |||
+ | / | ||
+ | |||
+ | Cacher mintupdate après maj | ||
+ | < | ||
+ | |||
+ | Ne montrer l' | ||
+ | < | ||
+ | |||
+ | ** Ne pas poser la question des dépôts locaux ** | ||
+ | < | ||
+ | |||
+ | ** Activer la mise à jour automatique (journalière par défaut) ** | ||
+ | < | ||
+ | |||
+ | ** Activer nettoyage des vieux noyaux ** | ||
+ | < | ||
+ | |||
+ | ==== Activer canaux européen wifi ==== | ||
+ | < | ||
+ | |||
+ | ==== L’accellération matérielle pour Firefox ==== | ||
+ | |||
+ | Sous Linux, l’accellération matérielle est désactivée. Pour l’activer (dans firefox) il faut aussi le permettre au niveau du système. Ici on dit au serveur graphique de laisser Firefox utiliser l’accellération matérielle : | ||
+ | |||
+ | < | ||
+ | |||
+ | Ensuite, on l’active au sein de Firefox en mettant ces deux options à true dans le about: | ||
+ | |||
+ | < | ||
+ | layers.offmainthreadcomposition.enabled</ | ||
- | Ajout | ||
- | < | ||
- | Changer fond écran | ||
< | < | ||
ou modifier / | ou modifier / | ||
Ligne 138: | Ligne 207: | ||
/ | / | ||
+ | |||
+ | Désactiver le verouillage écran en cas de veille | ||
+ | |||
+ | < | ||
+ | dconf write / | ||
+ | dconf write / | ||
+ | </ | ||
Sortir du Chroot | Sortir du Chroot | ||
Ligne 146: | Ligne 222: | ||
rm -rf / | rm -rf / | ||
rm -rf /etc/hosts | rm -rf /etc/hosts | ||
+ | #ln -sf / | ||
+ | cd /etc | ||
+ | ln -sf ../ | ||
rm -rf /root | rm -rf /root | ||
mkdir /root | mkdir /root | ||
Ligne 161: | Ligne 240: | ||
xhost -</ | xhost -</ | ||
- | (unmount /proc ...) //ignore warning in this command | ||
- | (exit) //if fails try exit 0 | ||
- | (sudo umount edit/ | ||
Iso en fr | Iso en fr | ||
+ | |||
< | < | ||
+ | |||
+ | |||
+ | |||
+ | ==== Regenerate manifest (ignore any warning) ==== | ||
+ | < | ||
+ | su -i | ||
+ | cd CHEMIN | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | chmod +w extracted/ | ||
+ | chroot edit dpkg-query -W --showformat=' | ||
+ | cp extracted/ | ||
+ | sed -i '/ | ||
+ | sed -i '/ | ||
+ | </ | ||
+ | |||
+ | ==== Compress ==== | ||
+ | < | ||
+ | rm extracted/ | ||
+ | mksquashfs edit extracted/ | ||
+ | </ | ||
+ | |||
+ | ==== Update some required files ==== | ||
+ | |||
+ | < | ||
+ | printf $(sudo du -sx --block-size=1 edit | cut -f1) > extracted/ | ||
+ | </ | ||
+ | |||
+ | open extracted/ | ||
+ | |||
+ | Remove old md5sum and calculate new md5sums: | ||
+ | |||
+ | < | ||
+ | cd extracted | ||
+ | rm MD5SUMS | ||
+ | find -type f -print0 | sudo xargs -0 md5sum | grep -v isolinux/ | ||
+ | </ | ||
+ | |||
+ | ==== Create the ISO image ==== | ||
+ | |||
+ | < | ||
+ | mkisofs -D -r -V " | ||
+ | exit | ||
+ | </ | ||
+ | |||
+ | |||
+ | < | ||
+ | |||
+ | ==== Test the ISO image ==== | ||
+ | |||
+ | |||
+ | You can use qemu, kvm, virtualbox for a test run of the iso or you can use your physical computer for testing (making a live usb or burning the iso to cd or dvd). If everything is satisfactory then you can make this a final release of your new custom Linux Mint dristro. | ||