Initial commit
This commit is contained in:
parent
76ce8eab95
commit
1ce845e101
@ -5,13 +5,10 @@
|
||||
|
||||
. /etc/rc.d/init.d/functions
|
||||
|
||||
echo "[ /\ ] Stopping Everest Linux"
|
||||
|
||||
echo
|
||||
echo "System is going down for reboot or halt now."
|
||||
echo "[ /\^ ] Stopping Everest Linux"
|
||||
echo
|
||||
|
||||
|
||||
echo "Starting stop scripts."
|
||||
|
||||
for i in /etc/rc.d/stop/*
|
||||
|
@ -4,10 +4,6 @@
|
||||
#
|
||||
. /etc/rc.d/init.d/functions
|
||||
|
||||
echo "[ /\ ] Starting Everest Linux"
|
||||
|
||||
echo "Mounting filesystems: "
|
||||
|
||||
/bin/mount -t proc none /proc
|
||||
/bin/mount -t sysfs none /sys
|
||||
/bin/mount -t tmpfs /tmp /tmp
|
||||
@ -16,6 +12,10 @@ echo "Mounting filesystems: "
|
||||
|
||||
/bin/echo "/sbin/mdev" > /proc/sys/kernel/hotplug
|
||||
|
||||
echo
|
||||
echo "[ /\^ ] Starting Everest Linux"
|
||||
echo
|
||||
|
||||
echo -n "Starting mdev: "
|
||||
/sbin/mdev -s
|
||||
check_status
|
||||
|
Loading…
Reference in New Issue
Block a user