[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: release: "GSD" -> "GuixSD".
From: |
Ludovic Courtès |
Subject: |
02/04: release: "GSD" -> "GuixSD". |
Date: |
Tue, 12 May 2015 08:46:45 +0000 |
civodul pushed a commit to branch master
in repository maintenance.
commit cbcd7c549a57e912af5e143058641b1f4b8822c3
Author: Ludovic Courtès <address@hidden>
Date: Tue May 12 10:08:46 2015 +0200
release: "GSD" -> "GuixSD".
---
doc/release.org | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/release.org b/doc/release.org
index 0279d49..6b84b6f 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -163,15 +163,15 @@ That way, the bootable image will run Guix X.Y + 1
commit, and running
$ ./pre-inst-env guix system disk-image \
--image-size=850MiB gnu/system/install.scm
- $ xz < /gnu/store/...-disk-image > gsd-usb-install-X.Y.x86_64-linux.xz
+ $ xz < /gnu/store/...-disk-image > guixsd-usb-install-X.Y.x86_64-linux.xz
$ ./pre-inst-env guix system disk-image -s i686-linux \
--image-size=850MiB gnu/system/install.scm
- $ xz < /gnu/store/...-disk-image > gsd-usb-install-X.Y.i686-linux.xz
+ $ xz < /gnu/store/...-disk-image > guixsd-usb-install-X.Y.i686-linux.xz
** Upload
- $ ./build-aux/gnupload --to alpha.gnu.org:guix gsd-usb-install-X.Y.*.xz
+ $ ./build-aux/gnupload --to alpha.gnu.org:guix guixsd-usb-install-X.Y.*.xz
* Announcements