|
kboot-3.tar.gz
(29 kB)
Changes:
- New features:
- installation now uses ../dl for downloads (instead of ./dl/), if it exists
- kboot environment now uses the shared uClibc
- Changes:
- [Tab] on an empty line at / now only lists variables, not files
- "make reset" now also does a "make clean" on utils/
- "make root" now removes old root/dev, root/tmp, and some files from root/etc
- "make root" now strips readline and getctty
- kexec installation now strips kexec, removes root/sbin/kdump,
root/lib/kexec-tools, and the man pages
- udev installation now removes root/bin/udevtest, root/bin/udevinfo,
root/sbin/udevmonitor, root/sbin/udevcontrol, and the man pages
- dropbear installation now strips dropbearmulti
- uclibc installation now removes libdl, libm, libnsl, libpthread, and librt
- kboot shell now runs on /dev/tty1 instead of /dev/tty0
- Bug fixes:
- re-installation of binutils (to build/) would generate additional levels of
qualified tool names, e.g., host-host-as
- "make root" created useless directory root/build
- kboot shell also tried to run from /dev/tty0 in dry-run mode
- rearranged "make root" dependencies, such that a build from scratch doesn't
build everything twice
|