diff options
Diffstat (limited to 'chapter06/makedev.xml')
-rw-r--r-- | chapter06/makedev.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/makedev.xml b/chapter06/makedev.xml index 6d6e08edb..52a0f23b1 100644 --- a/chapter06/makedev.xml +++ b/chapter06/makedev.xml @@ -67,6 +67,10 @@ commented out. You should open <filename>make_devices</filename> in an editor and customize it to your needs. This takes some time, but is very simple. When you are satisfied, run the script to create the device files:</para> +<warning><para>Failure to properly edit the <command>make_devices</command> to +match your systems's setup (eg. number of partitions) can lead to boot errors. +</para></warning> + <screen><userinput>cd /dev ./make_devices</userinput></screen> |