#!/bin/bash

e=$(cat /proc/cmdline)
kexec -l /boot/vmlinuz --initrd=/boot/initrd --append="$e"
