Off-Topic > Starter Packs

suggestion for improvement of install.gz

(1/1)

Guy:
If people use the multicore cd to install tinycore, they come to "Select File for tinycore." Yet in the multicore cd it is always in the same place.

I suggest:

During installation, have the option: If you want to install a different version than the one you are running, click here (or something similar).

If they don't select a different version.

Automatically mount the partition tinycore is being run from.

Have the installer automatically default to the location of tinycore.gz (or microcore.gz), and use it for installation.

If the user does want to install a different version, let them select the location.

I have not checked it out, but look at the same issue with grub4dos.gz.

Guy:
Another very minor thing.

If, following each occurrence of  the line

sed -i s"~quiet~quiet $OPTIONS~" /mnt/drive/syslinux.cfg

you add the line

sed -i 's/  / /g' /mnt/drive/syslinux.cfg

it will eliminate the double space after quiet.


The same thing applies to

sed -i s"~quiet~quiet $OPTIONS~" /mnt/drive/boot/extlinux/extlinux.conf


There are also other ways to get the same result.

roberts:

--- Quote from: Guy on June 11, 2011, 04:02:50 AM ---Another very minor thing.

If, following each occurrence of  the line

sed -i s"~quiet~quiet $OPTIONS~" /mnt/drive/syslinux.cfg

you add the line

sed -i 's/  / /g' /mnt/drive/syslinux.cfg

it will eliminate the double space after quiet.


The same thing applies to

sed -i s"~quiet~quiet $OPTIONS~" /mnt/drive/boot/extlinux/extlinux.conf


There are also other ways to get the same result.

--- End quote ---
No thanks. Just as YOU requested a blank line between boot menu items, and I obliged, likely cause it is easier to peruse. I find an extra space easier to spot what has been added to the boot stanza.

roberts:

--- Quote from: Guy on June 11, 2011, 03:44:29 AM ---If people use the multicore cd to install tinycore, they come to "Select File for tinycore." Yet in the multicore cd it is always in the same place.

I suggest:

During installation, have the option: If you want to install a different version than the one you are running, click here (or something similar).

If they don't select a different version.

Automatically mount the partition tinycore is being run from.

Have the installer automatically default to the location of tinycore.gz (or microcore.gz), and use it for installation.

If the user does want to install a different version, let them select the location.

I have not checked it out, but look at the same issue with grub4dos.gz.

--- End quote ---
I have no plans to start changing programs based on the media that they may happen to reside on.

gerald_clark:
You cannot tell what you booted from.
Bootloaders only load the kernel and initrd(s) into ram, and jump to a predefined entry point.
Init has no way of knowing what did that.
I actually do most of my testing using PXE, not CD.
If you try poking around looking for kernels and initrds, you may very well find and install the
wrong files.

Navigation

[0] Message Index

Go to full version