* tests/partmap_test.in: Don't hardcode path to parted.
Reported by: Peter Hjalmarsson. Fixes Savannah bug #33150.
This commit is contained in:
parent
8f94255340
commit
4ebff75340
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-05-03 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* tests/partmap_test.in: Don't hardcode path to parted.
|
||||
Reported by: Peter Hjalmarsson. Fixes Savannah bug #33150.
|
||||
|
||||
2011-05-01 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* docs/grub.texi (GRUB only offers a rescue shell): Suggest the use
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
parted=/sbin/parted
|
||||
parted=parted
|
||||
grubshell=@builddir@/grub-shell
|
||||
|
||||
create_disk_image () {
|
||||
|
|
Loading…
Reference in a new issue