510 Commits (f9bfc2ae20fd1a1e76cce5331a47c6cdd4f846c3)
 

Author SHA1 Message Date
  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) 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
  Alejandro Mery da8b35e0f2 Implemented `sde create` (with `sde new` as alias) using lib/sde-wrapper-discriminator.in 17 years ago
  Alejandro Mery 14bcf43ef5 Fixed sde_wrapper_discriminator() to not freeze when there is no discriminator 17 years ago
  Alejandro Mery 0dd1d44295 Fixed .gitignore to not be recursive 17 years ago
  Alejandro Mery 287952d345 Improved bin/sde-update-tree to say something when package's git clone succeeded 17 years ago
  Alejandro Mery 00a371d83d Changed boot_cd_*() stubs to use echo_warning() instead of echo_status() 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 491495d9a3 Added stub boot_cd_*() functions to lib/boot/boot.in 17 years ago
  Alejandro Mery 6e5070d7fa Moved the rest of architecture/x86/boot to package/x86/grub/boot 17 years ago
  Alejandro Mery 436391decf Moved Moved architecture/x86/boot/lilo-* to package/x86/lilo/boot/ 17 years ago