#!/bin/sh
#if have dropped to a shell in initramfs, type 'exec switch' to keep going.

sync
umount /sys
umount /proc

exec switch_root  /q_new /sbin/init
