From: "Göktuğ Kayaalp" <self@gkayaalp.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: help-guix@gnu.org
Subject: Re: Corrupt colours with X.org
Date: Wed, 28 Jun 2017 03:12:01 +0300 [thread overview]
Message-ID: <ygminjh3r8u.fsf@alpha> (raw)
In-Reply-To: <ygmmv8t3rgp.fsf@alpha> ("Göktuğ Kayaalp"'s message of "Wed, 28 Jun 2017 03:07:18 +0300")
On 2017-06-28 03:07 +03, Göktuğ Kayaalp <self@gkayaalp.com> wrote:
I've attached inline, sorry
This is the user manifest.
> ;; Guix user
>
> (use-package-modules admin aspell autotools base curl dns emacs gimp gnupg
> gnuzilla image-viewers libreoffice linux lisp mail python
[...]
This the OS. This and the previous are separate files.
> ;; Goktug's Operating System
>
> (use-modules (gnu))
> (use-service-modules desktop networking ssh)
> (use-package-modules admin certs dns)
>
> (operating-system
> (host-name "xi.bootis")
> (timezone "Europe/Istanbul")
> (locale "en_GB.utf8")
>
> (bootloader (grub-configuration (device "/dev/sda")))
> (swap-devices '("/dev/sda2"))
> (file-systems
> (cons*
> (file-system
> (device "/dev/sda1") (mount-point "/") (type "ext4")
> (needed-for-boot? #t))
> (file-system
> (device "/dev/sda5") (mount-point "/home") (type "ext4"))
> (file-system
> (device "/dev/sda6") (mount-point "/igk") (type "ext4")
> (create-mount-point? #t))
> %base-file-systems))
This file system layout is not the actual layout I used, I've changed
it, but the rest is identical to the current system I use.
next prev parent reply other threads:[~2017-06-28 0:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-18 14:30 Corrupt colours with X.org Göktuğ Kayaalp
2017-06-19 11:27 ` Ludovic Courtès
2017-06-19 15:15 ` Göktuğ Kayaalp
2017-06-28 0:07 ` Göktuğ Kayaalp
2017-06-28 0:12 ` Göktuğ Kayaalp [this message]
2017-06-28 21:18 ` Marius Bakke
2017-06-28 23:00 ` Göktuğ Kayaalp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ygminjh3r8u.fsf@alpha \
--to=self@gkayaalp.com \
--cc=help-guix@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.