Skip to content

Commit

Permalink
Refresh patches against current master
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Dec 17, 2012
1 parent bdc44cd commit 1aa780a
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions debian/patches/12_uuid_support.patch
Expand Up @@ -14,7 +14,7 @@
@DPATCH@
--- a/scripts/boot/9990-misc-helpers.sh
+++ b/scripts/boot/9990-misc-helpers.sh
@@ -52,6 +52,42 @@
@@ -20,6 +20,42 @@
return 1
}

Expand Down Expand Up @@ -57,7 +57,7 @@
matches_uuid ()
{
if [ "${IGNORE_UUID}" ] || [ ! -e /conf/uuid.conf ]
@@ -1350,7 +1386,7 @@
@@ -247,7 +283,7 @@
fi

if is_live_path ${mountpoint} && \
Expand All @@ -66,7 +66,7 @@
then
echo ${mountpoint}
return 0
@@ -1446,19 +1482,6 @@
@@ -343,19 +379,6 @@
return 0
fi
done
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/16_nodhcp.patch
Expand Up @@ -8,7 +8,7 @@

--- a/scripts/boot/9990-cmdline-old
+++ b/scripts/boot/9990-cmdline-old
@@ -28,6 +28,8 @@
@@ -33,6 +33,8 @@
nodhcp)
DHCP=""
export DHCP
Expand Down
Expand Up @@ -29,7 +29,7 @@
index d79beed..1b6926e 100755
--- a/scripts/boot/9990-toram-todisk.sh
+++ b/scripts/boot/9990-toram-todisk.sh
@@ -202,7 +202,7 @@
@@ -10,7 +10,7 @@

if [ -z "${MODULETORAM}" ]
then
Expand All @@ -38,7 +38,7 @@ index d79beed..1b6926e 100755
else
MODULETORAMFILE="${copyfrom}/${LIVE_MEDIA_PATH}/${MODULETORAM}"

@@ -278,8 +278,7 @@
@@ -86,8 +86,7 @@
echo " * Copying whole medium to RAM" 1>/dev/console
rsync -a --progress ${copyfrom}/* ${copyto} 1>/dev/console # "cp -a" from busybox also copies hidden files
else
Expand Down
22 changes: 12 additions & 10 deletions debian/patches/29_support_dns_in_initramfs.patch
Expand Up @@ -8,7 +8,7 @@ Date: Fri Mar 25 23:02:38 2011 +0100

--- a/backends/initramfs-tools/live.hook
+++ b/backends/initramfs-tools/live.hook
@@ -217,24 +217,20 @@ fi
@@ -223,24 +223,20 @@

# Some experimental stuff

Expand All @@ -20,24 +20,26 @@ Date: Fri Mar 25 23:02:38 2011 +0100
- # /lib/libnss_dns.so.*:a DNS
- # /lib/libnss_files.so.*: /etc/hosts and /etc/passwd
- # /lib/libnss_compat.so.*: /etc/passwd
+# /lib/libnss_dns.so.*:a DNS
+# /lib/libnss_files.so.*: /etc/hosts and /etc/passwd
+# /lib/libnss_compat.so.*: /etc/passwd

-
- for _SHLIB in $(find /lib -name 'libnss_dns.so.*')
- do
- copy_exec "${_SHLIB}"
- done
+for _SHLIB in $(find /lib -name 'libnss_dns.so.*')
+do
+ copy_exec "${_SHLIB}"
+done

-
- # might be needed if /etc/hosts is used
- #mkdir -p "${DESTDIR}/etc"
- #cp -p /etc/nsswitch.conf "${DESTDIR}/etc"
- ;;
-esac
+# /lib/libnss_dns.so.*:a DNS
+# /lib/libnss_files.so.*: /etc/hosts and /etc/passwd
+# /lib/libnss_compat.so.*: /etc/passwd
+
+for _SHLIB in $(find /lib -name 'libnss_dns.so.*')
+do
+ copy_exec "${_SHLIB}"
+done
+
+# might be needed if /etc/hosts is used
+#mkdir -p "${DESTDIR}/etc"
+#cp -p /etc/nsswitch.conf "${DESTDIR}/etc"
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/33_retry_phram.patch
Expand Up @@ -9,7 +9,7 @@ Date: Mon Jul 11 12:42:24 2011 +0200

--- a/scripts/boot/9990-main.sh
+++ b/scripts/boot/9990-main.sh
@@ -1576,6 +1576,7 @@
@@ -60,6 +60,7 @@
then
# We found a memdisk, set up phram
modprobe phram phram=memdisk,${MEMDISK}
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/34_ignore_unknown_filesystems.patch
@@ -1,6 +1,6 @@
--- a/scripts/boot/9990-misc-helpers.sh
+++ b/scripts/boot/9990-misc-helpers.sh
@@ -507,6 +507,12 @@
@@ -491,6 +491,12 @@
return 1
fi

Expand Down
2 changes: 1 addition & 1 deletion debian/patches/36_support_dhcp_bootoption.patch
@@ -1,6 +1,6 @@
--- a/scripts/boot/9990-grml-networking.sh
+++ b/scripts/boot/9990-grml-networking.sh
@@ -75,6 +75,14 @@
@@ -59,6 +59,14 @@
method="manual"
fi

Expand Down
6 changes: 2 additions & 4 deletions debian/patches/40_support_multiple_hooks.patch
@@ -1,7 +1,5 @@
Index: live-boot-grml/Makefile
===================================================================
--- live-boot-grml.orig/Makefile 2012-11-28 16:30:56.243755796 +0100
+++ live-boot-grml/Makefile 2012-11-28 16:36:50.614711051 +0100
--- a/Makefile
+++ b/Makefile
@@ -47,9 +47,13 @@

# Installing executables
Expand Down

0 comments on commit 1aa780a

Please sign in to comment.