get_numeric_dev.sh: changed
Index: get_numeric_dev.sh
====================================================================
contents(size sha1)
inode(mtime owner group)
--- get_numeric_dev.sh /foresight.rpath.org@fl:2-devel/6.0.93-7
+++ get_numeric_dev.sh /foresight.rpath.org@fl:2-devel/6.0.93-8
@@ -1,7 +1,7 @@
get_numeric_dev() {
(
fmt="%d:%d"
- if [ "$1" == "hex" ]; then
+ if [ "$1" = "hex" ]; then
fmt="%x:%x"
fi
ls -lH "$2" | awk '{ sub(/,/, "", $5); printf("'"$fmt"'", $5, $6); }'
mkinitrd.recipe: changed
Index: mkinitrd.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- mkinitrd.recipe /foresight.rpath.org@fl:2-devel/6.0.93-7
+++ mkinitrd.recipe /foresight.rpath.org@fl:2-devel/6.0.93-8
@@ -61,6 +61,11 @@
# Return error if fstab is not found (RPL-1959).
r.addPatch('fstab.patch')
+
+ # integrate libata-migrate
+ # point here isn't exactly to allow migration from pre-historic
+ # setups but to try to get anaconda to behave with minimal mods
+ r.addPatch('libata-migrate.patch')
# Include all PATA modules to facilitate libata migration
r.addPatch('mkinitrd-modules.libata.patch')
Committed by: antonio.meireles
_______________________________________________
Foresight-commits mailing list
Foresigh...@lists.rpath.org
http://lists.rpath.org/mailman/listinfo/foresight-commits