[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-installer created (now 9c4d060)
From: |
John Darrington |
Subject: |
branch wip-installer created (now 9c4d060) |
Date: |
Tue, 3 Jan 2017 15:49:37 +0000 (UTC) |
jmd pushed a change to branch wip-installer
in repository guix.
at 9c4d060 installer: Use --fallback when installing.
This branch includes the following new commits:
new d397c4f gnu: Add graphical installer
new 4644086 installer: Fix broken keymap change option.
new 3f103a4 installer: Remove obsolete procedures/variables
new 97a2dfe installer: Fix broken timezone menu.
new d9918c9 installer: fix warning in usage of "format".
new c0556ce installer: use ice-9 format everywhere.
new 0afe28a installer: Use ice-9 match.
new 304ea34 installer: Add IETF contraints for hostname in entry form.
new 0b2db4d installer: Use a record instead of a list to contain
tasks.
new 7a76f1e installer: Perform a task's dependencies prior to the
task itself.
new ae433e0 installer: Change "interfaces" from a variable to a
procedure.
new 8f2b4ce installer: Add gurses modules.
new 4db5f19 installer: Use call-with-temporary-output-file.
new 90322ee installer: Add alternate method of finding TZDIR.
new 2db7fe6 installer: Add procedures to replace car/cdr since these
are frounded upon by Guile gurus.
new cd6fd07 installer: Use %default-subsitute-urls instead of our own
variable.
new e89e955 installer: Add new procedure to get the list of volumes.
new 77588cb installer: Add completion predicate for disk task.
new 7585787 installer: Handle the 'back' action in the filesystems
task.
new 9e5dc17 installer: Remove unused procedure.
new 704f546 gnu: guix: Add dependency: guile-ncurses.
new 7d3808a installer: Return slurped lines in their correct order.
new b574581 installer: Fix incorrect host in ping task.
new 3fe5d0b installer: Make "interfaces" return an alist.
new 5aa3a63 installer: Use a cleaner way of generating the lspci
information.
new 472803b installer: Add a new menu to configure wireless
interfaces.
new 042a8d6 installer: Connect ethernet interfaces on selection.
new 283f543 installer: Let the kernel know about (possibly) changed
partitions.
new 248b419 installer: Deal with partition tables which are
(partially) corrupt.
new 3bfba84 installer: Add a variable to represent the minimum
recommended store size.
new 6dd156e gnu: Add service to start the installer in
installation-os.
new 563cf3a installer: Add a task to actually call guix system init.
new 94f15d1 installer: Write the configuration to a temporary file.
new 43e46ce installer: Add path to mount/umount commands in installer
service.
new 417a7e2 installer: Make minumum-store-size variable global.
new 5175bef installer: Remove ad-hoc completed predicate and use
standard one.
new 1bc4281 installer: Improve dependencies on the final task.
new 2d047ab installer: Replace some instances of "car".
new 2a44b2d installer: New predicate valid-hostname?
new 325beb0 installer: Ensure that all mount-points have a file
system.
new e5ce406 install: Define new procedure pipe-cmd and use it to
implement window-pipe.
new 9ede0bf installer: Correct bugs generating the configuration.
new d654694 gnu: Add guix to the path environment for the
guix-installer service.
new c25fde7 installer: Add wireless-tools bin directory to PATH.
new d2fcd7c installer: Replace an instance of cdr with match.
new 788d6ac installer: Add inetutils bin directory to PATH.
new a608ef1 installer: Turn off kernel ring messages to console.
new 2ff3178 installer: Enable scrolling in the installation window.
new 492aa16 installer: Wrap installer in (catch #t ...)
new 33ee2c8 installer: Rename module "new" to "guixsd-installer".
new 2cf0b9f installer: Use consistent window heights.
new 375828e installer: Fix bug where window-pipe did not return the
proper exit status.
new 0a82d35 installer: Replace "%temporary-configuration-file-port"
with "config-file".
new 1ff5718 installer: Improve install page.
new 91eaa52 installer: Close unused ports in pipe-cmd.
new 82630e4 installer: Replace spawned mount command with the mount
syscall.
new 827b389 installer: Issue message to user on failure of
filesystems task.
new 2ee7267 installer: Allow users to remove mount points during
configuration.
new db6428a installer: Prevent the user specifying the same mount
point twice.
new 870976a installer: Change N_ from a procedure to a macro.
new baedb39 installer: Change the order of the filesystem task
conditions.
new 88bda06 installer: Use global variable instead of string literal
for "/gnu".
new 88c305b installer: Do not use /tmp for holding the configuration.
new d5eb580 installer: Add a console-keymap service.
new 4f57e72 installer: Add flags to indicate network interface status.
new 8a73e92 installer: Format configuration to fix width of window.
new e6208a3 installer: Do not allow forms to set the cursor
visibility.
new 241c415 installer: Indicate which wireless access points are
encrypted.
new 7f84313 installer: Add page with which the wifi password can be
entered.
new 64d8d8b installer: Change essid --> wireless.
new 193bbc8 installer: Make setting up of the network a prerequisite.
new 41f6d77 installer: Ensure that all mount points are absolute
paths.
new 8716cca Merge remote-tracking branch 'origin/master' into
wip-installer
new 61aa6fe installer: Add option to final page to reboot the system.
new 1180a15 installer: Add predicate for the network task.
new 45a114b installer: Add new page to set the system role.
new 9cb7fa1 installer: Remove "continue" button from host name page.
new 395722b installer: Rename "file-browser" -> "time-zone".
new 5cd7874 installer: Add confidence indicator.
new 9c4d060 installer: Use --fallback when installing.
The 80 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.
- branch wip-installer created (now 9c4d060),
John Darrington <=
- 04/80: installer: Fix broken timezone menu., John Darrington, 2017/01/03
- 05/80: installer: fix warning in usage of "format"., John Darrington, 2017/01/03
- 03/80: installer: Remove obsolete procedures/variables, John Darrington, 2017/01/03
- 02/80: installer: Fix broken keymap change option., John Darrington, 2017/01/03
- 07/80: installer: Use ice-9 match., John Darrington, 2017/01/03
- 06/80: installer: use ice-9 format everywhere., John Darrington, 2017/01/03
- 08/80: installer: Add IETF contraints for hostname in entry form., John Darrington, 2017/01/03
- 12/80: installer: Add gurses modules., John Darrington, 2017/01/03
- 21/80: gnu: guix: Add dependency: guile-ncurses., John Darrington, 2017/01/03
- 17/80: installer: Add new procedure to get the list of volumes., John Darrington, 2017/01/03