Harald Hoyer
85b458d90d
Makefile: source dracut-version.sh and correct dist tarball
12 years ago
Harald Hoyer
268ae2841b
Makefile: pipe git describe errors to /dev/null
12 years ago
Harald Hoyer
638cad7c97
add dracut-shutdown.service.8.asc manpage
12 years ago
Harald Hoyer
0fbb79d54f
move dracut-shutdown.service to modules.d/98systemd
12 years ago
Harald Hoyer
36c34f4e71
Don't use do syncheck for target all and refine syncheck
...
instead of "dash -n" we now use "bash --posix -n"
we also check for "[[ " in posix shell files
12 years ago
Harald Hoyer
373efa4427
systemd: make unit files symlinks
12 years ago
Harald Hoyer
cee4599131
systemd/dracut-pre-pivot.service: also execute for cleanup hooks or rd.break
12 years ago
Harald Hoyer
c6011f2add
i18n: make the default font configurable
...
To set the default font for your distribution, add
i18n_default_font="latarcyrheb-sun16"
to your /lib/dracut/dracut.conf.d/01-dist.conf distribution config.
12 years ago
Harald Hoyer
f8b958dc62
network: wait 40 seconds for IPv6 auto configuration
...
https://bugzilla.redhat.com/show_bug.cgi?id=973719
12 years ago
Harald Hoyer
036712546b
NEWS: update
12 years ago
Harald Hoyer
391d605790
rename kernel command line param action_on_fail to rd.action_on_fail
12 years ago
Harald Hoyer
aef0f55791
dmsquash-live/iso-scan: wait until the iso-scan/filename is found
...
Do not only run once, but wait until all devices are found.
12 years ago
Harald Hoyer
66ed711ccf
systemd/dracut-initqueue.service: specify all initqueues
12 years ago
Harald Hoyer
960b1e48e8
TODO: update
12 years ago
WANG Chao
437a56dc6b
dracut-initqueue.service: Fix systemd start condition
...
Scripts in dracut initqueue hooks are placed under
/usr/lib/dracut/hooks/initqueue/*/ directory.
And also start initqueue service when kernel cmdline has
rd.break=initqueue
Signed-off-by: WANG Chao <chaowang@redhat.com>
12 years ago
Harald Hoyer
630aed8b66
udev-rules: add 80-net-name-slot.rules
12 years ago
Harald Hoyer
af6292f0fc
cms/cmssetup.sh: untabify
12 years ago
Harald Hoyer
b710520a3d
cms/cmssetup.sh: reload udev rules after adding them
12 years ago
Harald Hoyer
66e092bb53
cms/cmssetup.sh: fix LAYER2 ccw.conf setup
12 years ago
Harald Hoyer
fdc1037b19
cms/cmsifup.sh: correctly set MACADDR and MTU for the ip line
...
https://bugzilla.redhat.com/show_bug.cgi?id=971025
12 years ago
Harald Hoyer
76df206685
cms/cmssetup.sh: do not echo newlines for ccw.conf
...
https://bugzilla.redhat.com/show_bug.cgi?id=970982
12 years ago
WANG Chao
77364fd6bb
base: setup correct system time and time zone in initrd
...
Currently in initrd, hardware clock is always considered to use UTC time
format and system time zone is also UTC. Thus system time isn't correct
if hw clock is localtime or we're using other time zone in real root.
To fix this, install /etc/adjtime and /etc/localtime to initrd. If not
using systemd, install /usr/sbin/hwclock for dracut init to setup system
time.
[harald: combined the two hostonly if's]
Signed-off-by: WANG Chao <chaowang@redhat.com>
Signed-off-by: Harald Hoyer <harald@redhat.com>
12 years ago
Harald Hoyer
41b0e41a09
Makefile: report syntax check files for V=1
12 years ago
Harald Hoyer
791532b0ce
dracut-install: install libs also from one dir above
...
some HW has different flavors of basic libs
$ ldconfig -p|fgrep libc.so
libc.so.6 (libc6,64bit, hwcap: 0x0000001000000000, OS ABI: Linux 2.6.32) => /lib64/power6/libc.so.6
libc.so.6 (libc6,64bit, hwcap: 0x0000000000000200, OS ABI: Linux 2.6.32) => /lib64/power6x/libc.so.6
libc.so.6 (libc6,64bit, OS ABI: Linux 2.6.32) => /lib64/libc.so.6
because setting LD_HWCAP_MASK=0 does not work, we have to workaround
this.
$ LD_TRACE_LOADED_OBJECTS=1 LD_HWCAP_MASK=0 /lib64/ld64.so.1 /bin/sh | fgrep libc.so
libc.so.6 => /lib64/power6/libc.so.6 (0x000000804e260000)
Now we try to install the same library from one directory above the one
we installed also.
12 years ago
Harald Hoyer
ad45024416
lvm: fixed "thin" recognition
12 years ago
Dennis Gilmore
3ae5ac28af
include panel-tfp410 module on arm systems in the initramfs needed for framebuffer on omap systems
12 years ago
Harald Hoyer
fd28794bbc
TEST-99-RPM: generate rpms and exclude /boot loader entries
12 years ago
Harald Hoyer
d18fd0235b
dmsquash-live/dmsquash-live-root.sh: fixup 32214acb3a
12 years ago
Harald Hoyer
15c5c072f4
dracut-functions.sh:get_persistent_dev() fix case for multipath
...
/dev/mapper/mpath* is not a persistent device path
https://bugzilla.redhat.com/show_bug.cgi?id=969068
12 years ago
Harald Hoyer
caf207afa7
ifcfg/write-ifcfg.sh: fixed logic
...
seems like nobody tested this with recent dracut versions.
12 years ago
Harald Hoyer
57937cf480
lvm: add tools for thin provisioning
...
https://bugzilla.redhat.com/show_bug.cgi?id=921235
12 years ago
Harald Hoyer
feaf30ffaa
network: wait for all required interfaces if "rd.neednet=1"
...
also set bootdev to the first configured interface, if missing
https://bugzilla.redhat.com/show_bug.cgi?id=801829
12 years ago
Harald Hoyer
dcae873414
systemd/emergency.service: do not run for action_on_fail=continue
...
same as for dracut-emergency.service
12 years ago
Harald Hoyer
32214acb3a
dmsquash-live/dmsquash-live-root.sh: add parameter rd.live.squashimg
...
rd.live.squashimg names the squash image in the rd.live.dir
and defaults to squashfs.img
https://bugzilla.redhat.com/show_bug.cgi?id=789036
https://bugzilla.redhat.com/show_bug.cgi?id=782108
12 years ago
Harald Hoyer
e64bcf5a99
kernel-modules/module-setup.sh: add hid-hyperv and hv-vmbus
12 years ago
Harald Hoyer
62cb52f431
base/dracut-lib.sh: export DRACUT_SYSTEMD and NEWROOT
12 years ago
dyoung@redhat.com
cf8b1b7853
selinux: load_policy script fix
...
chroot load_policy will use selinuxfs which should be mounted
in $NEWROOT/sys/fs/selinux for Fedora 19, but because there's
no $NEWROOT/sys/fs, so later process will fail.
Fixing this by bind mount /sys to $NEWROOT/sys.
Signed-off-by: Dave Young <dyoung@redhat.com>
12 years ago
Dan Horák
bc97e005fa
use system provides udev rule and initialization script
12 years ago
Baoquan He
679fa7ed3c
99fs-lib/fs-lib.sh: Let user specify the action after fail for fsck
...
The fsck is ignored when replace emergency_shell with action_on_fail,
now add it.
Signed-off-by: Baoquan He <bhe@redhat.com>
12 years ago
Harald Hoyer
4f084f3ab5
fs-lib/module-setup.sh: add xfs_metadump
12 years ago
Harald Hoyer
af2716626a
kernel-modules/module-setup.sh: add nvme kernel module
...
apparently not caught by the block driver regexp
https://bugzilla.redhat.com/show_bug.cgi?id=910734
12 years ago
Harald Hoyer
6625c085ae
ifcfg/write-ifcfg.sh:
...
- fix ONBOOT for slaves
- set TYPE=Bond for bonding
https://bugzilla.redhat.com/show_bug.cgi?id=919001
12 years ago
Harald Hoyer
af2578562c
udev-rules/module-setup.sh: optionally install /etc/pcmcia/config.opts
...
https://bugzilla.redhat.com/show_bug.cgi?id=920076
12 years ago
Harald Hoyer
8099e7b1ba
crypt-loop/module-setup.sh: install loop kernel module
12 years ago
Harald Hoyer
0a3e348225
i18n/module-setup.sh: install default font latarcyrheb-sun16
12 years ago
Harald Hoyer
b78e6ac2c3
dracut-emergency.service: do not start for "action_on_fail=continue"
12 years ago
Dennis Schridde
cbfe65c2fe
[40network] Provide a hostname fallback function, in case there is no executable of this name
12 years ago
Harald Hoyer
284d62da81
ifcfg/write-ifcfg.sh: proper NAME the interfaces
...
https://bugzilla.redhat.com/show_bug.cgi?id=965842
12 years ago
Harald Hoyer
c6df70fb48
btrfs: include btrfs-zero-log in the initramfs
...
https://bugzilla.redhat.com/show_bug.cgi?id=963257
12 years ago
Harald Hoyer
1b8616adee
url-lib/url-lib.sh: turn off curl globbing
...
https://bugzilla.redhat.com/show_bug.cgi?id=907497
12 years ago