Files

10 lines
733 B
INI
Raw Permalink Normal View History

# Wird von GRUB (41_custom) zur Boot-Zeit gelesen — kein update-grub noetig.
# Ziel von "grub-reboot Schul-Neuinstallation" (reimage-check.service).
# Bootet Clonezilla-Live aus /boot/clonezilla komplett ins RAM (toram),
# damit die eigene Platte ueberschrieben werden kann.
menuentry "Schul-Neuinstallation" {
search --no-floppy --file --set=root /boot/clonezilla/vmlinuz
linux /boot/clonezilla/vmlinuz boot=live union=overlay username=user config components noswap edd=on noprompt nosplash live-media-path=/boot/clonezilla toram=filesystem.squashfs locales=de_DE.UTF-8 keyboard-layouts=de ocs_live_batch="yes" ocs_live_run="bash /run/live/medium/boot/clonezilla/schul-reimage.sh"
initrd /boot/clonezilla/initrd.img
}