diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 12:26:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 12:26:16 +0000 |
commit | 126777bc019a54afb4ec51299f2cf9d2841698aa (patch) | |
tree | 97f76e571902ead55ba138f1156a4b4f00b9b779 /live/One/2006.0/patches/halt.loopfs.patch | |
parent | f1f67448efc714873378dfeb8279fae68054a90a (diff) | |
download | drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.gz drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.bz2 drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.xz drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.zip |
re-sync after the big svn loss
Diffstat (limited to 'live/One/2006.0/patches/halt.loopfs.patch')
-rw-r--r-- | live/One/2006.0/patches/halt.loopfs.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/live/One/2006.0/patches/halt.loopfs.patch b/live/One/2006.0/patches/halt.loopfs.patch deleted file mode 100644 index 2ea4829a6..000000000 --- a/live/One/2006.0/patches/halt.loopfs.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- etc/init.d/halt.loopfs 2005-12-27 22:13:48.000000000 +0100 -+++ etc/init.d/halt 2005-12-27 22:14:28.000000000 +0100 -@@ -23,7 +23,7 @@ - } - - halt_get_remaining() { -- awk '$2 ~ /^\/$|^\/proc|^\/sys|^\/dev/{next} -+ awk '$2 ~ /^\/$|^\/proc|^\/sys|^\/dev|^\/live/{next} - $3 == "tmpfs" || $3 == "proc" {print $2 ; next} - /(^#|loopfs|autofs|devfs|^none|^\/dev\/ram|^\/dev\/root)/ {next} - {print $2}' /proc/mounts -@@ -139,7 +139,7 @@ - # Unmount loopback stuff first - remaining=`awk '!/^#/ && $1 ~ /^\/dev\/loop/ && $2 != "/" {print $2}' /proc/mounts` - devremaining=`awk '!/^#/ && $1 ~ /^\/dev\/loop/ && $2 != "/" {print $1}' /proc/mounts` --[ -n "$remaining" ] && { -+/bin/false && [ -n "$remaining" ] && { - sig= - retry=3 - while [ -n "$remaining" -a "$retry" -gt 0 ] |