From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/unionfs/unionroot/init.unionroot | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 packages/unionfs/unionroot/init.unionroot (limited to 'packages/unionfs/unionroot/init.unionroot') diff --git a/packages/unionfs/unionroot/init.unionroot b/packages/unionfs/unionroot/init.unionroot deleted file mode 100755 index bfd86886a0..0000000000 --- a/packages/unionfs/unionroot/init.unionroot +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -PATH=/usr/bin:/usr/sbin:/bin:/sbin -INIT=/sbin/init.sysvinit -ROOTBACKUP=/media/realroot -UNION=/media/union - -if ! which unionctl; then - echo >&2 "ERROR: Package unionfs-utils not installed!" - exec ${INIT} $@ -fi - -# For shutdown -if ! [ -z "$@" ]; then - exec ${INIT} $@ -fi - -mount.busybox /proc -insmod /lib/modules/`uname -r`/kernel/fs/unionfs.o -mount.busybox -t unionfs -o dirs=/.=rw,setattr=all none ${UNION} -umount.busybox /proc - -cd ${UNION} -pivot_root . ./${ROOTBACKUP} -exec chroot . ${INIT} -- cgit v1.2.3