index
:
guix
koszko
koszko-scripts
Wojtek's customized Guix
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
build
Age
Commit message (
Expand
)
Author
2014-12-13
activation: Copy the account skeletons when creating the 'root' account.
...
Ludovic Courtès
2014-12-09
system: Don't make /boot/grub/grub.cfg a symlink to the store.
...
Ludovic Courtès
2014-12-06
activation: Don't create unneeded "/var/guix/gcroots/etc-directory".
...
Ludovic Courtès
2014-12-04
system: Make /boot/grub/grub.cfg an indirect GC root.
...
Ludovic Courtès
2014-11-28
linux-modules: Correctly propagate error code from 'init_module'.
...
Ludovic Courtès
2014-11-28
linux-boot: Load modules and their dependencies, à la 'modprobe'.
...
Ludovic Courtès
2014-11-28
system: Add (gnu build linux-modules).
...
Ludovic Courtès
2014-11-26
linux-boot: Call 'pre-mount' before 'mount-root-file-system'.
...
Ludovic Courtès
2014-11-26
linux-boot: Error out when 'pre-mount' returns #f.
...
Ludovic Courtès
2014-11-20
linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'.
...
Ludovic Courtès
2014-11-20
file-systems: Always write the options field in /etc/mtab.
...
Ludovic Courtès
2014-11-13
vm: Set the boot flag on the root partition.
...
Ludovic Courtès
2014-11-13
linux-boot: Make more disk partition block devices.
...
Ludovic Courtès
2014-11-11
activation: Set the firmware search path.
...
Ludovic Courtès
2014-11-02
system: Allow Linux-libre to find our 'modprobe' command.
...
Ludovic Courtès
2014-09-22
system: Add support for boot-time mapped devices.
...
Ludovic Courtès
2014-09-22
activation: Ensure existing user accounts have the right settings.
...
Ludovic Courtès
2014-09-19
linux-boot: Ask fsck for a progress bar.
...
Ludovic Courtès
2014-09-18
linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter.
...
Ludovic Courtès
2014-09-12
activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.
...
Ludovic Courtès
2014-09-12
activation: Set the permissions of /etc/sudoers to 440.
...
Ludovic Courtès
2014-09-12
activation: Make the /bin/sh symlink at activation time.
...
Ludovic Courtès
2014-09-12
activation: Make sure /etc/sudoers & co. are regular files.
...
Ludovic Courtès
2014-09-12
activation: Remove outdated comment.
...
Ludovic Courtès
2014-09-12
activation: Factorize the link-or-copy trick.
...
Ludovic Courtès
2014-09-10
install: Gracefully handle corner cases with 'guix system init foo /'.
...
Ludovic Courtès
2014-09-08
linux-initrd: Store Linux modules in a normal store directory.
...
Ludovic Courtès
2014-09-08
linux-initrd: Move initrd creation code to (guix build linux-initrd).
...
Ludovic Courtès
2014-09-08
linux-initrd: Copy all the script's closure to the initrd.
...
Ludovic Courtès
2014-09-08
linux-initrd: Build cpio archives without '--no-absolute-filenames'.
...
Ludovic Courtès
2014-09-04
vm: Move store copy handling to (guix build store-copy).
...
Ludovic Courtès
2014-09-03
linux-initrd: Factorize cpio archive creation.
...
Ludovic Courtès
2014-09-03
Move part of (gnu build linux-boot) to (gnu build file-systems).
...
Ludovic Courtès
2014-09-03
Rename (gnu build linux-initrd) to (gnu build linux-boot).
...
Ludovic Courtès
2014-09-03
Move operating system helpers from (guix build …) to (gnu build …).
...
Ludovic Courtès