fix: Configuration GRUB automatique et ajout raccourci bureau
- Changement grub-installer/bootdev de 'manual' vers 'default' pour installation automatique - Ajout copie du fichier .desktop vers /usr/share/applications/ dans preseed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -75,8 +75,8 @@ d-i pkgsel/include string \
|
||||
d-i grub-installer/only_debian boolean true
|
||||
d-i grub-installer/with_other_os boolean true
|
||||
|
||||
# Choix manuel du périphérique d'installation GRUB
|
||||
d-i grub-installer/bootdev string manual
|
||||
# Détection automatique du périphérique d'installation GRUB
|
||||
d-i grub-installer/bootdev string default
|
||||
|
||||
# Configuration post-installation : suppression navigateurs par défaut et installation Firefox Mozilla ainsi que fish
|
||||
d-i preseed/late_command string \
|
||||
@@ -94,7 +94,9 @@ d-i preseed/late_command string \
|
||||
in-target dpkg --add-architecture i386 ; \
|
||||
in-target apt-get update ; \
|
||||
sh -c 'cp /cdrom/preseeds/install_gaming.sh /target/usr/local/bin/install_gaming.sh ; \
|
||||
chmod +x /target/usr/local/bin/install_gaming.sh' \
|
||||
chmod +x /target/usr/local/bin/install_gaming.sh' ; \
|
||||
sh -c 'cp "/cdrom/preseeds/Debian Gaming Deployment Tool.desktop" /target/usr/share/applications/ ; \
|
||||
chmod 644 /target/usr/share/applications/"Debian Gaming Deployment Tool.desktop"' \
|
||||
|
||||
# Finalisation : redémarrage automatique
|
||||
d-i finish-install/reboot_in_progress note
|
||||
Reference in New Issue
Block a user