From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- initscripts/initscripts-1.0/umountfs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 initscripts/initscripts-1.0/umountfs (limited to 'initscripts/initscripts-1.0/umountfs') diff --git a/initscripts/initscripts-1.0/umountfs b/initscripts/initscripts-1.0/umountfs deleted file mode 100644 index ec75b0c4a4..0000000000 --- a/initscripts/initscripts-1.0/umountfs +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/sh -# -# umountfs Turn off swap and unmount all local filesystems. -# - -PATH=/sbin:/bin:/usr/sbin:/usr/bin - -echo "Deactivating swap..." -swapoff -a - -# We leave /proc mounted. -echo "Unmounting local filesystems..." -mount -o remount,ro /mnt/ram -umount -f -a -r - -mount -o remount,ro / - -: exit 0 -- cgit v1.2.3