13.3. Rendre le système CLFS démarrable

Créez un fichier silo.conf définissant le menu de démarrage de Silo :

cat > /etc/silo.conf << "EOF"
# Begin /etc/silo.conf
partition = 1         # Boot partition (= root partition)
root = /dev/sda1      # Root partition
timeout = 150         # Wait 15 seconds before booting the default section

image = /boot/clfskernel-4.9.21
  label = linux
# End /etc/silo.conf
EOF

Maintenant rendez Silo démarrable :

silo -f