guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: release: Change USB installation file name.


From: Ludovic Courtès
Subject: 02/02: release: Change USB installation file name.
Date: Tue, 27 Jan 2015 21:08:16 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit 6915bb8e1a4c5c9cd7f17c7accc56e80c5076ba1
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 27 22:07:42 2015 +0100

    release: Change USB installation file name.
---
 doc/release.org |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/release.org b/doc/release.org
index 418b8d9..e0992ce 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -151,15 +151,15 @@ That way, the bootable image will run Guix X.Y + 1 
commit, and running
 
   $ ./pre-inst-env guix system disk-image \
        --image-size=800MiB gnu/system/install.scm
-  $ xz < /gnu/store/...-disk-image > gnu-usb-install-X.Y.x86_64.xz
+  $ xz < /gnu/store/...-disk-image > gsd-usb-install-X.Y.x86_64.xz
 
   $ ./pre-inst-env guix system disk-image -s i686-linux \
        --image-size=800MiB gnu/system/install.scm
-  $ xz < /gnu/store/...-disk-image > gnu-usb-install-X.Y.i686.xz
+  $ xz < /gnu/store/...-disk-image > gsd-usb-install-X.Y.i686.xz
 
 ** Upload
 
-  $ ./build-aux/gnupload --to alpha.gnu.org:guix gnu-usb-install-X.Y.*.xz
+  $ ./build-aux/gnupload --to alpha.gnu.org:guix gsd-usb-install-X.Y.*.xz
 
 * Announcements
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]