Quote (Zucca @ April 06 2006,03:54) | ||
You meant /opt/bootlocal.sh? |
Quote (teri @ April 08 2006,15:22) |
hi ! I've noticed the same problem on my fresh installed dsl box - pentium/233 mhz - set the swap: no swap ..(although I've created a swap partition ) that means the desktop app show: swap used 0/0-% ... so I wonder what is the best way to set swap working on DSL ? would # mkfs.swap help ? |
Code Sample |
mount -t vfat /dev/hdb5 /mnt/hdb5 mkswap /mnt/hdb5/win386.swp swapon /mnt/hdb5/win386.swp |