Eine vor ein paar Monaten installierte Debian-Version < Stretch v9.9 :
Code: Alles auswählen
root@xxx-yyy:/etc/default# cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
Eine vor ein paar Tagen installierte 9.11er-Version:
Code: Alles auswählen
root@debian-zzz:~# cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
...aber die vor ein paar Monaten installiert Version (damals ein .iso für < 9.9 heruntergeladen soviel ich weiss) wurde inzwischen mehrmals per apt-get upgrade geupdatet.
Kann es sein, dass der "systemd" v197 erst mit Debian 9.x (welche Version genau?) kam, das apt-get upgrade diesem installiert hat aber nicht fähig war die alten konfig-Einträge wezuputzen. (Gut, in machen Fällen könnte das auch negativ sein, wenn man früher eine SW für non-predictable entwickelt und sich das System dann, nach apt-get upgrade, plötzlich auf predictable umstellt?)
Dass ich den Eintrag damals reingeschrieben habe, daran erinnere ich mich nicht. Ferner bin ich aktuell auch nicht in der Lage das zu eruieren, denn "ls" unterschlägt mir manchmal offensichtlich das Jahr: viewtopic.php?f=27&t=174769