2008-08-27 12:42 stephan * [r212] etc_rc.local.tpl: Removed one more useless sudo. 2008-08-27 12:39 stephan * [r211] etc_rc.local.tpl, etc_rc.restore.tpl, etc_rc.tpl, usr_local_sbin_syncsys.tpl: Sync from my branch: - Silence spurious errors about savecore and fstab during boot. - Skip sub_kblayout(), sub_timezone() and sub_networks() when restoring from cpio. - Add creation of /etc/kbdtype and /etc/hostname.$if during boot. - Don't attempt to wipe out tmp on boot. It's an mfs anyway. - Remove useless sudo usages. - If ntpd has been activated during boot, remember to start it in case the system state is restored by syncsys. - Syncsys: Embed peripheral instructions into functions. Be more verbose. If MSDOS _and_ BSD partitions found, prefer BSD. Choose sd1 as storage device example instead of misleading sd0 (may be the disk). Remove USB specific terms as other drives can be used, too. 2008-08-25 13:48 stephan * [r207] etc_rc.tpl: Silence spurious errors about savecore and fstab during boot. 2008-08-25 13:47 stephan * [r206] build.sh: Style. 2008-08-21 19:17 stephan * [r205] build.sh: Bugfix: Testing for free disk space could fail because cleanup was invoked after it. Reorder and move cleaning into examine_environment(). Also delete previously created images proactivly, which would get overridden later anyway. While being there, add missing return 1. Sync from my branch. 2008-08-21 18:03 stephan * [r202] build.sh: Bump firefox to 2.0.0.14. 2008-08-21 14:42 stephan * [r201] build.sh: Don't use secondary PKG_PATH for E17 only. Preparation to be able to fix bug no.7. 2008-08-20 13:10 rene * [r199] etc_rc.local.tpl: merge into trunk because this is tested and works. Closing Bug Nr. 6 2008-08-19 14:20 stephan * [r191] build.sh: Check whether enough disk space is available for the build. Rename $FS -> $BASE_FS. 2008-08-19 13:43 rene * [r189] home_live_.profile.tpl: beautify code for startx (one line instead of 4 lines) 2008-08-19 13:22 stephan * [r188] build.sh, etc_rc.tpl: Hm ... I'll have to pay my own beer ;). The issue has been fixed. MAKEDEV uses 'mkdir' but mkdir was actually compressed by gzexe. gzexe in turn uses various commands to decompress mkdir on the fly. One of it redirects stuff to /dev/null, which doesn't exist yet resulting in a wrongly created null file. Fix: Exclude 'mkdir' from gzexe compression and revert the dubious change in /etc/rc. 2008-08-19 11:46 rene * [r187] home_live_.profile.tpl: Fix Bug nr. 2: Don't start X if live logged in via SSH (tested, works) 2008-08-19 10:09 stephan * [r185] build.sh: Sync from branch: Test whether $BASE is mounted properly. 2008-08-19 08:15 stephan * [r183] usr_local_share_applications_xterm.desktop.tpl: Add GenericName to Terminal Desktop file. 2008-08-19 08:12 stephan * [r182] build.sh, etc_fstab.tpl, etc_rc.tpl: Introduce on-the-fly decompression of all binaries >100k. This is required to be able to squeeze an amd64 flavour on a CD. Therefore, some packages as well as torbutton had to be removed. Tested on amd64. 2008-08-18 19:17 rene * [r180] etc_rc.restore.tpl, usr_local_sbin_syncsys.tpl: tested chages in branches/rene: works. Merge into trunk: exclude Sockets and Pipes from backup in syncsys (see Bug Nr. 3) extracting all files from the cpio archive with cpio -iu (Fix Bug Nr. 4) 2008-07-28 14:07 stephan * [r169] build.sh: Indent chroot section for readability. Sync from branches/stephan 2008-07-28 13:39 stephan * [r167] build.sh, etc_rc.local.tpl, home_live_.config_menus_applications.menu.tpl, home_live_.e_e_applications_menu_favorite.menu.tpl, usr_local_share_applications_xterm.desktop.tpl: sync branches/stephan -> trunk/ 2008-07-28 09:51 stephan * [r162] etc_rc.local.tpl: Bugfix: Make sub_mfsmount() work on i386 even when a system has more than 2^32 of memory. 2008-07-22 14:29 stephan * [r160] etc_rc.restore.tpl: Be more verbose. Style. 2008-07-22 13:15 stephan * [r159] build.sh, etc_boot.conf.tpl, etc_fstab.tpl, etc_hosts.tpl, etc_motd.tpl, etc_myname.tpl, etc_privoxy_config.tpl, etc_rc.local.tpl, etc_rc.restore.tpl, etc_rc.tpl, etc_sysctl.conf.tpl, etc_welcome.tpl, home_live_.e_e_applications_bar_default_.order.tpl, home_live_.e_e_applications_menu_favorite.menu.tpl, home_live_.kshrc.tpl, home_live_.profile.tpl, home_live_.xinitrc.tpl, home_live_bin_mkbackup.tpl, usr_local_sbin_syncsys.tpl, usr_local_share_applications_xterm.desktop.tpl: sync branches/stephan -> trunk/: new: examine_environment() new: scheme for including BSDanywhere specific files. We no longer 'generate' them in build.sh but install them using install(1). All tested and regressions fixed. Should Work (TM). 2008-07-18 20:18 stephan * [r133] build.sh: Fix typos and style. 2008-07-06 15:10 rene * [r127] build.sh: Merge system backup/restore function into trunk tested and works 2008-07-02 14:56 rene * [r115] build.sh: Adding quotes to variables
Changelog 4.3-beta3
Submitted by stephan on August 27, 2008 - 15:44