594 Commits (daf05b53cbc27325de1ade9c2f27ebf3a577f3a3)
 

Author SHA1 Message Date
  Aldas Nabazas aea237680f etc/download.sed: changed the mirror server for postgresql, current one doesn't exist anymore 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 9ee371aca6 Changed sde-build-tools to also call Config when changes on pkgsel and config files happen, only packages file is excluded now 17 years ago
  Christian Wiese 8f9a69411e Changed Create-ISO to use a default iso image size of 700MB instead of 650MB 17 years ago
  Alejandro Mery e7b13857d0 Improved bin/sde-create-package to handle $PWD relative "repositories" 17 years ago
  Alejandro Mery 0bb4297088 Added echo_title() to lib/term-functions.in 17 years ago
  Alejandro Mery 6ebb263169 Fixed scripts/Config to only validate the config when it already exists 17 years ago
  Alejandro Mery cb62c1a86d Changed ./scripts/Create-SrcTar to take sdever from lib/libsde.in instead of lib/parse-config, and to not archive the already gone misc/ directory 17 years ago
  Alejandro Mery 1e27fbf16b Removed scripts/Build-Job, because it's obsolete as we (will) prefer distcc instead of an inhouse solution 17 years ago
  Alejandro Mery 95ef575a12 Removed scripts/Create-ParaStatus, which is also obsolete. 17 years ago
  Alejandro Mery 0d600a68da Removed scripts/Create-ParaSim and friends which are not intersting for anyone since ages ago 17 years ago
  Alejandro Mery ea369a1ffd Removed obsolete scripts/Create-Diff 17 years ago
  Alejandro Mery 584f77bdc5 Moved the default config.cache for cross compilations from lib/sde-build to architecture/share 17 years ago
  Alejandro Mery 2a08b2e45f Cleaned bin/sde-build-tools by using a $TOOLSDIR shortcut 17 years ago
  Alejandro Mery 5d5ceffc24 Changed bin/sde-download, lib/parse-config, scripts/Build-Target and scripts/Config to use lib/sde-config/migrate.sh to validate and migrate a given $config 17 years ago
  Alejandro Mery 2d6b91d983 Introduced lib/sde-config/migrate.sh script to validate the existance of config/$config/config, and migrate it to lastest format (as far as possible) 17 years ago
  Alejandro Mery 831dba3b2f Reworked how bin/sde-build-tools validate it's options, using getopt now 17 years ago
  Alejandro Mery a6a6ac3a8b Moved scripts/Build-Tools to bin/sde-build-tools 17 years ago
  Alejandro Mery 289ff265c8 Changed scripts/Config to grab the version from lib/libsde.in instead of lib/functions.in 17 years ago
  Alejandro Mery 84e07e9320 Removed superfluous ''s from bin/* 17 years ago
  Alejandro Mery dc753dc3b2 Fixed bin/sde-list-files to give priority to $PWD relative items 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 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