[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/197: installer: Let the kernel know about (possibly) changed partitio
From: |
Danny Milosavljevic |
Subject: |
26/197: installer: Let the kernel know about (possibly) changed partitions. |
Date: |
Mon, 3 Jul 2017 20:36:54 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 36a66f314a62f30d09138dfe6f7a4d4a33eaadac
Author: John Darrington <address@hidden>
Date: Sat Dec 24 13:14:06 2016 +0100
installer: Let the kernel know about (possibly) changed partitions.
* gnu/system/installer/disks.scm (disk-page-key-handler): Call partprobe
after cfdisk.
---
gnu/system/installer/disks.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/system/installer/disks.scm b/gnu/system/installer/disks.scm
index 8138017..f0f043a 100644
--- a/gnu/system/installer/disks.scm
+++ b/gnu/system/installer/disks.scm
@@ -90,7 +90,8 @@
(let ((i (menu-current-item menu)))
(endwin)
(system* "cfdisk"
- (disk-name (list-ref (menu-items menu) i)))))
+ (disk-name (list-ref (menu-items menu) i)))
+ (system* "partprobe")))
((buttons-key-matches-symbol? nav ch 'continue)
(delwin (outer (page-wwin page)))
- 13/197: installer: Add alternate method of finding TZDIR., (continued)
- 13/197: installer: Add alternate method of finding TZDIR., Danny Milosavljevic, 2017/07/03
- 31/197: installer: Make minumum-store-size variable global., Danny Milosavljevic, 2017/07/03
- 33/197: installer: Improve dependencies on the final task., Danny Milosavljevic, 2017/07/03
- 17/197: installer: Add completion predicate for disk task., Danny Milosavljevic, 2017/07/03
- 21/197: installer: Fix incorrect host in ping task., Danny Milosavljevic, 2017/07/03
- 20/197: installer: Return slurped lines in their correct order., Danny Milosavljevic, 2017/07/03
- 25/197: installer: Connect ethernet interfaces on selection., Danny Milosavljevic, 2017/07/03
- 03/197: installer: Remove obsolete procedures/variables, Danny Milosavljevic, 2017/07/03
- 10/197: installer: Perform a task's dependencies prior to the task itself., Danny Milosavljevic, 2017/07/03
- 22/197: installer: Make "interfaces" return an alist., Danny Milosavljevic, 2017/07/03
- 26/197: installer: Let the kernel know about (possibly) changed partitions.,
Danny Milosavljevic <=
- 27/197: installer: Deal with partition tables which are (partially) corrupt., Danny Milosavljevic, 2017/07/03
- 28/197: installer: Add a variable to represent the minimum recommended store size., Danny Milosavljevic, 2017/07/03
- 32/197: installer: Remove ad-hoc completed predicate and use standard one., Danny Milosavljevic, 2017/07/03
- 34/197: installer: Replace some instances of "car"., Danny Milosavljevic, 2017/07/03
- 40/197: installer: Turn off kernel ring messages to console., Danny Milosavljevic, 2017/07/03
- 37/197: install: Define new procedure pipe-cmd and use it to implement window-pipe., Danny Milosavljevic, 2017/07/03
- 41/197: installer: Enable scrolling in the installation window., Danny Milosavljevic, 2017/07/03
- 38/197: installer: Correct bugs generating the configuration., Danny Milosavljevic, 2017/07/03
- 45/197: installer: Fix bug where window-pipe did not return the proper exit status., Danny Milosavljevic, 2017/07/03
- 43/197: installer: Rename module "new" to "guixsd-installer"., Danny Milosavljevic, 2017/07/03