changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: push from rurik

changeset 27: 3299803b6127
parent 26: bfdea02d0d0a
child 28: 7c3493214a9a
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 29 May 2024 15:46:32 +0000
files: .config/containers/storage.conf .sbclrc
description: push from rurik
     1.1--- a/.config/containers/storage.conf	Wed May 29 11:43:57 2024 -0400
     1.2+++ b/.config/containers/storage.conf	Wed May 29 15:46:32 2024 +0000
     1.3@@ -1,5 +1,5 @@
     1.4 [storage]
     1.5 driver = "btrfs"
     1.6-graphroot = "/mnt/y/data/containers/storage"
     1.7+# graphroot = "/mnt/y/data/containers/storage"
     1.8 [storage.options]
     1.9 pull_options = {enable_partial_images = "true", use_hard_links = "false", ostree_repos=""}
    1.10\ No newline at end of file
     2.1--- a/.sbclrc	Wed May 29 11:43:57 2024 -0400
     2.2+++ b/.sbclrc	Wed May 29 15:46:32 2024 +0000
     2.3@@ -15,7 +15,7 @@
     2.4       *print-length* 256)
     2.5 
     2.6 #-quicklisp
     2.7-(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname))))
     2.8+(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" "/usr/local/share/")))
     2.9   (when (probe-file quicklisp-init)
    2.10     (load quicklisp-init)))
    2.11 ;; (ql:quickload :clouseau)