mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-21 20:41:11 +02:00
feat: add ISO wipe GRUB boot option
This simply uses existing `talos.experimental.wipe` kernel flag to wipe the currently installed Talos. This allows to use Talos ISO to reset the system disk and revert back to maintenance mode. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
29020cb9c7
commit
b0775ebf2c
@ -12,3 +12,10 @@ menuentry "Talos ISO" {
|
||||
linux /boot/vmlinuz {{ .Cmdline }}
|
||||
initrd /boot/initramfs.xz
|
||||
}
|
||||
|
||||
menuentry "Reset Talos installation" {
|
||||
set gfxmode=auto
|
||||
set gfxpayload=text
|
||||
linux /boot/vmlinuz {{ .Cmdline }} talos.experimental.wipe=system
|
||||
initrd /boot/initramfs.xz
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user