summaryrefslogtreecommitdiff
path: root/nl/partitioning
diff options
context:
space:
mode:
Diffstat (limited to 'nl/partitioning')
-rw-r--r--nl/partitioning/partition-programs.xml32
-rw-r--r--nl/partitioning/partition/x86.xml6
2 files changed, 6 insertions, 32 deletions
diff --git a/nl/partitioning/partition-programs.xml b/nl/partitioning/partition-programs.xml
index 089b2d15c..cb3574ec2 100644
--- a/nl/partitioning/partition-programs.xml
+++ b/nl/partitioning/partition-programs.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39622 untranslated -->
+<!-- original version: 42302 untranslated -->
<sect1 id="partition-programs">
<title>Debian Partitioning Programs</title>
@@ -114,34 +114,8 @@ One of these programs will be run by default when you select
to use a different partitioning tool from the command line on VT2, but this
is not recommended.
-</para><para>
-
-If you will be working with more than 20 partitions on your ide disk,
-you will need to create devices for partitions 21 and beyond. The next
-step of initializing the partition will fail unless a proper device is
-present. As an example, here are commands you can use in
-<userinput>tty2</userinput> or under <guimenuitem>Execute a shell</guimenuitem>
-to add a device so the 21st partition can be initialized:
-
-<informalexample><screen>
-# cd /dev
-# mknod hda21 b 3 21
-# chgrp disk hda21
-# chmod 660 hda21
-</screen></informalexample>
-
-Booting into the new system will fail unless proper devices are present
-on the target system. After installing the kernel and modules, execute:
-
-<informalexample><screen>
-# cd /target/dev
-# mknod hda21 b 3 21
-# chgrp disk hda21
-# chmod 660 hda21
-</screen></informalexample>
-
-<phrase arch="x86">Remember to mark your boot partition as
-<quote>Bootable</quote>.</phrase>
+</para><para arch="x86">Remember to mark your boot partition as
+<quote>Bootable</quote>.
</para><para condition="mac-fdisk.txt">
diff --git a/nl/partitioning/partition/x86.xml b/nl/partitioning/partition/x86.xml
index d3ec8f247..4f1751b5c 100644
--- a/nl/partitioning/partition/x86.xml
+++ b/nl/partitioning/partition/x86.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39622 untranslated -->
+<!-- original version: 42250 untranslated -->
<sect2 arch="x86"><title>Partitioning for &arch-title;</title>
@@ -10,8 +10,8 @@ you want to preserve that operating system while installing Debian, you may
need to resize its partition to free up space for the Debian installation.
The installer supports resizing of both FAT and NTFS filesystems; when you
get to the installer's partitioning step, select the option
-<guimenuitem>Manually edit partition table</guimenuitem> and then simply
-select an existing partition and change its size.
+<guimenuitem>Manual</guimenuitem> and then simply select an existing
+partition and change its size.
</para><para>