1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix the boot problem, got a crippled system to boot and I interacted with cdebco nf, fun. More... over 23 years ago
fixed the obvious /tmp race, and moved mount point to build directory, some people keep important stuff on /mnt More... over 23 years ago
add support for making boot floppies that don't quite work More... over 23 years ago
added ethdetect to the fold More... over 23 years ago
oh, neither of the dhcp client is availale in udeb form, so I had to comment out netcfg-dhcp More... over 23 years ago
dded source entry More... over 23 years ago
skip .o files More... over 23 years ago
allow symlinks More... over 23 years ago
-added DEBUG variable which tells the get_udebs target to download source and build the udebs. Once our udebs respect DEB_BUILD_OPTIONS=debug this should allow us to make a debuggable demo. -add deb-src to sources.list -mount /proc for shell target More... over 23 years ago
unmount proc after demo More... over 23 years ago
debconf-loadtemplate takes an owner argument More... over 23 years ago
more daily build fixes. This also adds . to the PATH, which is makes it always see mklibs.sh if you keep it there. More... over 23 years ago
cleanup More... over 23 years ago
code for daily builds More... over 23 years ago
added an image target, which just builds a tarball for now. More... over 23 years ago
reverse my fumble-fingered commit More... over 23 years ago
typo More... over 23 years ago
no need to sudo if proc is not there (I don't think this thing should be calling sudo at all, really) More... over 23 years ago
make the demo target run main-menu added the clean_demo target that unmounts the chroot's proc and removes some files added netcfg-static and netkit-tiny-udeb to lists/net (netkit-tiny-udeb is almost available) More... over 23 years ago
oh, ok -- use copy:/ rather than file:/ More... over 23 years ago
eep, a rather bad bug More... over 23 years ago
added cdebconf More... over 23 years ago
made the library reduction routine look at not just binaries, but also shared objects to pull in library dependencies More... over 23 years ago
demo now runs main-menu More... over 23 years ago
removed ash workarounds; fixed ash in the archive More... over 23 years ago
I've solved the reduced vs normal library isse (mostly..) It works like this: reduced libraries are renamed to packagename-reduced, and dependandices of packages that use them are similarly changed at build time. More... over 23 years ago
Add info about all libraries that are pulled in by mklibs.sh to status file. There are still issues here.. More... over 23 years ago
oh, we need provides too More... over 23 years ago
implemented status file reduction, for a few 1 savings More... over 23 years ago
er, I did say dependancies More... over 23 years ago