[Debian-live-changes] r1488 - dists/trunk/live-initramfs/scripts/live-bottom

Marco Amadori mammadori-guest at alioth.debian.org
Sat May 12 00:17:24 UTC 2007


Author: mammadori-guest
Date: 2007-05-12 00:17:24 +0000 (Sat, 12 May 2007)
New Revision: 1488

Added:
   dists/trunk/live-initramfs/scripts/live-bottom/031_live_mount
Removed:
   dists/trunk/live-initramfs/scripts/live-bottom/031_mount_root
Log:


Copied: dists/trunk/live-initramfs/scripts/live-bottom/031_live_mount (from rev 1486, dists/trunk/live-initramfs/scripts/live-bottom/031_mount_root)

Deleted: dists/trunk/live-initramfs/scripts/live-bottom/031_mount_root
===================================================================
--- dists/trunk/live-initramfs/scripts/live-bottom/031_mount_root	2007-05-12 00:14:03 UTC (rev 1487)
+++ dists/trunk/live-initramfs/scripts/live-bottom/031_mount_root	2007-05-12 00:17:24 UTC (rev 1488)
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-	echo "${PREREQ}"
-}
-
-case "${1}" in
-	prereqs)
-		prereqs
-		exit 0
-		;;
-esac
-
-# live-initramfs header
-
-. /scripts/live-functions
-
-log_begin_msg "Moving mount points..."
-
-# mount-root script
-
-# Move to the new root filesystem so that programs there can get at it
-if [ ! -d /root/live_media ]
-then
-	mkdir -p /root/live_media
-	mount -n -o move /live_media /root/live_media
-fi
-
-log_end_msg




More information about the Debian-live-changes mailing list