rpms/kexec-tools/devel/kdump_initscripts kdumpinit.rootfs,NONE,1.1

Neil Horman nhorman at fedoraproject.org
Wed May 20 15:13:01 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel/kdump_initscripts
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25229/kdump_initscripts

Added Files:
	kdumpinit.rootfs 
Log Message:
Fixing an ldd error leak, adding some runtime scripts and udev


--- NEW FILE kdumpinit.rootfs ---
#!/bin/msh

###################################################
# 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
##################################################
load_all_modules







##################################################
# Reboot the system to get back to production
##################################################
reboot -f




More information about the scm-commits mailing list