#1826 Le 07/02/2022, à 21:04
- tarski
Re : MultiSystem, Créez votre LiveUSB MultiBoot simplement! [2]
Bonjour,
J'ai une suggestion à proposer pour améliorer la prise en compte d'une DEBIAN Live. En effet, multisystem définit le langage en remplissant le paramètre locales .
C'est bien, mais il pourrait aussi définir le clavier en remplissant les paramètres keyboard-layouts et keyboard-variants .
Bien faire attention au s final de layouts et de variants , sinon ça ne marche pas.
Voici une manière de les remplir :
"keyboard-layouts=${XKBLAYOUT} keyboard-variants=${XKBVARIANT} "
Hors ligne
#1827 Le 16/07/2022, à 00:59
- UlfZibis
Re : MultiSystem, Créez votre LiveUSB MultiBoot simplement! [2]
Hello,
First of all, sorry to talk in english, but I'm not french...
When adding your repository, I get a warning:
$ wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
$ sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
[.....]
W: http://liveusb.info/multisystem/depot/dists/all/Release.gpg: Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (/etc/apt/trusted.gpg), siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details.
Please update the install instructions. Here my proposal:
wget -O- http://liveusb.info/multisystem/depot/multisystem.asc | gpg --dearmor | sudo tee /usr/share/keyrings/multisystem-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/multisystem-keyring.gpg] http://liveusb.info/multisystem/depot all main
# deb-src [signed-by=/usr/share/keyrings/multisystem-keyring.gpg] http://liveusb.info/multisystem/depot all main" | sudo tee /etc/apt/sources.list.d/multisystem-all.list
sudo apt update && sudo apt install multisystem
Hors ligne