]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-lxde/hooks
debxo-jffs2: add missing /boot symlink
[xodist] / configs / debxo-lxde / 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>).