a full, complete install copies each uncompressed file that is in the Puppy operating system's file system to a dedicated partition ... so there will be the directories /bin, /dev, /etc. /lib, /mnt, /proc, /root, /sbin, /var etc etc etc on the partition, each filled with hundreds of files
a frugal (or poor man's) install just copies the files on the CD to the hard drive ... a boot loader program can boot Puppy from those files exactly the same as if you boot from the CD
so a frugal install is not a complete install, where a dedicated partition is created and the files in the Puppy file system are copied to the dedicated partition ... for a frugal install, the 3 or 4 files on the CD are copied to the hard drive and they are booted from the hard drive exactly the same way they would have been booted from the CD
that is, a frugal install is just like booting from the CD disc, except you don't need the cd disc or drive
so with a frugal install are 1) you don't need the cd and 2) the hard drive is faster and quieter than the cd drive ... and there are other advantages to a frugal install
:: slitaz.bat
@@echo off
linld.com image=\boot\bzimage initrd=\boot\rootfs.gz cl=@slitaz.cl
rw
root=/dev/null
autologin
home=hda1
lang=en
kmap=us
vga=normal
acpi=off
power_off=1
(dos startup files)
io.sys
msdos.sys
command.com
(folders from cd)
boot/
images/
(folder from /home/tux)
tux/
(files from cd)
readme
index.html
md5sum
style.css
(slitaz startup files)
linld.com
slitaz.bat
slitaz.cl
cd \slitaz
slitaz.bat
title Slitaz
find --set-root --ignore-floppies /boot/bzimage
kernel /boot/bzimage rw root=/dev/null autologin home=hda1 vga=normal
initrd /boot/rootfs.gz
It looks like you're new here. If you want to get involved, click one of these buttons!