[SCM] live-boot branch, debian, updated. debian/2.0_a3-1
Daniel Baumann
daniel at debian.org
Sun May 30 07:35:20 UTC 2010
The following commit has been merged in the debian branch:
commit a4f942e8459ab4e9fdf06d7cbb4f1aeeb65a99e5
Author: Daniel Baumann <daniel at debian.org>
Date: Fri May 28 08:16:50 2010 +0200
Removing umountfs bottom script, not needed anymore.
diff --git a/scripts/live-bottom/16umountfs b/scripts/live-bottom/16umountfs
deleted file mode 100755
index 055c3f6..0000000
--- a/scripts/live-bottom/16umountfs
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
- echo "${PREREQ}"
-}
-
-case "${1}" in
- prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-# live-boot header
-
-. /live.vars
-
-. /scripts/live-functions
-
-log_begin_msg "Disabling umountfs for live specific filesystems"
-
-# live-boot script
-
-if [ -e /root/etc/init.d/umountfs ]
-then
- sed -i -e 's#pioodl $TMPFS_MTPTS)#pioodl $TMPFS_MTPTS | sed -e "s@\\ @\\n@" | grep -v ^/live)#' \
- -e 's#pioodl $REG_MTPTS)#pioodl $REG_MTPTS | sed -e "s@\\ @\\n@" | grep -v ^/live | grep -v ^/filesystem) /#' \
- /root/etc/init.d/umountfs
-fi
-
-log_end_msg
--
live-boot
More information about the debian-live-changes
mailing list