diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building.mdwn | 30 | ||||
-rw-r--r-- | hurd/running/virtualbox.mdwn | 4 |
2 files changed, 17 insertions, 17 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 623e7c0a..ae3fe43c 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -16,6 +16,21 @@ details. [[!toc]] +# Preparing for the Build + +## ... on Debian systems + +Building the Hurd requires the *build-essential* and *fakeroot* packages, their +dependencies and additional packages that are specified by the source hurd +package: + + # apt-get install build-essential fakeroot + # apt-get build-dep hurd + +## ... on non-Debian systems + +[TODO] + # Getting the Source Code You can chose between getting the [sources from the developers's @@ -33,21 +48,6 @@ Please see the Debian [[FAQ]] before using `apt-get source`. The unpacked source tree is around 20 MiB, and the build tree (configured with `--disable-profile`) is around 100 MiB. -# Preparing for the Build - -## ... on Debian systems - -Building the Hurd requires the *build-essential* and *fakeroot* packages, their -dependencies and additional packages that are specified by the source hurd -package: - - # apt-get install build-essential fakeroot - # apt-get build-dep hurd - -## ... on non-Debian systems - -[TODO] - # Building ## Debian `.deb` Files diff --git a/hurd/running/virtualbox.mdwn b/hurd/running/virtualbox.mdwn index f57fcbc3..822f771d 100644 --- a/hurd/running/virtualbox.mdwn +++ b/hurd/running/virtualbox.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -15,7 +15,7 @@ License|/fdl]]."]]"""]] # Installation -The disk controller has to be configured as IDE. Neither SATA nor SCSI are +The disk controller has to be configured as IDE or AHCI. Neither RAID nor SCSI are supported. The network controller should be configured as PCnet-PCI II or PCNet-FAST III |