Dave Young
a17fc9902e
dhclient initqueue hook fix
...
dhclient initqueue hook fix
setup_net is scheduled in initqueue, sometimes it does not get chance to run
So the default route will not be set properly
Add a check in initqueue/finished to resolve this issue.
Signed-off-by: Dave Young <dyoung@redhat.com>
13 years ago
Dave Young
d6e8280cd8
02caps: do not create /bin/sh link
...
02caps: do not create /bin/sh link
caps.sh use !/bin/bash explictly, so no need to ln -sf bash /bin/sh
OTOH, 00dash will create the symlink /bin/sh, 99base will create it if
there's no /bin/sh symlink. It looks bad to creat /bin/sh in other modules.
If a script want to use bash as command interpreter it should use !/bin/bash
or !/bin/sh in case dash is not installed.
Signed-off-by: Dave Young <dyoung@redhat.com>
13 years ago
Harald Hoyer
cbefa47006
TEST-30-ISCSI: convert to ext3
13 years ago
Harald Hoyer
b4e20a898e
systemd-udev-trigger.service and systemd-udev-settle.service have no "d"
13 years ago
Harald Hoyer
6795dcc4fc
require systemd >= 186
13 years ago
Harald Hoyer
fbf658fece
dracut.sh: corrected error messages, if mktemp failed
13 years ago
Harald Hoyer
593b315c70
dracut-functions.sh: bail out, if $initdir is not set
13 years ago
Harald Hoyer
56ed92922e
dracut.conf.d/fedora.conf.example: removed readonly from prefix
13 years ago
Harald Hoyer
9954876417
systemd/module-setup.sh: also include systemd-udevd* units
...
systemd-udev* was renamed to systemd-udevd*
13 years ago
Harald Hoyer
d96c3254e8
dracut.spec,dracut.conf.d/fedora.conf.example: no dash
...
hard remove dash from supported modules
we do not want to have anything to do with dash bugs
13 years ago
Harald Hoyer
e1619ee151
fixed bash/sh requirements
13 years ago
Harald Hoyer
e09048aaf5
systemd: check, that --prefix= does not contain /run
...
systemd will mount /run before dracut has a chance to copy over the
original content.
13 years ago
Harald Hoyer
a421016671
dracut.sh: keep vim syntax highlighting happy
13 years ago
Harald Hoyer
f1e7add2bf
network/ifname-genrules.sh: check for multiple ifname= lines
13 years ago
Harald Hoyer
528864e460
mkinitrd.8.asc: mark paragraph as important
13 years ago
Harald Hoyer
1760dfc051
network: do not rename other interfaces and document the ifname usage
...
We do not support renaming in the kernel namespace anymore (as udev does
that not anymore). So, if a user wants to use ifname, he has to rename
to a custom namespace. "eth[0-9]+" is not allowed anymore.
13 years ago
Harald Hoyer
5d0404e3b3
dracut.cmdline.7.asc: fixup
13 years ago
Harald Hoyer
18595cede8
dracut.8.asc: fixup NOTE sections
13 years ago
Harald Hoyer
e5efb6a798
dracut.asc: add lsinitrd and mkinitrd
13 years ago
Harald Hoyer
f1e9f613d9
systemd: exit with sane state
13 years ago
Harald Hoyer
e7dc1e42cd
network: factor out parse_ifname_opts() for ifname-genrules
13 years ago
Harald Hoyer
d04f16f600
install user/group adm for journal
13 years ago
Harald Hoyer
338b43cd6a
fips: add instmods silent check mode "-c -s"
13 years ago
Harald Hoyer
394ffc1d97
i18n/module-setup.sh: s/error/info if no keymap is configured
...
https://bugzilla.redhat.com/show_bug.cgi?id=836418
13 years ago
Harald Hoyer
0251fcd400
fips: change module list
13 years ago
Harald Hoyer
eaf4cb6bbb
Makefile: mkinitrd man page install typo
13 years ago
Harald Hoyer
a85ee030ab
lsinitrd.sh: fixed version file extraction
13 years ago
Harald Hoyer
d8caa679e0
lsinitrd.sh: get rid of awk call
13 years ago
Harald Hoyer
f7bccf3724
lsinitrd.sh: print usage for -?, -h
13 years ago
Harald Hoyer
38bbec3731
TEST-30-ISCSI: put back in hard-off.sh for tests
13 years ago
Harald Hoyer
a128f03b30
TEST-03-USR-MOUNT: change test to use a seperate disk
13 years ago
Harald Hoyer
f0e10d9351
usrmount/mount-usr.sh: check the right path with ismounted
13 years ago
Harald Hoyer
ffa71b4afa
dracut.sh: use getopt to parse arguments
...
now we can put options and arguments anywhere we like.
e.g.
$ dracut test.img --force
13 years ago
Harald Hoyer
9f355169f4
manpages: simplify AUTHORS
13 years ago
Harald Hoyer
0e14946a20
add lsinitrd and mkinitrd man pages
13 years ago
Harald Hoyer
c204501e3e
base/init.sh: error out early, if /dev, /proc or /sys cannot be mounted
13 years ago
Harald Hoyer
194b80f974
dracut-functions.sh:find_kernel_modules_by_path() fixed hostonly part
...
filter /sys/module/* modules by path
13 years ago
Harald Hoyer
ec61f0a3af
dracut-functions.sh: forgot --set-version $kernel for modprobe
13 years ago
Harald Hoyer
f225f180e3
usrmount/mount-usr.sh: give emergency_shell if /usr mount failed
13 years ago
Harald Hoyer
e74944eee5
dracut-install.c: for lazy install shebangs, do not check for existence
13 years ago
Harald Hoyer
eaa924b69e
dracut-functions.sh: create $initdir, if it does not exist
13 years ago
Harald Hoyer
1d59e3e592
TEST-02-SYSTEMD: enlarge the root disk
13 years ago
Harald Hoyer
5113a3efff
rootfs-block/mount-root.sh: warn if ro mount failed and remount
...
remount the root filesystem, if it was not unmounted
13 years ago
Harald Hoyer
1594d0bf9c
fs-lib/fs-lib.sh: skip fsck for xfs and btrfs. remount is enough
13 years ago
Harald Hoyer
47057875e7
TEST-01-BASIC: grow the root disk
13 years ago
Harald Hoyer
ef9b54cfe6
new testsuite test TEST-03-USR-MOUNT
...
mounts /usr as a btrfs subvolume and should respect "rw" and "ro" kernel
command line arguments properly.
13 years ago
Harald Hoyer
04d18f5587
add "--hardlink" "--nohardlink" options
13 years ago
Harald Hoyer
73575f11a9
dracut-functions.sh,dracut.sh: use xargs with "-r"
13 years ago
Harald Hoyer
998bf6e088
dracut.sh: do not lazy resolve "include" directories
13 years ago
Harald Hoyer
34e43ceb0d
dracut-install.c: give info that SOURCE argument is missing
13 years ago