From 4bfeb927ae2401b25c86843cc0c2d39462eef8ad Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 11 May 2013 00:34:50 +0200 Subject: AHCI is here --- hurd/running/virtualbox.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/running/virtualbox.mdwn b/hurd/running/virtualbox.mdwn index f57fcbc3..7e7cb85d 100644 --- a/hurd/running/virtualbox.mdwn +++ b/hurd/running/virtualbox.mdwn @@ -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 -- cgit v1.2.3 From 58f0f55eece2ba265b62e2a6e6fd38fdff171105 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 14 May 2013 18:56:16 +0200 Subject: build-essential/fakeroot needs to be installed before being able to unpack sources --- hurd/building.mdwn | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'hurd') diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 623e7c0a..94893d4d 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -16,6 +16,19 @@ 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 + # Getting the Source Code You can chose between getting the [sources from the developers's @@ -33,19 +46,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 -- cgit v1.2.3 From f651dceb8874a277bd0da6d09f3448f1553b520d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 14 May 2013 18:58:52 +0200 Subject: Fix missing TODO --- hurd/building.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd') diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 94893d4d..ae3fe43c 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -29,6 +29,8 @@ package: ## ... on non-Debian systems +[TODO] + # Getting the Source Code You can chose between getting the [sources from the developers's @@ -46,8 +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. -[TODO] - # Building ## Debian `.deb` Files -- cgit v1.2.3