Skip to content

Commit

Permalink
fix for MMC devices (Git #11, #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuna-m committed Aug 2, 2016
1 parent 6721d55 commit 72f58ce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/custom-installation/hooks/casper-bottom.sh
Original file line number Diff line number Diff line change
@@ -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






8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 72f58ce

Please sign in to comment.