Commit Graph

223 Commits (7e73673abeb8976708a2ee6f9a6d2ee655a68b46)

Author SHA1 Message Date
Sebastian Pipping aed52e8382 Support bind mounts from /etc/initramfs.mounts (bug #418463)
13 years ago
Sebastian Pipping 0fa71ef46c Fix call to blkid of util-linux
13 years ago
Sebastian Pipping b476a988ea Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udev
13 years ago
Richard Yao b5b535f5aa Do not import a pool that the kernel automatically imported
13 years ago
Richard Yao 6968584a58 Improve ZFS diagnostics, import and mounting
13 years ago
Richard Yao 0f399f48ff Verify that binaries exist before startVolumes calls them
13 years ago
Richard Yao 51ad5c92ab Serialize hotplug events to mimic udev
13 years ago
Sebastian Pipping a7fbf76f7b Make sure the previous move of cd commands cannot result in unexpected regressions
13 years ago
Richard Yao 69009cb747 Reorder mdev initialization to mimic udev boot
13 years ago
Richard Yao f5f3d6fa87 Enable real_root=ZFS to permit booting off ZFS
13 years ago
Richard Yao 391a9b9969 Move ZFS binary check outside of commandline loop
13 years ago
Sebastian Pipping 4d8287c3d0 Add keymap "sf", i.e. Switzerland (French) from Pentoo
13 years ago
Sebastian Pipping 4a88be842d Fix keymap permissions (no need to be executable)
13 years ago
Sebastian Pipping c6c9f30607 Remove keymap trq/38 as it contains C sources of test(1) rather than a keymap at the moment
13 years ago
Sebastian Pipping a3cc35f063 Untar keymaps
13 years ago
Sebastian Pipping 8071dca456 Merge branch 'fix-docache'
13 years ago
Sebastian Pipping 23a40aeb0e Restore original /dev/tty after GPG (bug #410073)
13 years ago
Sebastian Pipping acbc7becc6 Merge branch 'bug-405495'
13 years ago
Sebastian Pipping 506a94ab26 Load crypto modules automatically
13 years ago
Sebastian Pipping 8ac8de6055 Fix docache (bug #397309)
13 years ago
Sebastian Pipping 4ed04331a5 Drop into debug shell when squashfs could not be mounted
13 years ago
Sebastian Pipping a13f9efd37 Drop into debug shell when files could not be copied into tmpfs
13 years ago
Sebastian Pipping adefd0fccc Improve handling of missing /etc/fstab
13 years ago
Sebastian Pipping 3ca4d17874 Message cosmetics
13 years ago
Sebastian Pipping 0584c96ca6 Extract function do_rundebugshell
13 years ago
Sebastian Pipping 38205c74b4 No longer use parameter "-r" (for regex intervals) that busybox awk does not support
13 years ago
Robin H. Johnson 277259282e Enable live mounting of /usr. Was supposed to have been in 3.4.25.
13 years ago
Robin H. Johnson 4a3e1ff1cf Merge remote-tracking branch 'origin/bug-405495'
13 years ago
Sebastian Pipping 1159b4c2f6 Make sure the sha256 module makes it into the initramfs (bug #405495)
13 years ago
Robin H. Johnson 995635a2c7
With the new /usr mounting, if the device path that ends up in /proc/mounts ends up being different than in /etc/fstab due to symlinks, mount -a will always exit 32. Avoid by resolving symlinks like util-linux does.
13 years ago
Robin H. Johnson 51ec555f6d modules_load: include more DM and MD modules for other RAID/LVM configurations.
13 years ago
Robin H. Johnson 1077359d86 linuxrc /usr mounting
13 years ago
Robin H. Johnson 94dc288487 Customizable initramfs compression based on Pentoo genkernel fork
13 years ago
Richard Yao fc98fa9d89 Implement ZFS Support
13 years ago
Robin H. Johnson af26e433cb Support virtio devices, and provide fallback of all remaining devices.
13 years ago
Rick Farina 8c76eb9e51 Add sdcard device support
13 years ago
Sebastian Pipping f84f42b4e2 Re-activate mdstart in busybox config
13 years ago
Sebastian Pipping 5feb521988 Busybox config: Enable verbose usage
13 years ago
Sebastian Pipping 31c3c7ca88 Update busybox config using "yes '' | make oldconfig"
13 years ago
Robin H. Johnson ae2a061ca7 Disable the /usr mount code until OpenRC section is ready, so that it goes to read-write properly. It was usable in systemd already...
13 years ago
Robin H. Johnson 603a197839 Code to mount /usr and other filesystems as needed for new udev and systemd.
13 years ago
Robin H. Johnson 953c7e5b42 Awk support in busybox is needed for initramfs setup code (to parse fstab).
13 years ago
Christian Kruse c92fe6f0e6 Introduce boot parameter root_trim=(yes|no) for SSDs
13 years ago
Borg Onion b977d66940 Support for glibc-2.14 systems
13 years ago
Sebastian Pipping 8f8676adbd Fix return value of crypt_filter() which caused bogus LUKS opening errors (bug #383545)
13 years ago
Fabio Erculiani 84cc7ccdfb Do not hardcode /mnt/cdrom path across the whole code, use CDROOT_PATH
13 years ago
Robin H. Johnson 00b5b3ab66 Allow real_root to point to LVM-created symlinks.
13 years ago
Robin H. Johnson a487275640 Removing dangling backtick to make script work.
13 years ago
Fabio Erculiani 1e50bd01d2 trivial: cleanup code, drop whitespaces and some more cruft
14 years ago
Fabio Erculiani d6696d0df6 syntax: drop parse_opt usage and crufty, deprecated subshelling through ``
14 years ago
Sebastian Pipping 3453a0621c Fix quoting issue (bug #380729)
14 years ago
Fabio Erculiani 4d54e7d098 aufs: add basic support to AUFS2, requires kernel with aufs module or built-in
14 years ago
Sebastian Pipping 02b72c6515 Fix display of seconds waiting (bug #376575)
14 years ago
Sebastian Pipping 4c0b4b18f8 Fix permissions of /dev/pts (bug #375947)
14 years ago
Fabio Erculiani 85a271a4ed better document new --make-target= option
14 years ago
Fabio Erculiani dfca908b6f Make possible to compile XEN based kernels providing --kernel-target= and --kernel-binary= switches
14 years ago
Sebastian Pipping bf0cad6a30 Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423)
14 years ago
Sebastian Pipping b20494438a Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983)
14 years ago
Sebastian Pipping 4392bc93ab Unset CONFIG_IDE on archs amd64/x86/default (bug #357213)
14 years ago
Peter Hjalmarsson eec4397e41 Check content of $REAL_ROOT/dev after we are done with it
14 years ago
Sebastian Pipping e82a8c9985 Document option lvmraid= and make it imply dolvm (bug #153502)
14 years ago
Sebastian Pipping 6a00d8677a Rename internal function whereis to prompt_user
14 years ago
Sebastian Pipping fad624bc41 Add rootfstype= boot parameter (bug #221245)
14 years ago
Nelson Batalha 6b92c54c1e Add Kernel 3.0.0 support (bug #369481)
14 years ago
Amadeusz Żołnowski 3cac23cc34 added hpsa to defaults/modules_load; fixes bug #363369
14 years ago
Peter Hjalmarsson f927ef9b42 Try to move /sys and /proc to the newroot first instead of just unmounting.
14 years ago
Peter Hjalmarsson b312056622 Use the same options for proc and sysfs as Gentoo/OpenRC uses
14 years ago
Peter Hjalmarsson 5a33ee4b48 Fix handling of doslowusb/noslowusb
14 years ago
Fabio Erculiani 638a7a1369 add btrfs to MODULES_FS, load btrfs module if available
14 years ago
Peter Hjalmarsson a768d85c5a Fix typo
14 years ago
Peter Hjalmarsson 665c3ecff6 Do not mess with MDADMs auto-detect
14 years ago
craig 5e07592a75 iBFT: fix iscsi_noibft
14 years ago
craig d9f46bb513 Add iBFT support for iSCSI
14 years ago
Sebastian Pipping 23fd924325 Fix error message
14 years ago
Sebastian Pipping 2deeaba70b Add error message output
14 years ago
Sebastian Pipping c3165cd02f Apply mdev primer of busybox
14 years ago
Peter Hjalmarsson 398d7ba5ac Use tmpfs if devtmpfs is not available
14 years ago
Sebastian Pipping 763fd09bac Remove "-a" from call to umount
14 years ago
Peter Hjalmarsson cb24bedd07 Move dev to chroot
14 years ago
Peter Hjalmarsson e8ffab0000 Update options for devtmpfs
14 years ago
Sebastian Pipping c202dbe67d Resolve unneeded subshell
14 years ago
Peter Hjalmarsson 294ea17506 Use devtpmfs when avaible
14 years ago
Sebastian Pipping 51d60ac01f Replace "$lvm_commands" by "${lvm_commands}"
14 years ago
Sebastian Pipping 62fdee77e4 Insert a few blank lines for readability
14 years ago
Peter Hjalmarsson d1b6b4e9f0 Speed up LVM-activation
14 years ago
Peter Hjalmarsson ba56efcb97 Use vgchange --sysinit
14 years ago
Fabio Erculiani 2abd9c2742 Add compatibility with older cmdline setup on console argument
14 years ago
Sebastian Pipping 886262e44e Remove unused function bind_mount_dev()
14 years ago
Sebastian Pipping ccc17448fd "mdadm -A" -> "mdadm --assemble" (as before, better self-documentation)
14 years ago
Matthias Dahl daed0ccebb use mdadm instead of bundled stripped down mdassemble (v2)
14 years ago
Sebastian Pipping b3d07b46a7 Do not sleep after vgscan (bug #351047)
14 years ago
Sebastian Pipping 8b52cccc02 Do not wait for iscsi if we have not started it
14 years ago
Sebastian Pipping 1051223a63 Do no delay if scandelay[=seconds] is not specified (bug #323317 again)
14 years ago
Sebastian Pipping b56020daf6 Propagate fix for ROOT_DEV from bug #303531 to RESUME_DEV and REAL_LUKS
14 years ago
Fabio Erculiani b6b3dab7cd Add minimal btrfs support, as per bug #303529.
14 years ago
Sebastian Pipping f5547a519f Add LABEL support to crypt_root, clean up UUID crypt_root patch
14 years ago
Christian Giessner 3e60ed9eee Add support for UUID to crypt_root (bug #315467)
14 years ago
Sebastian Pipping 3faec93277 Merge branch 'gpg1x' into experimental
14 years ago
Sebastian Pipping 484f8019f5 Revert "sdelay: reduce function to just one line" due to supposed Bashism.
14 years ago
Fabio Erculiani f03de62e7d sdelay: reduce function to just one line
14 years ago