guix/gnu/installer
Mathieu Othacehe b624206d6b
installer: partition: Fix swaping and use syscalls.
* gnu/installer/parted.scm (start-swaping): Remove it,
(stop-swaping): Remove it,
(start-swapping): New procedure using swapon syscall,
(stop-swapping): New procedure using swapoff syscall,
(with-mounted-partitions): Use previous start-swapping and stop-swapping
procedures.
2019-01-17 14:04:26 +01:00
..
aux-files
newt installer: menu: Fix typo. 2019-01-17 14:04:26 +01:00
connman.scm
final.scm installer: Add configuration formatter. 2019-01-17 14:04:22 +01:00
hostname.scm installer: Add hostname. 2019-01-17 14:04:23 +01:00
keymap.scm installer: keymap: Do not fail on non-kmscon terminals. 2019-01-17 14:04:25 +01:00
locale.scm installer: Add configuration formatter. 2019-01-17 14:04:22 +01:00
newt.scm installer: Display an eventual backtrace in a page. 2019-01-17 14:04:25 +01:00
parted.scm installer: partition: Fix swaping and use syscalls. 2019-01-17 14:04:26 +01:00
record.scm installer: Add partitioning support. 2019-01-17 14:04:24 +01:00
services.scm installer: Add services page. 2019-01-17 14:04:23 +01:00
steps.scm installer: Add configuration formatter. 2019-01-17 14:04:22 +01:00
timezone.scm installer: Add configuration formatter. 2019-01-17 14:04:22 +01:00
user.scm installer: Add user module. 2019-01-17 14:04:24 +01:00
utils.scm installer: Add new utils. 2019-01-17 14:04:22 +01:00