#!/bin/bash

INITRD="/boot/initrd.img-$1"
KERNEL="$2"

kernelstub \
  --verbose \
  --preserve-live-mode
