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
Harald Hoyer
8652d5493d
51-dracut-rescue.install: fixed rescue image creation
12 years ago
Harald Hoyer
af11946054
dracut-functions.sh: inst_multiple == dracut_install
12 years ago
Harald Hoyer
55a0b3abc7
dracut-functions.sh: removed non dracut-install shell functions
12 years ago
Harald Hoyer
a4f7b50471
dracut.sh/dracut-functions.sh: handle root on non-block device
12 years ago
Harald Hoyer
226e3710b4
systemd/dracut-initqueue.sh: continue to boot if finished failed
...
but /sysroot/etc/fstab exists.
12 years ago
Harald Hoyer
89f7217954
dracut.asc: small corrections
12 years ago
Harald Hoyer
283c34fc2b
dracut.sh: call find with -print0 and cpio with --null
12 years ago
Harald Hoyer
1cb6524918
lsinitrd.sh: add old cpio signature
12 years ago
WANG Chao
ff66b6dad3
95terminfo: install vt102
...
systemd uses vt102 as default term for tty:
commit acda6a0
Author: Lennart Poettering <lennart@poettering.net>
Date: Sun Apr 22 02:45:39 2012 +0200
default to v102 everywhere, instead of vt100, to synchronize with agetty
Signed-off-by: WANG Chao <chaowang@redhat.com>
12 years ago
Harald Hoyer
64a7eace88
cms/cmssetup.sh: correct port for zfcp.conf
12 years ago
Harald Hoyer
051de5aadc
lvm: add "--yes" to lvm lvchange
12 years ago
Baoquan He
d2765b5175
Change the implementation of action_on_fail
...
Currently when action_on_fail is enabled, the emergency_shell won't be called.
In kdump even though user specify the default action as emergency_shell,
dracut skip it. Now change the implementation of action_on_fail to depend
on a file which is created by kdump when making kdump initrd, then remove it
at the beginning of kdump. This can solve the explicit emergency_shell problem.
And action_on_fail won't need paramenters, remove the relevant description in
dracut man page.
Signed-off-by: Baoquan He <bhe@redhat.com>
12 years ago
Harald Hoyer
d27cd4dfdd
Revert "base: setup correct system time and time zone in initrd"
...
This reverts commit 77364fd6bb
.
Too many problems with adjtime in the initramfs
https://bugzilla.redhat.com/show_bug.cgi?id=981617
12 years ago
Radek Vykydal
030b00b8a5
Generate correct ifcfg file for vlan= option.
12 years ago