slitaz-modular diff initramfs/linuxrc @ rev 22

Update init and linuxrc scripts.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 19 02:54:34 2011 +0000 (2011-01-19)
parents d52e861c9970
children afc5e1a66639
line diff
     1.1 --- a/initramfs/linuxrc	Thu Dec 16 08:53:50 2010 +0000
     1.2 +++ b/initramfs/linuxrc	Wed Jan 19 02:54:34 2011 +0000
     1.3 @@ -179,9 +179,9 @@
     1.4  debug_shell
     1.5  
     1.6  # setup initramfs if it exist
     1.7 -if [ -d /memory/initramfs ]; then
     1.8 +if [ -d /initramfs ]; then
     1.9  	echolog "Setup initramfs for first module..."
    1.10 -	mount -n -o remount,add:1:/memory/initramfs=ro aufs $UNION
    1.11 +	mount -n -o remount,add:1:/initramfs=ro aufs $UNION
    1.12  fi
    1.13  
    1.14  debug_shell