Initial commit

This commit is contained in:
lw-everestlinux 2022-10-04 18:49:58 -04:00
parent 76ce8eab95
commit 1ce845e101
2 changed files with 5 additions and 8 deletions

View File

@ -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/*

View File

@ -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