From: Andres Salomon Date: Fri, 19 Nov 2010 21:39:53 +0000 (-0800) Subject: debxo: no longer make /ofw directory X-Git-Tag: v0.6~15 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=2de5dbf2572a415a2d5ead8c3f18d21ea3ab24b7 debxo: no longer make /ofw directory Newer kernels use /proc/device-tree. Signed-off-by: Andres Salomon --- diff --git a/configs/debxo-awesome/hooks b/configs/debxo-awesome/hooks index 2bd93a6..3d8ed1a 100644 --- a/configs/debxo-awesome/hooks +++ b/configs/debxo-awesome/hooks @@ -23,8 +23,6 @@ customize_chroot_hook() # has been installed (but prior to custom package installation) should be # 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 diff --git a/configs/debxo-gnome/hooks b/configs/debxo-gnome/hooks index f53bc5d..4c1b4bb 100644 --- a/configs/debxo-gnome/hooks +++ b/configs/debxo-gnome/hooks @@ -24,8 +24,6 @@ customize_chroot_hook() # has been installed (but prior to custom package installation) should be # 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 diff --git a/configs/debxo-kde/hooks b/configs/debxo-kde/hooks index def7f00..527126a 100644 --- a/configs/debxo-kde/hooks +++ b/configs/debxo-kde/hooks @@ -22,8 +22,6 @@ customize_chroot_hook() # Any customizations that need to be made to the chroot after the base system # has been installed (but prior to custom package installation) should be # 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 diff --git a/configs/debxo-lxde/hooks b/configs/debxo-lxde/hooks index 2bd93a6..e233740 100644 --- a/configs/debxo-lxde/hooks +++ b/configs/debxo-lxde/hooks @@ -22,8 +22,6 @@ customize_chroot_hook() # Any customizations that need to be made to the chroot after the base system # has been installed (but prior to custom package installation) should be # 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 diff --git a/configs/debxo-sugar/hooks b/configs/debxo-sugar/hooks index 21ec913..7ae367e 100644 --- a/configs/debxo-sugar/hooks +++ b/configs/debxo-sugar/hooks @@ -22,8 +22,6 @@ customize_chroot_hook() # Any customizations that need to be made to the chroot after the base system # has been installed (but prior to custom package installation) should be # 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 diff --git a/configs/debxo-xfce/hooks b/configs/debxo-xfce/hooks index 15b6953..972119e 100644 --- a/configs/debxo-xfce/hooks +++ b/configs/debxo-xfce/hooks @@ -23,8 +23,6 @@ customize_chroot_hook() # has been installed (but prior to custom package installation) should be # 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