summaryrefslogtreecommitdiff
path: root/dracut.8
AgeCommit message (Collapse)AuthorFilesLines
2010-06-17dracut.8: changed IPv6 addresses to the documentation address spaceHarald Hoyer1-3/+3
2010-06-17dracut.8: add note about putting IPv6 addresses in bracketsHarald Hoyer1-1/+10
2010-06-09iscsi: add support for multiple netroot=iscsi:Harald Hoyer1-1/+0
The whole netdisk concept should be reviewed though!
2010-05-19get rid of rdnetdebugHarald Hoyer1-3/+0
set PS4 and output to /dev/initlog.pipe
2010-05-06dracut.8: fix rd_LVM_LV descriptionAlexander Todorov1-1/+1
2010-05-05znet: renamed rd_CCW to rd_ZNETHarald Hoyer1-5/+5
but parse old rd_CCW anyway
2010-04-14manpage addition for kernel driversHarald Hoyer1-0/+2
The kernel modules have to be specified without the ".ko" suffix.
2010-04-14add missing paragraph for --add-driversHarald Hoyer1-1/+2
2010-04-13dracut.8: add information, which parameter can be specified multiple timesHarald Hoyer1-3/+12
2010-04-13dracut.8: fixed LUKS paragraphHarald Hoyer1-1/+2
2010-02-12add /etc/dracut.conf.dHarald Hoyer1-0/+5
2010-02-04add preliminary IPv6 supportHarald Hoyer1-7/+7
2010-02-02beautified man pagesHarald Hoyer1-143/+168
2010-01-15dracut-lib: read multiple lines from $init/etc/cmdlineHarald Hoyer1-0/+3
2010-01-13lvm: add rd_LVM_LV and "--poll n"Harald Hoyer1-0/+5
2010-01-13kernel: add rdloaddriver kernel command line parameterHarald Hoyer1-0/+3
rdloaddriver=<drivername> force loading kernel module <drivername>
2009-11-27Fix manpage display errorsPhilippe Seewer1-13/+25
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.
2009-11-27add dracut.conf man pageHarald Hoyer1-1/+2
2009-11-26rootfs-block/mount-root: remount root with /etc/fstab filesystem optionsHarald Hoyer1-1/+8
2009-11-26nfs: add rd_NFS_DOMAIN parameter to set the NFSv4 domain nameHarald Hoyer1-0/+3
https://bugzilla.redhat.com/show_bug.cgi?id=537969
2009-11-18dracut.8: fixed formatting for rootfs and mount optionsHarald Hoyer1-0/+2
2009-11-10control filesystems included in the generic initramfsDan Horák1-0/+3
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>
2009-11-10dracut.8: add FILES sectionHarald Hoyer1-0/+8
2009-11-0695dasd: fixed rd_DASD argument handlingHarald Hoyer1-2/+2
2009-11-05dracut.8: add more documentation to rd_LUKS_UUIDHarald Hoyer1-0/+3
2009-11-05crypt: install /etc/crypttab and honor crypttab entriesHarald Hoyer1-0/+2
2009-11-03Update dracut.8 with new rd_DASD parameter information.David Cantrell1-1/+6
Rename existing rd_DASD parameter to rd_DASD_MOD. Document new rd_DASD parameter handling.
2009-10-08add s390 network supportHarald Hoyer1-0/+6
2009-10-08dracut.8: correct typoHarald Hoyer1-2/+2
2009-10-08add zfcp support for s390Harald Hoyer1-0/+9
2009-10-08dasd: rename dasd= to rd_DASD=Harald Hoyer1-1/+1
2009-10-07dracut.8: fixed typosHarald Hoyer1-1/+1
2009-10-07AUTHORS: generated by git-shortlogHarald Hoyer1-7/+3
add AUTHORS target to Makefile only list main authors in man page
2009-10-06dracut.8: removed switch_root relicts and changed URLMichal Schmidt1-3/+3
2009-10-01base: add logger for rdinitdebugHarald Hoyer1-1/+1
initlog logs to /init.log /dev/kmsg and /dev/console
2009-09-29dracut.8: fixed ifname positionHarald Hoyer1-6/+5
2009-09-18lvm: add rd_NO_LVMCONFHarald Hoyer1-0/+3
2009-09-15Document that MAC addresses must be lowercaseHans de Goede1-1/+3
2009-09-15Document netroot=fcoe:....Hans de Goede1-0/+6
2009-09-15Add ifname= argument for persistent netdev namesHans de Goede1-0/+6
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
2009-09-15plymouth: add rd_NO_PLYMOUTHHarald Hoyer1-0/+5
2009-09-15mdraid: add rd_NO_MDADMCONF --mdadmconf --nomdadmconfHarald Hoyer1-0/+9
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
2009-09-11plymouth: removed rd_plythemeHarald Hoyer1-5/+0
2009-09-09add parameter to specify additional kernel modules to includeHarald Hoyer1-1/+3
--add-drivers for dracut add_drivers for dracut.conf
2009-08-28dracut.8: document rootfstype and rootflagsHarald Hoyer1-1/+4
2009-08-14update the rdbreak breakpoint listMichael Ploujnikov1-1/+1
2009-08-14add rdinfo command line parameterHarald Hoyer1-0/+3
print informational output though "quiet" is set
2009-07-31dracut.8: fixed iscsi username/pw documentationHarald Hoyer1-2/+2
2009-07-31Implement extended iscsi: rfc4173 syntax which allows specifying credentialsHans de Goede1-5/+3
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
2009-07-25strip binaries in initramfsHarald Hoyer1-0/+6
--strip strip binaries in the initramfs (default) --nostrip do not strip binaries in the initramfs