fixing some buildtime issues..

This commit is contained in:
2015-02-01 01:48:51 -05:00
parent 904d644990
commit f549d24977
6 changed files with 16 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ run_cleanuphook () {
msg ":: Mounting OverlayFS on / with tmpfs=rw, ${root}=ro ..."
modprobe overlay
echo "Now attempting aufs mount..."
echo "Now attempting overlay mount..."
mkdir /new_root.hw
mount --move /new_root /new_root.hw

View File

@@ -4,7 +4,6 @@ build()
{
add_module 'squashfs'
add_module 'loop'
add_module 'aufs'
add_module 'overlay'
add_binary "sed"