Harald Hoyer
19cd47fd26
plymouth/plymouth-newroot.sh: don't "exit 0" for sourced scripts
13 years ago
Harald Hoyer
cf62cc435f
virtfs/mount-virtfs.sh: don't exit != 0
13 years ago
Harald Hoyer
8b6bdafc39
systemd/module-setup.sh: install systemd udev rules
13 years ago
Harald Hoyer
27790828d1
base/dracut-lib.sh: fixed ismounted(<mountpoint>)
13 years ago
Harald Hoyer
d782ffb822
i18n/parse-i18n.sh: remove udev rules
13 years ago
Harald Hoyer
5a84ac3fe3
dracut-functions.sh: inst_hook() with [0-9]-<name>
13 years ago
Harald Hoyer
343b7d7488
kernel-modules/module-setup.sh: add missing "fi"
13 years ago
Harald Hoyer
aefea76cf8
set DRACUT_SYSTEMD for systemd mode in the initramfs
13 years ago
Harald Hoyer
4976edb1a6
dracut.spec: add Requires: kbd kbd-misc
13 years ago
Harald Hoyer
171ba532bc
plymouth/plymouth-newroot.sh: fixed pre-pivot hook
13 years ago
Harald Hoyer
bfd2e8c25f
dracut.sh: test if we can lazy resolve with ldd
13 years ago
Chao Wang
b2d225a669
dracut-functions: $_x should exist, no need to test.
...
Signed-off-by: Chao Wang <chaowang@redhat.com>
13 years ago
Will Woods
a5f01bbfb5
dracut-lib: add find_mount, use it to implement ismounted
...
find_mount is really the same thing as ismounted with two additions:
1) uses "readlink" so "ismounted /dev/disk/by-label/LABEL" works
2) returns the mountpoint of the device
And ismounted is now just "find_mount $dev >/dev/null".
13 years ago
Will Woods
7e2285a48a
add comment for getargbool()
...
I always forget how getargbool works. Add a comment documenting it.
13 years ago
Harald Hoyer
3e964eeb96
dracut.sh: put $drivers and $filesystems back in export
13 years ago
Harald Hoyer
aec9f902f0
kernel-modules/module-setup.sh: move "$drivers" "$filesystems" and "$add_drivers" to dracut.sh
13 years ago
Harald Hoyer
764eb40cc9
TODO: update
13 years ago
Harald Hoyer
95a5b23a38
i18n,terminfo/module-setup.sh: fixed "cp -t" calls
13 years ago
Harald Hoyer
5d833a9f5b
add "af_packet" kernel module to network testsuite tests
13 years ago
Harald Hoyer
3e51b2f6fc
fixed i18n and plymouth for systemd
13 years ago
Harald Hoyer
852105dc44
i18n/console_init.sh: skip, if we use systemd and use systemd-vconsole-init
13 years ago
Harald Hoyer
a7473ef379
cifs/parse-cifsroot.sh: fixed more root/netroot parsing
13 years ago
Harald Hoyer
f7f3792390
iscsi/iscsiroot.sh: force link initiatorname
13 years ago
Harald Hoyer
2d674a9336
README.testsuite: add instructions on how to run the testsuite
13 years ago
Harald Hoyer
24a38bc1cb
fixed install locations for udev rules and change to IMPORT{builtin}
13 years ago
Harald Hoyer
82b1739dce
cifs/parse-cifsroot.sh: do not unset netroot, we need it
13 years ago
Amadeusz Żołnowski
fc6b272f41
gitignore install/dracut-install
13 years ago
Amadeusz Żołnowski
c9baff669d
Makefile: add dependencies for dracut-install (generated with gcc -MM)
13 years ago
Harald Hoyer
72ee74b9be
dracut.spec: add cifs module
13 years ago
Harald Hoyer
cc21808764
dracut-functions.sh:inst_rule_programs() fix error messages
13 years ago
Harald Hoyer
78021eace1
install/dracut-install.c: convert destrootdir to realpath
...
otherwise we get strange errors if it ends with a slash and does not
exist.
13 years ago
Harald Hoyer
65d1a8a4ae
dracut-functions.sh:inst_rule_programs() fixed IMPORT{program}
13 years ago
Amadeusz Żołnowski
187a8e08d5
gentoo.conf: enable ro_mnt
13 years ago
Harald Hoyer
c9a81c1f91
plymouth: do not start plymouth via dracut for systemd in the initramfs
13 years ago
Mike Gorse
d580636e97
Added cifs
13 years ago
Harald Hoyer
6ca264a151
nfs/module-setup.sh: check for "rpc.rpc" before running chown
13 years ago
Amadeusz Żołnowski
aa505d588f
parse-root-opts: first check for ro, later for rw
...
This order is already in 98usrmount.
13 years ago
Harald Hoyer
96c6fa9202
base/module-setup.sh: removed mount-hook
13 years ago
Harald Hoyer
25706eafac
README.testsuite updated with requirements for TEST-04-SYSTEMD
13 years ago
Harald Hoyer
8aa9926839
mv rootfs-block/module-setup.sh:search_option() in dracut-functions.sh
...
new function fs_get_option()
13 years ago
Amadeusz Żołnowski
ff3953efe1
ro_mnt - option at build time to force ro mount of / and /usr
13 years ago
Harald Hoyer
ec5e5ae27a
dracut-functions.sh: corrected usage comment of find_mp_fstype()
13 years ago
Harald Hoyer
3cc4c8ba9b
rootfs-block/module-setup.sh: add support for xfs / reiserfs separate journal device
...
xfs and reiserfs (among other) supports storing journal data to a
separate device. Unfortunately, XFS requires this information to boot
properly (reiserfs can embed the information in its metadata but you
might want to override it).
Frederic Crozat <fcrozat@suse.com>
13 years ago
Harald Hoyer
81672479af
dracut-functions.sh: add find_mp_fstype()
13 years ago
Frederic Crozat
6a5170a15f
PATCH: add support for xfs / reiserfs separate journal device
...
xfs and reiserfs (among other) supports storing journal data to a
separate device. Unfortunately, XFS requires this information to boot
properly (reiserfs can embed the information in its metadata but you
might want to override it).
Attached patch ensure host information are stored in initramfs and also
allows to give data over kernel commandline.
--
Frederic Crozat <fcrozat@suse.com>
SUSE
>From a7c592b9bb7de0d7874ae51d02944a7eee2ec75b Mon Sep 17 00:00:00 2001
From: Frederic Crozat <fcrozat@suse.com>
Date: Tue, 24 Jul 2012 18:52:17 +0200
Subject: [PATCH] Add support for separate journal on reiserfs and xfs
13 years ago
Amadeusz Żołnowski
1f4aaaeb5e
modules.d/99base/mount-hook.sh is not used - removed
13 years ago
Amadeusz Żołnowski
79148c2945
apply "ro" and "rw" options from cmdline to / mount
...
rflags is no longer guaranteed to be non empty. / is mounted according
to rootflags parameter but forced ro at first. Later it is remounted
according to /etc/fstab + rootflags parameter and "ro"/"rw". If
parameters are still the same as for first mount, / isn't remounted.
Conflicts:
modules.d/95rootfs-block/mount-root.sh
modules.d/99base/parse-root-opts.sh
13 years ago
Amadeusz Żołnowski
5767201eaf
dracut-lib: new functions: listlist and are_lists_eq
...
listlist is like strstr for lists with specified separator and
are_lists_eq uses listlist to check equality of specified lists.
13 years ago
Amadeusz Żołnowski
221c342d50
98usrmount: [ "x$_usr_found" != "x" ] - removed redundant 'x'
13 years ago
Amadeusz Żołnowski
b56e174322
98usrmount: print mount options
13 years ago