slitaz-boot-scripts log etc/init.d/bootopts.sh

age author description
2012-04-17 Christophe Lincoln No more locale/keymap config at boot! Use syslinux menu. and fix opt wm=
2012-03-23 Pascal Bellard bootopts.sh: look for usb key device (again)
2012-03-23 Pascal Bellard bootopts.sh: look for usb key device
2012-03-23 Pascal Bellard bootopts.sh: Use posixovl for /home mount
2012-03-03 Christophe Lincoln bootopts.sh: speed up using fgrep in some case
2011-06-05 Christophe Lincoln bootopts.sh: remove this chown -R on user home it make all files executable (this was a realy bad idea, noe repos is only accessible for a few old dev, it a part too imporant of the os to let anybody do what it want...)4.5
2011-06-05 Christophe Lincoln Fix $HOME permission and use users gid to mount home= fat32 devices
2011-05-31 Pascal Bellard bootopts.sh: fix lang= option
2011-05-16 Christophe Lincoln Improve, fixes, big changes, 2 scripts less, one new system.sh, GUI config in live tha work with latest cookutils packages, well tested on Qemu, frugal, first HD install boot
2011-04-29 Christophe Lincoln bootopts.sh: remove user confug it's now in user-home.sh
2011-04-29 Christophe Lincoln Huge change in boot... we start X as soon as possible by default, for this we have to config keymap, locale, user and home before, let do that in rcS. Also some fixes such as TZ
2011-04-05 Christopher Rogers Don't chmod /home/user to 700. Otherwise /home/user/Public can't be used with taztpd.
2011-03-26 Antoine Bodin Automated merge with http://repos.slitaz.org/slitaz-boot-scripts4.1.1
2011-03-15 Antoine Bodin clean-up code: removing trailing spaces
2011-03-24 Christophe Lincoln bootopts: delete default user passwd (cant't login with !)
2011-03-06 Christopher Rogers Use adduser in bootopts.sh script since it adduser copys /etc/skel again. USER will be added to users group now instead of USER group. I also chmod the /home/USER folder to 700 so no one but the user in question can read it.4.1
2011-02-05 Pascal Bellard bootopts.sh: try to shortcut USBDELAY
2011-02-05 Pascal Bellard bootopts.sh: support for both 'root=LABEL=string' and 'root=LABEL="string"'
2011-02-02 Antoine Bodin Fix: some hardware needs 1sec more to detect USB devices
2011-01-22 Christopher Rogers Change group tux to group users in bootopts.sh script.3.4.3.1
2010-12-27 Christopher Rogers Add USER tux to video group in bootopts.sh file.3.4.3
2010-12-18 Christophe Lincoln Use custom files from persistant media with home=
2010-03-23 Christophe Lincoln lang= link also default doc
2010-03-21 Christophe Lincoln Fix: home= user dir may already be moved (writfs)3.3
2010-03-21 Christophe Lincoln Fix: lang= gen locale only if needed
2010-03-20 Christophe Lincoln Fix: locale creation if lang= option is used (may fix user login in live mode)
2010-03-20 Christophe Lincoln Fix: add default user to cdrom group (issue 117)
2009-11-09 Pascal Bellard set netbook resolution + batt for laptop
2009-10-24 Paul Issott Tiny edits
2009-04-27 Christophe Lincoln Mount /proc first to parse /proc/cmdline... (rcS tiny clean)
2009-04-26 Christophe Lincoln bootopts.sh: Tidy comments (again)
2009-04-26 Christophe Lincoln Default user may exist have a uid 1001, 1002, etc.
2009-04-26 Christophe Lincoln move function mount_home (used only once) to home= case
2009-04-26 Christophe Lincoln Use 1 case for home=
2009-04-26 Christophe Lincoln Add condition-option to install packages at boot from /home/boot/packages
2009-04-26 Christophe Lincoln bootopts.sh: Clean and upate comments
2009-04-26 Christophe Lincoln bootopts.sh+rcS: Fix typo
2009-04-26 Christophe Lincoln bootopts.sh: Improve, clean and speed up boot options
2009-04-26 Christophe Lincoln rcS: get all earlier boot option at one time + home= wait for kernel usb delay
2009-04-22 Pascal Bellard move mount-packages from rcS to bootopts.sh
2009-04-21 Christophe Lincoln Improve and tidy scripts, start tazhw from rcS and start network.sh earlier
2009-02-16 Pascal Bellard Update swap in fstab
2008-10-20 Pascal Bellard bootopts.sh: fix default_user patch for slim.conf
2008-09-28 Pascal Bellard bootopts.sh: autologin support (need slim 1.3.1)2.5.2
2008-07-19 Mike D. Smith Fix typos
2008-07-15 Pascal Bellard slitaz-base-scripts save group passwd & co for repack2.5
2008-06-26 Christophe Lincoln adding default user modify slitaz-base-files (can't repack)
2008-06-17 Christophe Lincoln Default LiveCD user name: tux2.4
2008-06-11 Christophe Lincoln bootopts.sh: sed user desktop files to get correct paths
2008-06-10 Christophe Lincoln Avoid usage of an existing system user or root
2008-06-09 Christophe Lincoln Add option: user=name
2008-05-21 Pascal Bellard bootopts.sh: depmod -a breaks slitaz-loram*
2008-05-02 Christophe Lincoln Use loadkeys and tazkeymap to configure keyboard layout2.1
2008-04-27 Christophe Lincoln Option: mount (Mount all ext3 local partitions automaticaly
2008-04-18 Christophe Lincoln Add wifi config and boot option (experimental)
2008-03-21 Christophe Lincoln Manage default WM using /etc/X11/wm.default1.8.1
2008-03-14 Christophe Lincoln Mount /home uid=500 if fs is FAT321.8
2008-02-25 Pascal Bellard Enhanced screen= kernel parameter
2008-02-24 Christophe Lincoln Let user know if home device is not found
2008-02-23 Christophe Lincoln Mount /home failed with options -o uid=500,gid=500