From: SourceForge.net <no...@so...> - 2012-01-16 15:13:24
|
Bugs item #3474468, was opened at 2012-01-16 07:13 Message generated for change (Tracker Item Submitted) made by stas_degteff You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3474468&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v0.7.x (release) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stas Degteff (stas_degteff) Assigned to: Nobody/Anonymous (nobody) Summary: Swap file in Debian image is lost Initial Comment: Archive Debian-6.0.1-squeeze.7z contain swap_128mb.img with size 45 bytes instead 128Mb, this is text file with one line: "/data/Download/coLinux/Debian6/swap_128mb.img". After unpack an archive and run squeeze.bat I see in the colinux console red error message about invalid swap device, and boot continues. Solution: update squeeze.conf: ann a line "cofs0=.\" boot, login, run commands: mount -t cofs 0 /mnt dd bs=1M if=/dev/zero of=/mnt/swap_128mb.img count=128 mkswap -f -L swap_128mb /mnt/swap_128mb.img reboot ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3474468&group_id=98788 |