diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-06-04 18:11:56 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-06-04 18:11:56 +0000 |
commit | fbe1de1024c195ae71ff83e39ec609fdaeba14bf (patch) | |
tree | 3a0d3ce996a570ff3e775439f9d07afb8f16095b /Distrib | |
parent | 5e98105a72cbbd429c806248b808b0e26de5acea (diff) |
none
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/CDNotesK3.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Distrib/CDNotesK3.mdwn b/Distrib/CDNotesK3.mdwn index 5a5ea0b5..193f690b 100644 --- a/Distrib/CDNotesK3.mdwn +++ b/Distrib/CDNotesK3.mdwn @@ -10,6 +10,18 @@ As usual, you can find [more information here](http://www.debian.org/ports/hurd/ ---- +GNU parted, the partitioning program, crashes when it's used like this: + +# parted /dev/hd0 + +This is a bug in the Hurd (Debian bug #196085). Use the following arguments instead: + +# parted device:hd0 + +-- [[Main/OgnyanKulev]] - 04 Jun 2003 + +---- + Unfortunately gcc-3.2\_3.2.3 gives "Internal error" while compiling the Hurd. You have to use gcc-3.3 but keep in mind that only CVS snapshots after 2003-05-08 can be compiled by gcc-3.3. -- [[Main/OgnyanKulev]] - 02 Jun 2003 |