[gnome-ostree] libqa: Prepend GRUB title with OSTree:
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] libqa: Prepend GRUB title with OSTree:
- Date: Tue, 12 Feb 2013 21:32:47 +0000 (UTC)
commit a06c48e68d0ddabe333652d7618be5a141a81181
Author: Colin Walters <walters verbum org>
Date: Tue Feb 12 16:32:20 2013 -0500
libqa: Prepend GRUB title with OSTree:
Since that's what ostree searches for.
src/ostbuild/js/libqa.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostbuild/js/libqa.js b/src/ostbuild/js/libqa.js
index 0bd0136..959a441 100644
--- a/src/ostbuild/js/libqa.js
+++ b/src/ostbuild/js/libqa.js
@@ -293,7 +293,7 @@ LABEL=gnostree-swap swap swap defaults 0 0\n';
let grubConfPath = grubDir.get_child('grub.conf');
let grubConf = Format.vprintf('default=0\n\
timeout=3\n\
-title %s\n\
+title OSTree: %s\n\
root (hd0,0)\n\
kernel /%s root=LABEL=gnostree-root ostree=%s/current\n\
initrd /%s\n', [osname, bootRelativeKernelPath, osname, bootRelativeInitramfsPath]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]