summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
blob: 4e978669900765911d18270cfb3be9bff8534889 (about) (plain)
1
2
3
4
5
6
7
8
9
(define-module (systems mcdowell)
  #:use-module (machines portable-bios)	; portable-operating-system
  )

;; string
(define host-name*
  "mcdowell")

(operating-system* host-name*)