switched to busybox

This commit is contained in:
Tomas M
2012-09-06 13:04:23 -05:00
parent 445fe3906b
commit 0421e9e1ab
4 changed files with 43 additions and 15 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Functions library :: for Linux Live Kit scripts
# Author: Tomas M. <http://www.linux-live.org>
@@ -116,6 +116,7 @@ init_devs()
if [ ! -e /dev/console ]; then mknod dev/console c 5 1; fi
if [ ! -e /dev/null ]; then mknod dev/null c 1 3; fi
if [ ! -e /dev/zram0 ]; then mknod dev/zram0 b 252 0; fi
}
# Activate zram (auto-compression of RAM)
@@ -185,4 +186,4 @@ mount_device()
union_append_bundles()
{
echo "B"
}
}