[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27661] [PATCH] build: Make ISO-9660 image bootable from USB flash d
From: |
Ludovic Courtès |
Subject: |
[bug#27661] [PATCH] build: Make ISO-9660 image bootable from USB flash drive. |
Date: |
Wed, 12 Jul 2017 14:20:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Danny Milosavljevic <address@hidden> skribis:
> * 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"
I think you’ll have to expound in the comment because it doesn’t sound
trivial. :-)
Thanks,
Ludo’.
- [bug#27661] [PATCH] build: Make ISO-9660 image bootable from USB flash drive., Danny Milosavljevic, 2017/07/12
- [bug#27661] [PATCH] build: Make ISO-9660 image bootable from USB flash drive.,
Ludovic Courtès <=
- [bug#27661] [PATCH v2] build: Make ISO-9660 image bootable from USB flash drive., Danny Milosavljevic, 2017/07/12
- [bug#27661] [PATCH v2] build: Make ISO-9660 image bootable from USB flash drive., Ludovic Courtès, 2017/07/12
- [bug#27661] ISO-9660 image working and ready, Danny Milosavljevic, 2017/07/12
- [bug#27661] ISO-9660 image working and ready, ng0, 2017/07/12
- [bug#27661] ISO-9660 image working and ready, Marius Bakke, 2017/07/13
- [bug#27661] ISO-9660 image working and ready, Danny Milosavljevic, 2017/07/14
- [bug#27661] ISO-9660 image working and ready, Ludovic Courtès, 2017/07/17
- [bug#27661] ISO-9660 image working and ready, Danny Milosavljevic, 2017/07/17
- [bug#27661] ISO-9660 image working and ready, Danny Milosavljevic, 2017/07/17
- [bug#27661] ISO-9660 image working and ready, Ludovic Courtès, 2017/07/18