dracut/test/TEST-14-IMSM/test-init
2009-09-08 13:43:21 +02:00

12 lines
289 B
Bash
Executable File

#!/bin/sh
exec >/dev/console 2>&1
echo "dracut-root-block-success" >/dev/sda
export TERM=linux
export PS1='initramfs-test:\w\$ '
cat /proc/mdstat
[ -f /etc/fstab ] || ln -s /proc/mounts /etc/fstab
stty sane
echo "made it to the rootfs! Powering down."
mount -n -o remount,ro /
poweroff -f