all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27661] [PATCH] build: Make ISO-9660 image bootable from USB flash drive.
@ 2017-07-12  7:05 Danny Milosavljevic
  2017-07-12 12:20 ` Ludovic Courtès
  0 siblings, 1 reply; 26+ messages in thread
From: Danny Milosavljevic @ 2017-07-12  7:05 UTC (permalink / raw)
  To: 27661

* gnu/build/vm.scm (make-iso9660-image): Make image bootable from USB flash
drive.
---
 gnu/build/vm.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index 2d41c5756..b686ef298 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -367,6 +367,8 @@ Grub configuration and OS-DRV as the stuff in it."
                             "var=/tmp/root/var"
                             "run=/tmp/root/run"
                             "--"
+                            ;; Store two copies of the headers
+                            "-boot_image" "any" "partition_offset=16"
                             "-volid" ,(string-upcase volume-id)
                             ,@(if volume-uuid
                                   `("-volume_date" "uuid"

^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2017-07-20 17:23 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12  7:05 [bug#27661] [PATCH] build: Make ISO-9660 image bootable from USB flash drive Danny Milosavljevic
2017-07-12 12:20 ` Ludovic Courtès
2017-07-12 13:44   ` [bug#27661] [PATCH v2] " Danny Milosavljevic
2017-07-12 14:08     ` Ludovic Courtès
2017-07-12 17:28       ` [bug#27661] ISO-9660 image working and ready Danny Milosavljevic
2017-07-12 20:37         ` ng0
2017-07-12 21:20         ` Ludovic Courtès
2017-07-12 22:57           ` Danny Milosavljevic
2017-07-13  7:52             ` Ricardo Wurmus
2017-07-17 13:41             ` Ludovic Courtès
2017-07-17 17:54               ` Danny Milosavljevic
2017-07-17 18:30                 ` Adam Van Ymeren
2017-07-18  2:34                 ` Adam Van Ymeren
2017-07-18 10:06                 ` Ludovic Courtès
2017-07-13 18:53         ` [bug#27661] " Marius Bakke
2017-07-14  7:30           ` Danny Milosavljevic
2017-07-17  8:22             ` Ludovic Courtès
2017-07-17 19:28               ` Danny Milosavljevic
2017-07-17 19:58                 ` Danny Milosavljevic
2017-07-18 13:08                 ` Ludovic Courtès
2017-07-18 14:30                   ` Danny Milosavljevic
2017-07-18 20:57                     ` Ludovic Courtès
2017-07-14  7:55           ` Danny Milosavljevic
2017-07-17  8:25             ` Ludovic Courtès
2017-07-17  9:04               ` Danny Milosavljevic
2017-07-20 17:22                 ` Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.