all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Missed testing
@ 2019-03-11 23:14 Jeremiah
  2019-03-12  2:52 ` Ricardo Wurmus
  0 siblings, 1 reply; 5+ messages in thread
From: Jeremiah @ 2019-03-11 23:14 UTC (permalink / raw)
  To: guix-devel

I know this probably is not a popular premise but we really need to take
the time to actually test our example configurations prior to including
them in our releases.

For example if one were to go to the guixsd website and download the
current release, verify that it was correct, burn onto a DVD and attempt
to install with guix system init /etc/configuration/desktop.scm /mnt
--fallback results in the following error:

/gnu/store/729zbb84cah3wf2fcsy4h17lqxxib5q-configuration-templates/desktop.scm:23:9:
error: you may need these modules in the initrd for /dev/sda1: mptspi

hint: Try adding them to the 'initrd-modules' field of your
'operating-system' declaration, along these lines:

    (operating-system
      ;; ...
      (initrd-modules (append (list "mptspi")
                                %base-initrd-modules)))

If you think this diagnostic is inaccurate, use the '--skip-checks'
option of 'guix system'

So if I copy the code into the file, it stops recognizing users but if I
--skip-checks the system installs but boots to a guile repl

It takes a bit to find ,help works and then ,bournish only to discover
no readline (so have to type everything by hand everytime) and no tab
completion

Which would have been fine if less/more was available or that pipes (|)
worked or if cryptsetup was in the path

so I wouldn't have to type the following line:

/gnu/store/slpv4rzcmf6lfzzjlhm4d3r1pkb2cx00-cryptsetup-static-1.7.5/sbin/cryptsetup

Then I discover /dev/sda1 isn't even exist!!!

There is no documentation on how to mount and boot, let alone how to get
shepherd to prompt for credentials for the luks volume...

If nothing else we either need to include in the documentation how to
mount a luks volume and resume boot or ensure it works everytime.

-Jeremiah

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-12 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-11 23:14 Missed testing Jeremiah
2019-03-12  2:52 ` Ricardo Wurmus
2019-03-12 10:22   ` Jeremiah
2019-03-12 11:27     ` Danny Milosavljevic
2019-03-12 21:21       ` Jeremiah

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.