From 72f58cedc7034828d533ae828f070e96bf4205be Mon Sep 17 00:00:00 2001 From: Hakuna Matata Date: Tue, 2 Aug 2016 18:50:33 +0200 Subject: [PATCH] fix for MMC devices (Git #11, #14) --- data/custom-installation/hooks/casper-bottom.sh | 12 ++++++++++++ debian/changelog | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100755 data/custom-installation/hooks/casper-bottom.sh diff --git a/data/custom-installation/hooks/casper-bottom.sh b/data/custom-installation/hooks/casper-bottom.sh new file mode 100755 index 00000000..d26b8d5c --- /dev/null +++ b/data/custom-installation/hooks/casper-bottom.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +#fix wrong linux device names of MMCs in preseed.cfg +if [ -e /preseed.cfg ]; then + sed -i "s:\(d-i partman-auto/disk string /dev/mmcblk[0-9]\)p:\1:g" /preseed.cfg +fi + + + + + + diff --git a/debian/changelog b/debian/changelog index 67fba69f..a8e50866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +wubi (16.04.1r311) xenial; urgency=low + + [Hakuna Matata] + + * fix for MMC devices + https://github.com/hakuna-m/wubiuefi/issues/14 + https://github.com/hakuna-m/wubiuefi/issues/11 + wubi (16.04.1r310) xenial; urgency=low [Hakuna Matata]