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 |
Alejandro Mery
|
aba629a15e
|
Improved initramfs output format to support .ln overlay files as symlinks, including the referenced location as content
|
17 years ago |
Alejandro Mery
|
b440483344
|
Fixed typo in target/share/initramfs/build.sh to evaluate INITRAMFS_POSTINSTALL_HOOK correctly
|
17 years ago |
Alejandro Mery
|
95ab330f91
|
Improved initramfs output format to exclude by default aclocal/, opt/*/{doc,info,man} and gtk-doc/ and to not remove empty dirs from /dev
|
17 years ago |
Alejandro Mery
|
a4e549bf3f
|
Changed initramfs_install_flist() to not hardcode any sed argument
|
17 years ago |
Alejandro Mery
|
f420cee6a1
|
Improved initramfs_install_overlay() to set the right file modes of the injected files
|
17 years ago |
Alejandro Mery
|
658e3597e6
|
Changed target/share/initramfs to use $rootfs instead of $initrddir, it's clearer
|
17 years ago |
Alejandro Mery
|
a8719e9fab
|
Cleaned target/share/initramfs/build.sh, and introduced target/share/initramfs.in library for reusable functions
|
17 years ago |
Alejandro Mery
|
dff6a79940
|
Improved initramfs output format to accept dynamic binaries when CONFIG_STATIC != 1
|
17 years ago |
Alejandro Mery
|
9e8aba7e88
|
Added "Done." message at the end of target/generic/build.sh
|
17 years ago |
Christian Wiese
|
6fbbad021c
|
Changed initrd build script to search lib64/modules if multilib is enabled
|
17 years ago |
Christian Wiese
|
2794592511
|
Replaced obsolete 00-dirtree with fhs package in all included targets
|
17 years ago |
Christian Wiese
|
18181c2944
|
Changed all included targets to not use glibc32 anymore
|
17 years ago |
Christian Wiese
|
ba8d066371
|
Fixed install init checking the right way for /dev/{console,null,zero}
- We have to use test -c while checking for character devices.
|
17 years ago |
Minto van der Sluis
|
7cf7b8bf7c
|
Modified generic reference pkg selection, disabled fastjar due to shared file.
|
17 years ago |
Minto van der Sluis
|
3f29479d1f
|
Modified reference build pkg selection by disabling bcron.
- Packages cron and bcron are mutually exclusive.
|
17 years ago |
Minto van der Sluis
|
f049cea54a
|
Modified generic target, package qt got renamed to qt3.
|
17 years ago |
Minto van der Sluis
|
dd17f08b9e
|
Changed livecd pkgsel to use qt3 instead of qt
|
17 years ago |
Minto van der Sluis
|
27c0e0a65b
|
Modified generic target to disable xf86-video-i810 by default.
|
17 years ago |
Alejandro Mery
|
0ad472f8c1
|
Changed early target to not use util-linux, reiserfsprogs or e2fsprogs, and to build against dietlibc
|
17 years ago |
Alejandro Mery
|
32b187682e
|
Changed generic/minimal to include git instead of subversion and cvs
|
17 years ago |
Alejandro Mery
|
721a7c239b
|
Removed unifdef from generic/minimal and added linux26-src
|
17 years ago |
Alejandro Mery
|
2677c73c77
|
* removed the abandoned desktop target, in favor of koala.
|
17 years ago |