Fabio Erculiani
8dd6215099
00-rootdev.sh: fix zfs rootfs boot regression, see GitHub issue #10
11 years ago
Fabio Erculiani
43ac8e2126
00-zfs.sh: move zfs_member fstype info to a standalone function
11 years ago
Fabio Erculiani
c32856dd84
00-fsdev.sh: add warning about get_device_fstype() usage in ZFS scenarios
11 years ago
Fabio Erculiani
6d808e8257
00-zfs.sh: make is_zfs() public
11 years ago
Fabio Erculiani
8073752bec
Revert "00-rootdev.sh: look for ZFS=* instead of ZFS* in REAL_ROOT case"
...
This reverts commit d55306dc81
.
11 years ago
Fabio Erculiani
3a17a693af
modules_load: add Microsoft Hyper-V initramfs support through "dohyperv"
11 years ago
Fabio Erculiani
d55306dc81
00-rootdev.sh: look for ZFS=* instead of ZFS* in REAL_ROOT case
11 years ago
Fabio Erculiani
682c302fe6
00-zfs.sh: fix USE_ZFS variable check typo
11 years ago
Fabio Erculiani
61f704692c
00-fsdev.sh: sleep on multipath -v only if using mdev
11 years ago
Fabio Erculiani
b832cf7a95
00-crypt.sh: use find_real_device to resolve UUID= or LABEL= dev names
...
This reduces the likelihood of generating a very long string that
could trigger a cryptsetup log error:
log_err(NULL, _("DM-UUID for device %s was truncated.\n"), name);
11 years ago
Fabio Erculiani
3b2aa3077c
00-crypt.sh: call start_volumes instead of start_md_volumes
...
We must make sure that all the volume types (including dmraid,
which was missing) have a chance to start.
11 years ago
Fabio Erculiani
a73aefd936
Merge pull request #6 from t0b3/patch-2
...
Update 00-crypt.sh
11 years ago
Fabio Erculiani
5c53e92095
Merge pull request #7 from t0b3/patch-3
...
Update 00-crypt.sh
11 years ago
Fabio Erculiani
f898113225
Merge pull request #8 from t0b3/patch-4
...
Update 00-crypt.sh
11 years ago
t0b3
c9257fc9db
Update 00-crypt.sh
...
omnipresent use of CRYPTSETUP_BIN
11 years ago
t0b3
5f545abd91
Update 00-crypt.sh
...
input vars more compact
11 years ago
t0b3
4dcb7d2121
Update 00-crypt.sh
...
REAL_{ROOT,RESUME} value needs to be set for _open_luks to enable linking
11 years ago
t0b3
4cbc017937
Update 00-crypt.sh
...
fix typo rendering the system unbootable
11 years ago
Fabio Erculiani
daebb4a970
modules_load: add ohci-pci, fixes Sabayon bug #4396
11 years ago
Fabio Erculiani
748e991ecf
00-fsdev.sh: add _is_mdadm helper function
11 years ago
Fabio Erculiani
f92804c752
00-rootdev.sh: always use the blkid detected fstype unless rootfstype= is passed
11 years ago
Fabio Erculiani
a2f34d906b
00-crypt.sh: delay the initialization of md devices until the end of start_luks
...
This will make possible to avoid to create degraded md devices
11 years ago
Fabio Erculiani
451fac91b4
00-fsdev.sh: use more compact code in start_volumes
11 years ago
Fabio Erculiani
cd1cf77029
00-fsdev.sh: move md arrays initialization code to start_md_volumes
11 years ago
Fabio Erculiani
d5ebdb3e56
00-crypt.sh: drop stale comment
11 years ago
Fabio Erculiani
763daca7d5
00-crypt.sh: start_luks: remove bogus sleep 6 calls.
...
We expect to fix the issue at its root as soon as bugs come in.
11 years ago
Fabio Erculiani
2d19fc6fc8
00-crypt.sh: do not remove ancestors of /mnt/key, that's just silly
11 years ago
Fabio Erculiani
d600083137
00-crypt.sh: move /mnt/key to ${MNT_KEY} (variable local to file)
11 years ago
Fabio Erculiani
6938105c74
00-crypt.sh: move ${CRYPTSETUP_BIN} variable from initrd.defaults
11 years ago
Fabio Erculiani
ac3822ad30
00-crypt.sh: move /sbin/cryptsetup path to ${CRYPTSETUP_BIN}
11 years ago
Fabio Erculiani
e712c6d76a
00-common.sh: include initrd.defaults
11 years ago
Fabio Erculiani
8091f7bc16
initrd.defaults: uniform quotes to double
11 years ago
Fabio Erculiani
458ae15f08
initrd.defaults: don't use backticks
11 years ago
Fabio Erculiani
f2a9d77a28
initrd.defaults: QUIET=1 is useless here, it's defined in linuxrc
11 years ago
Fabio Erculiani
ee6524c4f9
00-crypt.sh: drop fixed TODO
11 years ago
Fabio Erculiani
c27eb25a0b
00-crypt.sh: _bootstrap_key: use local variables
11 years ago
Fabio Erculiani
b4307cc484
initramfs: add support for multiple crypted root and swap devices
...
It is now possible to pass multiple crypt_roots= and crypt_swaps=
parameters (mind the "s") and have multiple devices concurring to
building the final root device and swap areas activated.
The change is backward compatible and crypt_root=, crypt_swap= is
still fully supported.
This change makes possible to support multiple device mapper block
devices grouped together into aggregated software raid devices.
For instance, two individual luks devices can be now used to build
a single raid0 or raid1 md device.
Moreover, genkernel-next initramfs now supports multiple encrypted
swap devices.
11 years ago
Fabio Erculiani
cda54cd13b
00-livecd.sh: de-hardcode /dev/mapper/root, use ${REAL_ROOT}
11 years ago
Fabio Erculiani
718996ddc4
00-livecd.sh: de-hardcode /dev/loop0, use losetup -f instead
...
Assuming that /dev/loop0 is free is really stupid.
11 years ago
Fabio Erculiani
e4426f1a80
00-crypt.sh: improve support for crypt over LVM and LVM over crypt, add swap support
11 years ago
Fabio Erculiani
aea5fc4a9d
00-crypt.sh: add tailing "/" to ${REAL_ROOT} grep
11 years ago
Fabio Erculiani
06ee07bf94
00-crypt.sh: start to de-hardcode root=/dev/mapper/root requirements
...
When cryptsetup is in use for the root filesystem, user was either
forced to have root=/dev/mapper/root or no root= in cmdline.
However, grub2 sets its own root= variable and we should really
respect it if it's a /dev/mapper entry
11 years ago
Fabio Erculiani
33a5119a78
00-crypt.sh: tentatively drop one horrible "sleep" call
...
Thomas Bettler reported that things seem to work, but more testing
may be needed.
11 years ago
Fabio Erculiani
d3601914df
00-crypt.sh: fix undefined function, s/err_msg/bad_msg/
...
Thanks to Thomas Bettler for reporting
11 years ago
Fabio Erculiani
368282d9ec
initrd.defaults, gen_initramfs: /bin/plymouth moved to /usr/bin
...
And this is just ridiculous!
11 years ago
Fabio Erculiani
25cd48cd6f
initrd.defaults, gen_initramfs: plymouthd is actually in /usr/sbin, bug #487800
11 years ago
Fabio Erculiani
e38ec24317
initrd.defaults: use /usr/bin/plymouthd if /sbin/plymouthd is not available
11 years ago
Fabio Erculiani
4a125bb674
00-fsdev.sh: fix typo in script as reported in bug #486636
11 years ago
Fabio Erculiani
de41ea1265
00-fsdev.sh: do not bad_msg if mdadm --scan returns != 0
...
Historically, users have mdadm support enabled even in conditions
where md devices are not (yet?) available.
11 years ago
Fabio Erculiani
6457d76923
busybox: enable CONFIG_MOUNTPOINT
11 years ago