diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-11-09 11:04:41 +0100 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-11-09 11:04:41 +0100 |
commit | f85c63bf65cebe98025022e56fbbdb95310b574a (patch) | |
tree | ece56daeaa5fd31fd07fe2028b4a3ae320fa58d1 /com32/hdt/floppy | |
parent | 590f9d031162dd2377980c4daadff7cc85cdff02 (diff) | |
download | syslinux.git-f85c63bf65cebe98025022e56fbbdb95310b574a.tar.gz syslinux.git-f85c63bf65cebe98025022e56fbbdb95310b574a.tar.xz syslinux.git-f85c63bf65cebe98025022e56fbbdb95310b574a.zip |
hdt: iso/floppy have to be quiethdt-0.3.5
Impact: Quieten output of hdt
By default, the provided iso/floppies are now quieter.
This will increase the readibility of HDT's output
Diffstat (limited to 'com32/hdt/floppy')
-rw-r--r-- | com32/hdt/floppy/hdt.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg index 8f707d0f..226bf75f 100644 --- a/com32/hdt/floppy/hdt.cfg +++ b/com32/hdt/floppy/hdt.cfg @@ -4,4 +4,4 @@ SERIAL 0 LABEL hdt COM32 hdt.c32 -APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids +APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet |