From: Andres Salomon Date: Sat, 11 Jul 2009 23:40:50 +0000 (-0400) Subject: debxo-jffs2: add missing /boot symlink X-Git-Tag: v0.6~36 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=010cf8527c1f1c85009afb94550035f08e0c3d62 debxo-jffs2: add missing /boot symlink jffs2 boot was failing because OFW looks for nand:\boot\olpc.fth, and only nand:\olpc.fth existed. Signed-off-by: Andres Salomon --- diff --git a/configs/debxo-awesome/hooks b/configs/debxo-awesome/hooks index 0af18b5..1a4f297 100644 --- a/configs/debxo-awesome/hooks +++ b/configs/debxo-awesome/hooks @@ -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 ). diff --git a/configs/debxo-gnome/hooks b/configs/debxo-gnome/hooks index 02c022c..a3365db 100644 --- a/configs/debxo-gnome/hooks +++ b/configs/debxo-gnome/hooks @@ -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 ). diff --git a/configs/debxo-kde/hooks b/configs/debxo-kde/hooks index 03a73ba..e1b2c6d 100644 --- a/configs/debxo-kde/hooks +++ b/configs/debxo-kde/hooks @@ -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 ). mkdir ${ROOT_DIR}/var/cache/apt/cache diff --git a/configs/debxo-lxde/hooks b/configs/debxo-lxde/hooks index 0af18b5..1a4f297 100644 --- a/configs/debxo-lxde/hooks +++ b/configs/debxo-lxde/hooks @@ -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 ). diff --git a/configs/debxo-sugar/hooks b/configs/debxo-sugar/hooks index 00015a0..a29584e 100644 --- a/configs/debxo-sugar/hooks +++ b/configs/debxo-sugar/hooks @@ -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 ). diff --git a/configs/debxo-xfce/hooks b/configs/debxo-xfce/hooks index 0af18b5..1408491 100644 --- a/configs/debxo-xfce/hooks +++ b/configs/debxo-xfce/hooks @@ -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 ). mkdir ${ROOT_DIR}/var/cache/apt/cache