slitaz-arm diff sat @ rev 75
Add slim support and custom rpi theme
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 23 14:37:38 2014 +0100 (2014-03-23) |
parents | f74a9206fdd0 |
children | 7f8c51f837a5 |
line diff
1.1 --- a/sat Sat Mar 15 18:09:54 2014 +0100 1.2 +++ b/sat Sun Mar 23 14:37:38 2014 +0100 1.3 @@ -224,6 +224,7 @@ 1.4 fi 1.5 1.6 # Move /boot outside the rootfs 1.7 + mkdir -p ${rootfs}/boot 1.8 if [ "$(ls $rootfs/boot | wc -l)" != 0 ]; then 1.9 echo -n "Moving /boot outside the rootfs..." 1.10 mkdir -p ${distro}/boot 1.11 @@ -303,7 +304,11 @@ 1.12 for dep in $DEPENDS 1.13 do 1.14 if [ ! -d "${installed}/$dep" ]; then 1.15 - echo -n "$(colorize 34 $PACKAGE)" && indent 24 "$dep" 1.16 + if [ ! "$raw" ]; then 1.17 + echo -n "$(colorize 34 $PACKAGE)" && indent 24 "$dep" 1.18 + else 1.19 + echo "$dep" 1.20 + fi 1.21 count=$(($count + 1)) 1.22 fi 1.23 done