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
Fabio Erculiani
a6979a5403
gen_initramfs: use systemd-udevd if udevd is not available
...
This fixes systemd-207 support and bug #485094
11 years ago
Salah Coronya
f6ca169a33
modules_load: add virtio_scsi to MODULES_VIRTIO
11 years ago
Fabio Erculiani
6696e59039
initrd.scripts: move move_mounts_to_chroot to 00-fsdev.sh
11 years ago
Fabio Erculiani
9b983fabc1
initrd.scripts: move getdvhoff to 00-livecd.sh (and make it "private")
11 years ago
Fabio Erculiani
9bc5b60794
initrd.scripts: move rootdev code to 00-rootdev.sh
11 years ago
Fabio Erculiani
5a9dc6ae08
initrd.scripts: move iscsi code to 00-iscsi.sh
11 years ago
Fabio Erculiani
8dcf20f4b5
initrd.scripts: move swsusp code to 00-suspend.sh
11 years ago
Fabio Erculiani
55c809c090
linuxrc: make sure that /sbin and /usr/sbin are in PATH
12 years ago
Fabio Erculiani
fb12af3062
linuxrc: add TODO about domdadm
12 years ago
Fabio Erculiani
29d5c94dac
initrd.scripts: move LUKS code to 00-crypt.sh, refactor it slightly
12 years ago
Fabio Erculiani
c6af477460
initrd.scripts: move media_find, start_volumes, setup_md_devices to 00-fsdev.sh
12 years ago
Fabio Erculiani
cd20666829
initrd.scripts: move zfs_start_volumes outside of start_volumes
12 years ago
Fabio Erculiani
9d66471c26
initrd.scripts: move zfs_real_root_init outside real_root_init
12 years ago
Fabio Erculiani
6b29188ee3
gen_initramfs: provide /bin/udhcpc
12 years ago
Fabio Erculiani
2af62f0189
gen_initramfs: provide /bin/dmesg as well
12 years ago
Fabio Erculiani
51a54c3388
initrd.scripts: move find_nfs to 00-nfs.sh
12 years ago
Fabio Erculiani
4fad24c756
initrd.d: move is_livecd() back to 00-common.sh to avoid circular deps
12 years ago
Fabio Erculiani
0308b18e1e
initrd.scripts: move keymaps functions to 00-keymaps.sh
12 years ago
Fabio Erculiani
58669a002c
initrd.scripts: move cmdline_hwopts() to 00-modules.sh
12 years ago
Fabio Erculiani
079ee21409
initrd.scripts: move sdelay() to 00-common.sh
12 years ago
Fabio Erculiani
56e9775b53
initrd.d: trivially update code style of quiet_kmsg and verbose_kmsg
12 years ago
Fabio Erculiani
5722d3826e
initrd.scripts: move test_success() to 00-common.sh and fix it
12 years ago
Fabio Erculiani
fae57916b9
initrd.scripts: move prompt_user() to 00-splash.sh
12 years ago
Fabio Erculiani
547b54238a
initrd.scripts: move mount_sysfs to 00-fsdev.sh
12 years ago
Fabio Erculiani
fa87394a19
initrd.scripts: move ask_for_password to 00-splash.sh
12 years ago
Fabio Erculiani
eb6e9ca066
initrd.scripts: move livecd code to 00-livecd.sh
12 years ago
Fabio Erculiani
4c9f7dce50
initrd.scripts: move quiet_kmsg and verbose_kmsg to 00-common.sh
12 years ago
Fabio Erculiani
bb51ba3046
initrd.scripts: refactor devicelist and rename to device_list()
12 years ago
Fabio Erculiani
6b8bde737d
initrd.scripts: refactor findmediamount and rename to media_find()
12 years ago
Fabio Erculiani
90b81e9f4b
initrd.scripts: drop unused function: uppercase()
12 years ago
Fabio Erculiani
bb1e05985c
initrd.scripts: move modules functions to 00-modules.sh
12 years ago
Fabio Erculiani
2dffb2c52f
initrd.scripts: trivial, fix swsusp_resume() code style
12 years ago
Fabio Erculiani
be9870f75a
initrd.scripts: trivial, fix setup_squashfs_aufs code style
12 years ago
Fabio Erculiani
f51db27a39
initrd.scripts: trivial, wrap comments
12 years ago
Fabio Erculiani
2496e36843
initrd.scripts: simplify rootdev_init() further
12 years ago
Fabio Erculiani
5f9050e1a6
initrd.scripts: refactor setup_real_root and rootdev_init functions
...
These two functions were a real mess, and the cure is painful.
${REAL_ROOT} setup code and ${REAL_ROOT} init code are now cleaner
and easier to read. ZFS support should have been preserved but
I may have caused new regressions. These changes should be tested.
12 years ago
Fabio Erculiani
fb3073c7a9
initrd.scripts: improve readability of rootdev_init
12 years ago
Fabio Erculiani
98f264fa20
initrd.scripts: move zfs functions to 00-zfs.sh
12 years ago
Fabio Erculiani
7c2f5828fd
initrd.scripts: move mount_devfs() to 00-devmgr.sh
12 years ago
Fabio Erculiani
e4742ab0b5
initrd.scripts: move more functions to initrd.d/
12 years ago
Fabio Erculiani
90983b4fd2
initrd.scripts: move splash functions to a separate file
...
Start to make the genkernel code a bit modular. Also add initrd.d
support to gen_initramfs.sh
12 years ago
Fabio Erculiani
f0775326eb
initrd.scripts: refactor start_volumes(), improve readability
12 years ago
Fabio Erculiani
382691d467
initrd.scripts: improve code style of mount_devfs
12 years ago
Fabio Erculiani
231ffd477a
initrd.scripts: improve code style of fs_type_in_use
12 years ago
Fabio Erculiani
d518964d6a
initrd.scripts: improve code style of check_loop if test
12 years ago
Fabio Erculiani
8c70f27a93
initrd.scripts: improve code style of check_loop
12 years ago
Fabio Erculiani
9d043ca938
initrd.scripts: rename findnfsmount to find_nfs
12 years ago
Fabio Erculiani
f4b4d6d0d6
initrd.scripts: improve findnfsmount(), simplify code and branches
12 years ago
Fabio Erculiani
7a7e01c47e
initrd.scripts: refactor findnfsmount(), improve readability
12 years ago
Fabio Erculiani
3790c6345a
initrd.scripts: wrap >80 chars lines in devicelist()
12 years ago
Fabio Erculiani
ce1e10241b
genkernel: migrate ALL the code to 4-spaces tabs
...
\t must die!
12 years ago
Fabio Erculiani
ebc7806e16
repo: add `make install` support, bundle busybox, bashcomp and initramfs.mounts
12 years ago
Fabio Erculiani
24e26f1b77
initrd.scripts: add more TODOs
12 years ago
Fabio Erculiani
bda76debee
initrd.scripts: kill tuxonice support with a LOT of fire
...
tuxonice is almost dead. Last update was in 2011 and they're now
trying to resurrect this ugly and non-upstream friendly thing.
Moreover, the tuxonice genkernel code is the ugliest thing I have
ever seen in it. Well no, unionfs was even worse.
So please, let's forget about tuxonice for now and focus on the
good looking code. I am willing to accept patches that restore
tuxonice support if they're good quality ones.
Burn tuxonice init code, burn in hell.
12 years ago
Fabio Erculiani
068e7da618
initrd.scripts: add a couple of TODOs
12 years ago
Fabio Erculiani
556f991201
initrd.scripts: fix wording in fstype_init
12 years ago
Fabio Erculiani
1ac43bf8a6
initrd.scripts: use get_device_fstype to execute fstype specific init code
...
This logic replaces the old and buggy setup_btrfsctl code
12 years ago
Fabio Erculiani
43a4651da2
initrd.scripts: simplify rootdev_init. Break if conditions for better readability
12 years ago
Fabio Erculiani
f5d1084646
initrd.scripts: make rootdev_init use find_real_device
12 years ago
Fabio Erculiani
755eb93994
initrd.scripts: make resume_init use find_real_device
12 years ago
Fabio Erculiani
addfa95e96
initrd.scripts: fix find_real_device output
...
The crazy function should only return to stdout valid devices in
case of UUID= or LABEL=. Other cases are just ignored and not checked
as it was before.
12 years ago
Fabio Erculiani
12af5dfd3a
gen_initramfs, initrd.scripts: migrate to /sbin/btrfs
...
btrfsctl is deprecated.
12 years ago
Fabio Erculiani
c27d3ac25d
initrd.scripts: add get_device_fstype
...
This fuction prints the device file system type to standard output
and will be used in future for executing fstype specific tasks.
12 years ago
Fabio Erculiani
9d8560729f
linuxrc: trivial, improve code style of linuxrc
12 years ago