]> spindle.queued.net Git - xodist/commitdiff
debxo-jffs2: add missing /boot symlink
authorAndres Salomon <dilinger@collabora.co.uk>
Sat, 11 Jul 2009 23:40:50 +0000 (19:40 -0400)
committerAndres Salomon <dilinger@collabora.co.uk>
Sat, 11 Jul 2009 23:40:50 +0000 (19:40 -0400)
jffs2 boot was failing because OFW looks for nand:\boot\olpc.fth,
and only nand:\olpc.fth existed.

Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
configs/debxo-awesome/hooks
configs/debxo-gnome/hooks
configs/debxo-kde/hooks
configs/debxo-lxde/hooks
configs/debxo-sugar/hooks
configs/debxo-xfce/hooks

index 0af18b5de94f2ff821f31b8b0d60bfdcb298c24a..1a4f2976c4124977340bdd0fed51e5a3da0f5d02 100644 (file)
@@ -24,6 +24,9 @@ customize_chroot_hook()
        # put here.  $ROOT_DIR should be prefixed to any paths.
        
        mkdir ${ROOT_DIR}/ofw
+
+       # OFW needs this to boot w/ partitions
+       ln -s . ${ROOT_DIR}/boot/boot
        
        # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs
        # (see <http://bugs.debian.org/314334>).
index 02c022cc0016a0a05371d40e4616d312d74b2276..a3365dba20e71b6cbf6c0ee1564803f2df4c83c2 100644 (file)
@@ -25,6 +25,9 @@ customize_chroot_hook()
        # put here.  $ROOT_DIR should be prefixed to any paths.
        
        mkdir ${ROOT_DIR}/ofw
+
+       # OFW needs this to boot w/ partitions
+       ln -s . ${ROOT_DIR}/boot/boot
        
        # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs
        # (see <http://bugs.debian.org/314334>).
index 03a73baf29fa4cdeaaed12ad6bb14b59751e35ba..e1b2c6dd5ff88ec3e618e883211b3fb73b070c38 100644 (file)
@@ -24,7 +24,10 @@ customize_chroot_hook()
        # put here.  $ROOT_DIR should be prefixed to any paths.
        
        mkdir ${ROOT_DIR}/ofw
-       
+
+       # OFW needs this to boot w/ partitions
+       ln -s . ${ROOT_DIR}/boot/boot
+
        # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs
        # (see <http://bugs.debian.org/314334>).
        mkdir ${ROOT_DIR}/var/cache/apt/cache
index 0af18b5de94f2ff821f31b8b0d60bfdcb298c24a..1a4f2976c4124977340bdd0fed51e5a3da0f5d02 100644 (file)
@@ -24,6 +24,9 @@ customize_chroot_hook()
        # put here.  $ROOT_DIR should be prefixed to any paths.
        
        mkdir ${ROOT_DIR}/ofw
+
+       # OFW needs this to boot w/ partitions
+       ln -s . ${ROOT_DIR}/boot/boot
        
        # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs
        # (see <http://bugs.debian.org/314334>).
index 00015a07baf2e28be4531c57eb80fdc566fc46aa..a29584ef2532a21a356bad49ebac5995d6a6c5e9 100644 (file)
@@ -24,6 +24,9 @@ customize_chroot_hook()
        # put here.  $ROOT_DIR should be prefixed to any paths.
        
        mkdir ${ROOT_DIR}/ofw
+
+       # OFW needs this to boot w/ partitions
+       ln -s . ${ROOT_DIR}/boot/boot
        
        # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs
        # (see <http://bugs.debian.org/314334>).
index 0af18b5de94f2ff821f31b8b0d60bfdcb298c24a..140849187e22e65e2260f6dac4f2708c808f40ae 100644 (file)
@@ -25,6 +25,9 @@ customize_chroot_hook()
        
        mkdir ${ROOT_DIR}/ofw
        
+       # OFW needs this to boot w/ partitions
+       ln -s . ${ROOT_DIR}/boot/boot
+
        # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs
        # (see <http://bugs.debian.org/314334>).
        mkdir ${ROOT_DIR}/var/cache/apt/cache