[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-installer updated (613ab98 -> 61c0ffb)
From: |
John Darrington |
Subject: |
branch wip-installer updated (613ab98 -> 61c0ffb) |
Date: |
Sun, 22 Jan 2017 12:09:23 +0000 (UTC) |
jmd pushed a change to branch wip-installer
in repository guix.
from 613ab98 installer: Support btrfs
new 2019856 installer: Extend the 'file-system' concept to include
swap spaces.
new f1cce0a installer: Properly handle swap partitions when
generating the configuration.
new ee01da8 installer: Do not allow the creation of invalid
file-system specificaitons.
new d358ca4 installer: Do not add file systems which are invalid.
new e9865c2 installer: Fix bug where the selected item of main page
was not indicated.
new f748a8b installer: Add an explanatory text to the main page.
new 4b21f45 gurses: Change highlighting from bold to inverse.
new bac8617 gurses: form: Use match instead of car, cdr etc.
new 73d12a7 installer: Explicitly set the #:panel parameter for
window creation procedures.
new 3f13ddd installer: Check that swap spaces have not been assigned
mount points
new a1d53d1 installer: New procedure refresh*.
new 4738a23 installer: Fix bug in config generation.
new c8314dc installer: Remove unnecessary "begin".
new 98d0b24 installer: Distinguish between Wifi encryption methods.
new e7d8ad4 gurses: Allow menu update to work for panel windows.
new b264f4e gurses: Mini refactor.
new 871b7a3 installer: Note which types of file system are supported.
new 3b47940 gurses: Populate the choices box in forms.
new b162fa9 installer: Add a popup window for forms which have
multiple choice fields.
new 698048d gurses: Populate dropdown boxes in forms using a menu.
new a409951 installer: Do not assume the root file system is of type
"ext4".
new 62de702 installer: mount-points page: Enlarge the forms window.
new 24214e4 gurses: Remove box from form popup window.
new eda638c installer: Remove redundant list of file system types.
new 3b8ef56 installer: Emphasise that writing filesystems destroys
existing data.
new 61c0ffb doc: Remove the text which mentions there is no graphical
installer.
The 26 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
doc/guix.texi | 5 -
gnu/system/installer/configure.scm | 25 +++-
gnu/system/installer/dialog.scm | 10 +-
gnu/system/installer/disks.scm | 8 +-
gnu/system/installer/filesystems.scm | 41 ++++--
gnu/system/installer/format.scm | 69 ++++++----
gnu/system/installer/guixsd-installer.scm | 51 ++++---
gnu/system/installer/hostname.scm | 12 +-
gnu/system/installer/install.scm | 17 ++-
gnu/system/installer/key-map.scm | 12 +-
gnu/system/installer/misc.scm | 30 +++++
gnu/system/installer/mount-point.scm | 43 +++---
gnu/system/installer/network.scm | 10 +-
gnu/system/installer/passphrase.scm | 12 +-
gnu/system/installer/ping.scm | 8 +-
gnu/system/installer/role.scm | 10 +-
gnu/system/installer/time-zone.scm | 12 +-
gnu/system/installer/utils.scm | 17 ++-
gnu/system/installer/wireless.scm | 114 +++++++++-------
gurses/buttons.scm | 8 +-
gurses/form.scm | 93 +++++++++++--
gurses/menu.scm | 7 +-
gurses/stexi.scm | 209 +++++++++++++++++++++++++++++
24 files changed, 615 insertions(+), 209 deletions(-)
create mode 100644 gurses/stexi.scm
- branch wip-installer updated (613ab98 -> 61c0ffb),
John Darrington <=
- 02/26: installer: Properly handle swap partitions when generating the configuration., John Darrington, 2017/01/22
- 07/26: gurses: Change highlighting from bold to inverse., John Darrington, 2017/01/22
- 04/26: installer: Do not add file systems which are invalid., John Darrington, 2017/01/22
- 10/26: installer: Check that swap spaces have not been assigned mount points, John Darrington, 2017/01/22
- 14/26: installer: Distinguish between Wifi encryption methods., John Darrington, 2017/01/22
- 01/26: installer: Extend the 'file-system' concept to include swap spaces., John Darrington, 2017/01/22
- 21/26: installer: Do not assume the root file system is of type "ext4"., John Darrington, 2017/01/22
- 17/26: installer: Note which types of file system are supported., John Darrington, 2017/01/22
- 25/26: installer: Emphasise that writing filesystems destroys existing data., John Darrington, 2017/01/22
- 05/26: installer: Fix bug where the selected item of main page was not indicated., John Darrington, 2017/01/22