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
Harald Hoyer
7209df9e91
do not umount root, remount it. do not mount ro if not specified
...
also mount /usr readonly if "ro" is specified on the command line
if /usr is a btrfs subvolume of root, use the same mount options
13 years ago
Harald Hoyer
0e95d84892
dracut-functions.sh: set LC_ALL=C to get correct parsing information
13 years ago
Amadeusz Żołnowski
965c2d8760
95rootfs-block: skip checks rel. to fsck if rd.skipfsck is supplied
13 years ago
Amadeusz Żołnowski
9fb01d49d6
new option: rd.skipfsck to skip fsck for rootfs and /usr
13 years ago
Amadeusz Żołnowski
e42b6f9e15
99base: don't require fs-lib to detect rootfstype
...
If fs-lib is not included, no rootfs autodetection is performed.
13 years ago
Amadeusz Żołnowski
2ee48b4b4b
98usrmount: force mounting /usr read-only option (rd.usrmount.ro)
13 years ago
Harald Hoyer
f4031e8a9a
move dracut-install to dracutbasedir
...
We do not want to install dracut-install to /usr/bin until all
interfaces are set to stone and the manpage is written. Until then the
tool is dracut internal.
13 years ago
Harald Hoyer
85854b245e
dracut-install.c: try clone ioctl for more speed
13 years ago
Harald Hoyer
09eaf9f5b3
Version 020
13 years ago
Harald Hoyer
89d44e720b
Use /usr/bin/dracut-install if available
...
/usr/bin/dracut-install greatly improves initramfs creation speed
13 years ago