Alejandro Mery
|
4e249c3a61
|
[early] added `ln`
|
16 years ago |
Alejandro Mery
|
dd94e9da9e
|
[early] Reverted change to init to use sbin/getsh to get the shells
This reverts commit 38963ce6ee .
|
16 years ago |
Nagy Karoly Gabriel
|
37c3d7d9ce
|
[opensde] improved build_stage2.sh to recognise util-linux-ng
|
16 years ago |
Alejandro Mery
|
efa2d66f0d
|
[initramfs] Improved to detect and remove broken symlinks
This fixes a problem when early is built for 64 lib/ is a symlink to lib64/ which is deleted for been empty
/proc, absolute and relative paths handled
|
16 years ago |
Nagy Karoly Gabriel
|
e7e886c3c8
|
Revert "[tardiba] added samba to tardiba pkgsel."
This reverts commit 9e8026aecc .
|
17 years ago |
Nagy Karoly Gabriel
|
9e8026aecc
|
[tardiba] added samba to tardiba pkgsel.
|
17 years ago |
Alejandro Mery
|
c8a354142e
|
[early] Added chroot, useful in convination to initrdopt=shell
|
17 years ago |
Alejandro Mery
|
81098e2a52
|
[early] Changed init to not make mdadm and lvm activations fail if the module didn't load, it may be built-in.
|
17 years ago |
Alejandro Mery
|
b047c8b755
|
[early] Cleaned sbin/getsh, and changed to receive a full /dev/foo character device, and not just the partial name
|
17 years ago |
Alejandro Mery
|
38963ce6ee
|
[early] Changed init to use sbin/getsh to get the shells
|
17 years ago |
Alejandro Mery
|
cb98f6cc8d
|
[early] Changed sbin/getsh to not background itself
|
17 years ago |
Alejandro Mery
|
7f8f7a5af1
|
[early] Renamed initramfs/sbin_vc-spawn.sh to sbin_getsh.sh
|
17 years ago |
Alejandro Mery
|
ee8e078e06
|
[early] Improved init to support initrdopt=shell, to get a shell before switch_root-ing
|
17 years ago |
Alejandro Mery
|
c42686d319
|
[early] Improved init script to not activate mdadm and lvm volumes if {lvm,mdadm}=no was given as initrdopt
|
17 years ago |
Alejandro Mery
|
68fcbe75f5
|
[early] Improved init to detect mdadm and lvm volumes if mdadm and lvm are given via initrdopt=...
|
17 years ago |
Alejandro Mery
|
4e196129e5
|
Moved initramfs output format's initramfs_install_overlay to a global lib/overlay/overlay-functions.in under the name of overlay_apply
|
17 years ago |
Alejandro Mery
|
70af505f05
|
Improved early's init to give 2s more if $root is not yet available after udevsettle, and fixed typo on init='s handling
|
17 years ago |
Alejandro Mery
|
0056c4aec4
|
Changed early's init to udevsettle after modprobbing md-mod and dm-mod, just to be sure.
|
17 years ago |
Alejandro Mery
|
33e462c58f
|
Polished early's generated image by overloading initramfs_install_pattern()
|
17 years ago |
Alejandro Mery
|
1324ed27ce
|
Changed early to not extract dietlibc to the initrd
|
17 years ago |
Alejandro Mery
|
6236174343
|
Fixed early to preserve the default $INITRAMFS_INSTALL_PATTERN
|
17 years ago |
Alejandro Mery
|
5e379fc24a
|
Removed disktype from early's pkgsel, we use udev's vol_id
|
17 years ago |
Alejandro Mery
|
5f2790dd0c
|
Removed start-lvm and start-raid from early target, as early's init handles that directly now
|
17 years ago |
Alejandro Mery
|
7b41dea698
|
Improved early's init to activate softraids, logical volumes and also to detect the filesystem of $root using udev's vol_id
|
17 years ago |
Alejandro Mery
|
9005869b2e
|
Removed duplicated message from early's init
|
17 years ago |
Alejandro Mery
|
4939101426
|
Changed early to not try to delete var/state/pkgtool, which is gone since we moved from 00-dirtree to fhs
|
17 years ago |
Alejandro Mery
|
7628e81215
|
Adapted target/early/build-initramfs.in to the current function names and hooks of the initramfs output format
|
17 years ago |
Alejandro Mery
|
0f27e0fa2a
|
Added to ./target/share/initramfs/build.sh missing code to evaluate INITRAMFS_POSTOVERLAY_HOOK
|
17 years ago |
Alejandro Mery
|
b13e8172fc
|
Changed target/share/initramfs/build.sh to build the cpio using find . instead of find *
|
17 years ago |
Alejandro Mery
|
b6cde5fef8
|
Changed early's init script to use dev/console instead of dev/vc/1
|
17 years ago |
Alejandro Mery
|
f9bfc2ae20
|
Disabled BB's CONFIG_FEATURE_EDITING because when built against dietlibc, this makes ash segfault when parsing
|
17 years ago |
Alejandro Mery
|
a2b8152b66
|
Changed early to move /dev, /sys and /proc to rootfs before switch_root-ing
|
17 years ago |
Alejandro Mery
|
4c39183c56
|
Changed early's init to not wait 10s while waiting for the root device, just use udevsettle
|
17 years ago |
Alejandro Mery
|
c13397f766
|
Fixed early/udev to not use modprobe --all which is not supported by busybox's
|
17 years ago |
Alejandro Mery
|
bd0a7ee513
|
Changed early target to only wrap busybox's modprobe
|
17 years ago |
Alejandro Mery
|
03473bc247
|
Improved early to patch udev to use hotplug2-modwrap directly for MODALIAS
|
17 years ago |
Alejandro Mery
|
7fe7e5fadc
|
Fixed early/busybox to build setsid, which is needed to get a decent shell
|
17 years ago |
Christian Wiese
|
c265a7c76f
|
Fixed build-initramfs.in to not copy non-existing /etc/rc.d/functions-std.in
|
17 years ago |
Alejandro Mery
|
b39dc8ea16
|
Moved target/early's initrd/sbin_bb-modprobe.exec to initramfs/sbin_bb-modprobe.sh as the others
|
17 years ago |
Alejandro Mery
|
0a4b3251dc
|
Renamed target/early/initrd to initramfs as the initramfs output format expects for the overlay
|
17 years ago |
Alejandro Mery
|
d15cdfd9e1
|
Fixed initramfs_install_overlay() to delete files before overriding them, because if they are symlinks the referenced file gets replaced. ow!
|
17 years ago |
Alejandro Mery
|
c3685c62d6
|
Changed livecd output format to use boot_cd_*() instead of arch_boot_cd_*()
|
17 years ago |
Alejandro Mery
|
80624c5708
|
Changed install output format to use boot_cd_*() instead of arch_boot_cd_*()
|
17 years ago |
Alejandro Mery
|
d18076c802
|
Deleted target/share/boot.in in favor of lib/boot/boot.in
|
17 years ago |
Alejandro Mery
|
0c4cc8c4b0
|
Changed install and livecd output formats to use lib/boot/boot.in instead of target/share/boot.in
|
17 years ago |
Alejandro Mery
|
666897dac1
|
Changed target/share/install/init to use only udev, and not hardcode any modprobe
|
17 years ago |
Christian Wiese
|
bc1fa971ac
|
Remove hotplug++ from 2nd stage image
|
17 years ago |
Alejandro Mery
|
af30fe6fe5
|
Removed even more superfluous ""s and ''s
|
17 years ago |
Alejandro Mery
|
e5439a1f56
|
Improved initramfs output format's initramfs_install_overlay() to create the directory of the file to inject if it's new
|
17 years ago |
Alejandro Mery
|
5bf5dbfacb
|
Improved initramfs output format by not removing empty folders from /srv, /root and /var neither
|
17 years ago |