Harald Hoyer
a073aa5a26
dracut-032
12 years ago
Harald Hoyer
575733aa25
add newline to cmdline config files
12 years ago
Harald Hoyer
546d5dacf5
dracut.sh: recognize swap entries in fstab with mountpoint "none"
12 years ago
Harald Hoyer
3411ad661a
add persistent_policy configuration option
12 years ago
Harald Hoyer
a2b64e30b8
dracut.conf.5.asc: correct ro_mnt documentation
12 years ago
Harald Hoyer
50411d30d5
dracut-functions.sh:dracut_module_included() check with spaces
...
check also for surrounding spaces in the module strings
12 years ago
Harald Hoyer
88c86ac7f0
dracut.sh: fixed checking for FIPS mode
12 years ago
WANG Chao
55c912ae40
systemd: pre-pivot hooks runs after /sysroot is mounted
...
If rootflags=nofail, sysroot.mount won't strictly run "Before"
initrd-root-fs.target. So we need to order dracut-pre-pivot after
sysroot.mount.
12 years ago
Daniel Schaal
b7c770e186
dracut.sh: Fix [no-]early-microcode parameter and add documentation.
...
[no-]early-microcode was missing from getopt argument list.
Let arguments passed by command line override config files.
12 years ago
Harald Hoyer
324ea606da
dracut.sh: add --persistent-policy option
...
--persistent-policy <policy>:
Use <policy> to address disks and partitions.
<policy> can be any directory name found in /dev/disk.
E.g. "by-uuid", "by-label"
12 years ago
Harald Hoyer
df478eee75
base/dracut-lib.sh: move warn() definition before usage
12 years ago
Harald Hoyer
8f53670cc5
dracut.spec: correct License string
12 years ago
Harald Hoyer
f071d5574c
dracut.spec: add bash module
12 years ago
Harald Hoyer
1743473b2b
add parameter --print-cmdline
...
This prints the kernel command line parameters for the current disk
layout.
$ dracut --print-cmdline
rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471
rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root
rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered
rootfstype=ext4
12 years ago
Harald Hoyer
0d6d85b494
resurrect TEST-14-IMSM
12 years ago
Harald Hoyer
bbc9bfe16e
dracut-functions.sh: add find_mp_fsopts
12 years ago
Harald Hoyer
466a59984a
dracut-functions.sh: no more 'echo'
12 years ago
Harald Hoyer
8df0b654dc
rootfs-block: search all host_devs for a journal device
12 years ago
Harald Hoyer
97af51db9d
dracut-functions.sh: add find_dev_fsopts()
12 years ago
Harald Hoyer
69f7ed9610
Create initramfs without using udevadm
...
This enables building a hostonly image, without the udev database
populated.
12 years ago
Harald Hoyer
67b4a9ea17
testsuite: fixed network interface names
12 years ago
Harald Hoyer
dc63e65419
dracut.spec: dracut-network requires dhclient
12 years ago
Harald Hoyer
62cdced342
TEST-12-RAID-DEG: enter UUID in crypttab rather than md0
12 years ago
Harald Hoyer
919a7c4d6e
Makefile: do syncheck before creating the archive or rpm
12 years ago
Harald Hoyer
f06c2b5852
dracut-functions.sh: fixed vercmp()
12 years ago
WANG Chao
613ed5cd76
network: also wait for ethernet interfaces to setup
...
We only wait for master interfaces for bridge/bonding/team/vlan case.
If none of these complex network is configured, we should wait for
ethernet interface (bootdev) instead.
12 years ago
Harald Hoyer
3605b48508
shutdown: fixed killall_proc_mountpoint()
12 years ago
Harald Hoyer
4fe1bdd406
dracut-functions.sh: if no libdirs are set, take the ld.so.cache paths
12 years ago
Harald Hoyer
a13bf117d5
crypt: only manually activate systemd-cryptsetup, if not in crypttab
...
Only additional rd.luks.UUID have to be manually activated.
12 years ago
Harald Hoyer
730b9b8b77
crypt/crypt-run-generator: also skip if UUID match in crypttab
12 years ago
Harald Hoyer
5e264a5d3e
add bash module
12 years ago
Harald Hoyer
4baac4b291
crypt/module-setup.sh: use crypttab in hostonly and don't install cmdline
12 years ago
Harald Hoyer
1f4f8fb9e3
fs-lib/module-setup.sh: install fsck and fsck.ext*
12 years ago
Harald Hoyer
af75a298c1
dracut.sh: always assemble /usr in the initramfs
12 years ago
Harald Hoyer
9fc144451d
dracut.sh: always assemble /usr device in initramfs
12 years ago
Harald Hoyer
861d9430c0
lsinitrd.sh: fixed modules.txt path
12 years ago
Harald Hoyer
e8b9702c0a
systemd/dracut-initqueue.sh: added missing "then"
12 years ago
Harald Hoyer
109283a883
base: don't install switch_root, if systemd is used
12 years ago
Harald Hoyer
e95b672376
dracut.sh: fixed typo
12 years ago
Harald Hoyer
dadd2b698e
dracut.sh: use local lsinitrd.sh for "-l"
12 years ago
Harald Hoyer
3e70a25bcf
dracut-logger.sh: saveguard logger with --
12 years ago
Harald Hoyer
3e6c9011d0
dracut-logger.sh: do not unset logging messages if sysloglvl is set
12 years ago
Harald Hoyer
d93fe0fa35
lsinitrd.sh: fixed case
12 years ago
dyoung@redhat.com
beb26a0847
omit drivers fix
...
Because omit_drivers list use underline always, so when maching with it
the _mod need to be converted as well or sometimes omit-drivers will fail
silently.
Fix this by replace '-' with '_' in instmods function.
Signed-off-by: Dave Young <dyoung@redhat.com>
12 years ago
Harald Hoyer
e84d115b93
multipath: need_shutdown if multipath devices exist
...
https://bugzilla.redhat.com/show_bug.cgi?id=994913
12 years ago
Harald Hoyer
7929ec198f
iscsi/module-setup.sh: install some modules regardless of hostonly
12 years ago
Harald Hoyer
0b11ea7199
network/net-lib.sh: fix ibft interface configuration
...
also skip ibft$num names, which have been already given
https://bugzilla.redhat.com/show_bug.cgi?id=989944
12 years ago
James Lee
7deba0428a
crypt: Fix typo--/etc/crypttab not /etc/cryptab
...
1ae8b8a
breaks the crypt module for those who use keyfiles due to a
typo leading to the exclusion of /etc/crypttab from the initrd.
12 years ago
Harald Hoyer
aacdba2bdb
dracut.sh: check the value of --kver
...
https://bugzilla.redhat.com/show_bug.cgi?id=993327
12 years ago
Harald Hoyer
5ae33613ab
dracut.sh: do not strip in FIPS mode
12 years ago