Harald Hoyer
be217dc4d4
dracut.8: changed IPv6 addresses to the documentation address space
15 years ago
Harald Hoyer
e8e4b28dfa
dracut.8: add note about putting IPv6 addresses in brackets
15 years ago
Harald Hoyer
169f167151
iscsi: add support for multiple netroot=iscsi:
...
The whole netdisk concept should be reviewed though!
15 years ago
Harald Hoyer
e54a84113e
get rid of rdnetdebug
...
set PS4 and output to /dev/initlog.pipe
15 years ago
Alexander Todorov
c198a4bc8c
dracut.8: fix rd_LVM_LV description
15 years ago
Harald Hoyer
3df3a99759
znet: renamed rd_CCW to rd_ZNET
...
but parse old rd_CCW anyway
15 years ago
Harald Hoyer
9b17b085f3
manpage addition for kernel drivers
...
The kernel modules have to be specified without the ".ko" suffix.
15 years ago
Harald Hoyer
d293133982
add missing paragraph for --add-drivers
15 years ago
Harald Hoyer
d1bae3cd17
dracut.8: add information, which parameter can be specified multiple times
15 years ago
Harald Hoyer
7ea25f3a34
dracut.8: fixed LUKS paragraph
15 years ago
Harald Hoyer
2c2c45800c
add /etc/dracut.conf.d
15 years ago
Harald Hoyer
c98bcec89c
add preliminary IPv6 support
15 years ago
Harald Hoyer
d54a0e5ae8
beautified man pages
15 years ago
Harald Hoyer
2dfdcbf4e7
dracut-lib: read multiple lines from $init/etc/cmdline
15 years ago
Harald Hoyer
dc0a0f6c93
lvm: add rd_LVM_LV and "--poll n"
15 years ago
Harald Hoyer
6ca1d346be
kernel: add rdloaddriver kernel command line parameter
...
rdloaddriver=<drivername>
force loading kernel module <drivername>
15 years ago
Philippe Seewer
a8dbfbb8ce
Fix manpage display errors
...
Some lines in dracut's manpage are just too long for justified
display on 80c terminals. These small corrections fix this. In addition
man --warnings does not complain anymore about anything at all.
15 years ago
Harald Hoyer
6cc96b358a
add dracut.conf man page
15 years ago
Harald Hoyer
57c6b805ce
rootfs-block/mount-root: remount root with /etc/fstab filesystem options
15 years ago
Harald Hoyer
4073e3a325
nfs: add rd_NFS_DOMAIN parameter to set the NFSv4 domain name
...
https://bugzilla.redhat.com/show_bug.cgi?id=537969
15 years ago
Harald Hoyer
4d66861107
dracut.8: fixed formatting for rootfs and mount options
15 years ago
Dan Horák
8fa510d483
control filesystems included in the generic initramfs
...
New "filesystems" command line/config file option is added with the ability to
control the list of kernel filesystem modules that are included in the generic
initramfs.
Signed-off-by: Dan Horák <dan@danny.cz>
16 years ago
Harald Hoyer
ff777576d8
dracut.8: add FILES section
16 years ago
Harald Hoyer
8686bd554b
95dasd: fixed rd_DASD argument handling
16 years ago
Harald Hoyer
62cfb5c161
dracut.8: add more documentation to rd_LUKS_UUID
16 years ago
Harald Hoyer
349bac4214
crypt: install /etc/crypttab and honor crypttab entries
16 years ago
David Cantrell
78b52181bd
Update dracut.8 with new rd_DASD parameter information.
...
Rename existing rd_DASD parameter to rd_DASD_MOD. Document new rd_DASD
parameter handling.
16 years ago
Harald Hoyer
218292f6b1
add s390 network support
16 years ago
Harald Hoyer
95c07b4659
dracut.8: correct typo
16 years ago
Harald Hoyer
1ccc0fad27
add zfcp support for s390
16 years ago
Harald Hoyer
3e0f415fc6
dasd: rename dasd= to rd_DASD=
16 years ago
Harald Hoyer
13ef589dc8
dracut.8: fixed typos
16 years ago
Harald Hoyer
3f793c91f4
AUTHORS: generated by git-shortlog
...
add AUTHORS target to Makefile
only list main authors in man page
16 years ago
Michal Schmidt
ca270f7c17
dracut.8: removed switch_root relicts and changed URL
16 years ago
Harald Hoyer
4592b6983a
base: add logger for rdinitdebug
...
initlog logs to /init.log /dev/kmsg and /dev/console
16 years ago
Harald Hoyer
a8aad9de61
dracut.8: fixed ifname position
16 years ago
Harald Hoyer
c53acc3015
lvm: add rd_NO_LVMCONF
16 years ago
Hans de Goede
5759574b26
Document that MAC addresses must be lowercase
16 years ago
Hans de Goede
56580efe68
Document netroot=fcoe:....
16 years ago
Hans de Goede
68f28d6976
Add ifname= argument for persistent netdev names
...
ifname=<interface>:<MAC>
Assign network device name <interface> (ie eth0) to the NIC with MAC <MAC>.
Note that if you use this option you *must* specify an ifname= argument
for all interfaces used in ip= or fcoe= arguments
16 years ago
Harald Hoyer
b94c520660
plymouth: add rd_NO_PLYMOUTH
16 years ago
Harald Hoyer
2f02ae9d45
mdraid: add rd_NO_MDADMCONF --mdadmconf --nomdadmconf
...
Copy /etc/mdadm.conf to initramfs (even for non-hostonly) if
mdadmconf="yes" is set in dracut.conf or --mdadmconf is specified on the
dracut command line.
This was done, because there seems _no_ sane way to autoassemble md raid
arrays.
also moved rd_NO_MD to an udev ENV
16 years ago
Harald Hoyer
8c45b484ce
plymouth: removed rd_plytheme
16 years ago
Harald Hoyer
cb47caf786
add parameter to specify additional kernel modules to include
...
--add-drivers for dracut
add_drivers for dracut.conf
16 years ago
Harald Hoyer
ffa264f077
dracut.8: document rootfstype and rootflags
16 years ago
Michael Ploujnikov
5bf0b329c9
update the rdbreak breakpoint list
16 years ago
Harald Hoyer
3d4641fd98
add rdinfo command line parameter
...
print informational output though "quiet" is set
16 years ago
Harald Hoyer
863fa9c295
dracut.8: fixed iscsi username/pw documentation
16 years ago
Hans de Goede
766968bb6f
Implement extended iscsi: rfc4173 syntax which allows specifying credentials
...
As discussed before, it would be nice to be able to specify
the iscsi chap credentials inside the netroot=iscsi:.....
syntax, this patch implements this in a backwards compatible way, like
this:
iscsi:username:pass@127.0.0.1::3260::iqn.2009-01.com.example:testdisk
iscsi:username:pass:reverse:pass@127.0.0.1::3260::iqn.2009-01.com.example:test
The only downside is that the backwards compatibility is broken when there
is an @ in the iscsi target name (very unlikely), that can still be used,
but only like this:
iscsi:@192.168.1.100::3260::iqn.2009-01.com.example:testdi@sk
16 years ago
Harald Hoyer
31f7db66a8
strip binaries in initramfs
...
--strip
strip binaries in the initramfs (default)
--nostrip
do not strip binaries in the initramfs
16 years ago