[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28288] [PATCH 2/2] WIP
From: |
Danny Milosavljevic |
Subject: |
[bug#28288] [PATCH 2/2] WIP |
Date: |
Wed, 30 Aug 2017 20:26:37 +0200 |
> + ;; XXX: 'guix-register' wants to palpate the things it registers, so
> + ;; bind-mount the store on the target.
> + (mkdir-p target-store)
> + (mount (%store-directory) target-store "" MS_BIND)
What does this do?
gnu/build/vm.scm make-iso9660-image already provides /gnu/store a few lines
down:
(unless (zero? (apply system*
`(,grub-mkrescue "-o" ,target
,(string-append "boot/grub/grub.cfg=" config-file)
,(string-append "gnu/store=" os-drv "/..")
^^^^
Maybe I'm missing something...
Otherwise LGTM!
- [bug#28288] [PATCH] Test and fix the ISO Image Installer, Christopher Baines, 2017/08/30
- [bug#28288] [PATCH 1/2] tests: Add test for installing from an ISO Image., Christopher Baines, 2017/08/30
- [bug#28288] [PATCH 2/2] WIP, Christopher Baines, 2017/08/30
- [bug#28288] [PATCH 2/2] WIP, Christopher Baines, 2017/08/30
- [bug#28288] [PATCH 2/2] WIP, Danny Milosavljevic, 2017/08/30
- [bug#28288] [PATCH 2/2] WIP, Christopher Baines, 2017/08/30
- [bug#28288] [PATCH 2/2] WIP, Danny Milosavljevic, 2017/08/31
- [bug#28288] [PATCH 2/2] WIP, Christopher Baines, 2017/08/31
- [bug#28288] [PATCH 2/2] WIP,
Danny Milosavljevic <=