slitaz-arm rev 90

install.sh: you must be root to boot (needs checking)
author Paul Issott <paul@slitaz.org>
date Sun Apr 06 18:36:48 2014 +0100 (2014-04-06)
parents 055bf0ee633d
children b489f3ce8e60
files rpi/release/install.sh
line diff
     1.1 --- a/rpi/release/install.sh	Sun Apr 06 14:50:56 2014 +0200
     1.2 +++ b/rpi/release/install.sh	Sun Apr 06 18:36:48 2014 +0100
     1.3 @@ -84,7 +84,8 @@
     1.4  echo -n "Installing: boot files..."
     1.5  cp -f boot/* ${boot}; status
     1.6  echo -n "Installing: rootfs files..."
     1.7 -cp -a rootfs/* ${root}; status
     1.8 +cp -a rootfs/* ${root}; 
     1.9 +chown -R root:root ${root}; status
    1.10  
    1.11  # Unmount
    1.12  echo -n "Unmounting: RPi sdcard..."