[Debian-live-changes] r1067 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Tue Apr 17 08:31:34 UTC 2007


Author: daniel
Date: 2007-04-17 08:31:33 +0000 (Tue, 17 Apr 2007)
New Revision: 1067

Modified:
   dists/trunk/live-helper/helpers/lh_binary_chroot
   dists/trunk/live-helper/helpers/lh_binary_grub
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_chroot	2007-04-16 16:55:52 UTC (rev 1066)
+++ dists/trunk/live-helper/helpers/lh_binary_chroot	2007-04-17 08:31:33 UTC (rev 1067)
@@ -45,6 +45,9 @@
 # Creating lock file
 Create_lockfile .lock
 
+#umount chroot/proc
+#umount chroot/sys
+
 # Removing old chroot
 rm -rf chroot/chroot
 rm -rf chroot.tmp

Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-16 16:55:52 UTC (rev 1066)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-17 08:31:33 UTC (rev 1067)
@@ -119,9 +119,6 @@
 	mkdir -p "${DESTDIR}"
 fi
 
-# Moving files
-mv binary/vmlinuz* binary/initrd.img* binary/memtest "${DESTDIR}"
-
 # Setting boot parameters
 if [ -n "${LIVE_ENCRYPTION}" ]
 then




More information about the Debian-live-changes mailing list