Hi all, i have a simple question about the boot option code "nozswap".
I boot my tiny core linux by lilo on a sistem with 768Mb of ram and a swap file of 384Mb.
As follow:
boot = /dev/sda
root = /dev/sda3
lba32
compact
prompt
timeout = 300
vga = 773
initrd = /boot/core.gz
read-only
image = /boot/vmlinuz
label = Normal
append = "tce=sda1 waitusb=0 swapfile=sda2 home=sda2 opt=sda2 norestore kmaps=qwerty/us-acentos
noswap nodhcp noutc host=zemir tz=CET-1CEST,M3.5.0,M10.5.0/3 user=paskali laptop nozswap multivt
acpi_backlight=vendor quiet"
image = /boot/vmlinuz
label = Embed
append = "waitusb=0 base norestore superuser noswap nodhcp noutc tz=CET-1CEST,M3.5.0,M10.5.0/3
embed laptop nozswap multivt acpi_backlight=vendor quiet"
image = /boot/vmlinuz
label = Restore
append = "tce=sda1 restore=sda1 waitusb=0 swapfile=sda2 home=sda2 opt=sda2
kmaps=qwerty/us-acentos noswap nodhcp noutc host=zemir tz=CET-1CEST,M3.5.0,M10.5.0/3 user=paskali
laptop nozswap multivt acpi_backlight=vendor quiet"
other = /dev/sda1
label = FreeDOS
As well as you see, i select "nozswap" boot option.
My question is simple:
Can i get any sort of advantage by omitting this boot code?