diff options
author | Franz Geffke <franz@pantherx.org> | 2023-11-06 20:08:14 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-11-06 20:08:14 +0000 |
commit | 47b4c9c854915df93893dbaa993accfacf9027fe (patch) | |
tree | 4f9b1742d63fcfbc94cc6b8d84f76c4d00c3a0b7 /px/system/install.scm | |
parent | 0b426d7b7ed8e176bf464ef9e0683f74a6c9d20f (diff) |
rewrite: apply guix-reference formatting; cleanup some module imports
Diffstat (limited to 'px/system/install.scm')
-rw-r--r-- | px/system/install.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/px/system/install.scm b/px/system/install.scm index 76e855b..bbabcab 100644 --- a/px/system/install.scm +++ b/px/system/install.scm @@ -1,9 +1,5 @@ -;;; PantherX disk image configuration file -;;; -;;; Author: Reza Alizadeh Majd <r.majd@PantherX.org> -;;; Version: 1.0.0 -;;; Time-stamp: <2022-02-09 21:33:50 reza> - +;; PantherX disk image configuration file +;; Reza Alizadeh Majd <r.majd@PantherX.org> ;; Generate a bootable image (e.g. for USB sticks, etc.) with: ;; $ guix system disk-image path/to/px-install.scm ;; Using Guix time-machine |