Tiny Core Base > Final Releases
Core 4.2
thane:
May not be related, but I had a problem with the home/tc/.setbackground script being empty (as I discovered later) after I supposedly copied it from etc/skel/ (using fluff). TCL kept coming up with just the wbar on a black background. After I recopied the script from etc/skel the setbackground (and wallpaper) function started to work again.
AmatCoder:
--- Quote from: AbNoRMiS on December 27, 2011, 02:32:41 PM ---if tce directory is on a disk with vfat, then permissions changes using the key -R in /usr/bin/tce-setup
--- Code: ---setupExtnDirs() {
[ -d "$MOUNTPOINT"/"$TCE_DIR"/optional ] || mkdir -p "$MOUNTPOINT"/"$TCE_DIR"/optional
[ -d "$MOUNTPOINT"/"$TCE_DIR"/ondemand ] || mkdir -p "$MOUNTPOINT"/"$TCE_DIR"/ondemand
touch "$MOUNTPOINT"/"$TCE_DIR"/onboot.lst
touch "$MOUNTPOINT"/"$TCE_DIR"/xwbar.lst
chown -R "$USER".staff "$MOUNTPOINT"/"$TCE_DIR"
chmod -R g+w "$MOUNTPOINT"/"$TCE_DIR"
}
--- End code ---
when booting leads to mass error output for each file in the tce dir and subdirs: "Operation not permitted"
--- End quote ---
Hmm, same here. Aside from that, perfect! :D
AbNoRMiS:
--- Quote from: AmatCoder on December 28, 2011, 04:08:01 PM ---
--- Quote from: AbNoRMiS on December 27, 2011, 02:32:41 PM ---if tce directory is on a disk with vfat, then permissions changes using the key -R in /usr/bin/tce-setup
--- Code: ---setupExtnDirs() {
[ -d "$MOUNTPOINT"/"$TCE_DIR"/optional ] || mkdir -p "$MOUNTPOINT"/"$TCE_DIR"/optional
[ -d "$MOUNTPOINT"/"$TCE_DIR"/ondemand ] || mkdir -p "$MOUNTPOINT"/"$TCE_DIR"/ondemand
touch "$MOUNTPOINT"/"$TCE_DIR"/onboot.lst
touch "$MOUNTPOINT"/"$TCE_DIR"/xwbar.lst
chown -R "$USER".staff "$MOUNTPOINT"/"$TCE_DIR"
chmod -R g+w "$MOUNTPOINT"/"$TCE_DIR"
}
--- End code ---
when booting leads to mass error output for each file in the tce dir and subdirs: "Operation not permitted"
--- End quote ---
Hmm, same here. Aside from that, perfect! :D
--- End quote ---
theoretically, it could be cured by the key -Rf
but in fact, all crap should be sent to /dev/null
--- Code: ---setupExtnDirs() {
[ -d "$MOUNTPOINT"/"$TCE_DIR"/optional ] || mkdir -p "$MOUNTPOINT"/"$TCE_DIR"/optional
[ -d "$MOUNTPOINT"/"$TCE_DIR"/ondemand ] || mkdir -p "$MOUNTPOINT"/"$TCE_DIR"/ondemand
touch "$MOUNTPOINT"/"$TCE_DIR"/onboot.lst
touch "$MOUNTPOINT"/"$TCE_DIR"/xwbar.lst
chown -R "$USER".staff "$MOUNTPOINT"/"$TCE_DIR" 2>/dev/null
chmod -R g+w "$MOUNTPOINT"/"$TCE_DIR" 2>/dev/null
}
--- End code ---
do working core.gz pack and wait for version 4.2.1 8)
roberts:
I would rather wait a few days than to issue a 4.2.1 just to hide the fat!
Likely many do not use fat anyway and it is only an annoyance.
roberts:
Thanks to Brian for 4.2 updates to:
http://distro.ibiblio.org/tinycorelinux/install.html
http://distro.ibiblio.org/tinycorelinux/architecture.html
http://distro.ibiblio.org/tinycorelinux/arch_copymode.html
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version