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
|
4c67361741
|
Enabled CONFIG_SERIAL_8250 by default (not a module) so we can get the kernel output on a serial console
|
17 years ago |
Alejandro Mery
|
d9e31d5d18
|
Renamed modem group back to uucp in etc/* registries
|
17 years ago |
Alejandro Mery
|
205172a239
|
Revert "Fixed rock_substitute() to quote the filename", rock_substitute() is expected to working without arguments too (stdin)
This reverts commit 077930b628 .
|
17 years ago |
Alejandro Mery
|
7bd3998335
|
Improved sde-create-package's create_usage() to take the descriptions and the aliases of the hives dynamicly
|
17 years ago |
Alejandro Mery
|
95b266a70d
|
Added package_hive_desc() adn package_hive_aliases() to ./lib/sde-package/hives.in
|
17 years ago |
Alejandro Mery
|
f070b7d349
|
Added descriptions to the `sde new pkg` hives to be used on the help
|
17 years ago |
Alejandro Mery
|
cc6640fabb
|
Improved download hive, to use the first url to guess a [U] tag
|
17 years ago |
Alejandro Mery
|
542b5af344
|
Fixed typo in ./lib/sde-package/hives/freshmeat
|
17 years ago |
Alejandro Mery
|
dc0fe17710
|
Changed download and freshmeat hives to simply return the urls, and changed sde-create-package to use url2d to convert them into good [D] tags
|
17 years ago |
Alejandro Mery
|
ee4054577e
|
Changed lib/sde-package/url2d.sh to use unknown instead of none when the given url doesn't have a file part
|
17 years ago |
Alejandro Mery
|
fbf35bdce0
|
Moved to lib/sde-package/url2d.sh code to turn download locations into [D] tags
|
17 years ago |
Alejandro Mery
|
d58660168a
|
Removed from lib/sde-package code to create new packages from debian, it will be reimplemented as a hive
|
17 years ago |
Alejandro Mery
|
07497f8bd0
|
Removed obsolete ./lib/sde-package/new.{in,sh}
|
17 years ago |
Alejandro Mery
|
3f0db50ee2
|
Finished bin/sde-create-package by adding code to create the $confdir and the .desc file
|
17 years ago |
Alejandro Mery
|
6c44af6b4e
|
Cleaned sed expression on ./bin/sde-create-package's output_tag()
|
17 years ago |
Alejandro Mery
|
94e5e8fc18
|
Added to bin/sde-create-package code to parse the output of the hives and render a good desc file, using default for the fields unknown to the hive.
|
17 years ago |
Alejandro Mery
|
e8b105e44e
|
Changed freshmeat package hive to use /bin/sh instead of bash, and added 'fm' as alias
|
17 years ago |
Alejandro Mery
|
649c0a6533
|
Fixed freshmeat package hive to not output [A] if it doesn't know
|
17 years ago |
Alejandro Mery
|
1b38b8415f
|
Turned lib/sde-package/hives/freshmeat into a hive, sending to stdou what it knows about the package
|
17 years ago |
Alejandro Mery
|
8662f53da5
|
Moved lib/sde-package/new-freshmeat.sh to lib/sde-package/hives/freshmeat, as it will become a hive
|
17 years ago |
Alejandro Mery
|
d8b7306bf5
|
Added trivial download hive for sde-create-package
|
17 years ago |
Alejandro Mery
|
8bf63932a8
|
Improved `sde new pkg` (WIP) to mangle $pkg and $repo, and call the hive
|
17 years ago |
Alejandro Mery
|
4470565d22
|
Introduced bin/sde-create-package, parsing the options and picking the hive (WIP)
|
17 years ago |
Alejandro Mery
|
f75d42e015
|
Deleted bin/sde-package, obsoleted by sde-create-package and sde-update-package
|
17 years ago |
Alejandro Mery
|
23b42fb570
|
Added package_hive_alias() to lib/sde-package/hives.in to translate the alias of a hive, into the real hive.
|
17 years ago |
Alejandro Mery
|
675e142be2
|
Changed package_hives_list() to look for executable files instead of .in files
|
17 years ago |
Alejandro Mery
|
ef53b331a9
|
Introduced lib/sde-package/hives.in library, including only package_hives_list() for now
|
17 years ago |