kexec-tools/kdump_initscripts/kdumpinit.rootfs

34 lines
732 B
Plaintext
Raw Normal View History

2009-05-20 16:42:31 +00:00
#!/bin/sh
###################################################
# Start by setting up the console to work as a user
# expects
###################################################
exec >/dev/console 2>&1
export TERM=linux
export PS1='initramfs-test:\w\$ '
stty sane
##################################################
# Start udev up
##################################################
start_udev
##################################################
# Load all the modules based on
# /etc/module_load_list
##################################################
2009-05-20 16:42:31 +00:00
load_modules
##################################################
# Reboot the system to get back to production
##################################################
reboot -f