init tuto2: new option to format the drive in bootloader

This commit is contained in:
nemunaire 2019-03-15 19:09:15 +01:00
parent 84f23281fd
commit 8c881b0e3a
2 changed files with 8 additions and 8 deletions

View file

@ -13,15 +13,15 @@ timeout 0
menu title Welcome to the EPITA ADvanced LINux administration course!
LABEL tutorial-nohdd
MENU LABEL ^Erase my first drive if necessary, then enter tutorial
KERNEL /boot/kernel
APPEND <CMDLINE> adlin.format=/dev/sda root=/dev/sda1 root=/dev/sr0
LABEL tutorial-hdd
MENU LABEL Enter tutorial without erasing ^disk
KERNEL /boot/kernel
APPEND <CMDLINE> root=/dev/sda1 root=/dev/sr0
APPEND <CMDLINE> adlin.format=/dev/sda root=/dev/sda1 root=/dev/sr0
LABEL tutorial-forceformat
MENU LABEL ^Erase my first drive, then enter tutorial
KERNEL /boot/kernel
APPEND <CMDLINE> adlin.format=/dev/sda adlin.alwaysformat=yes root=/dev/sda1 root=/dev/sr0
MENU SEPARATOR