From: SourceForge.net <no...@so...> - 2012-01-17 21:49:41
|
Bugs item #3474468, was opened at 2012-01-16 07:13 Message generated for change (Comment added) made by henryn 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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Stas Degteff (stas_degteff) >Assigned to: Henry N. (henryn) 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 ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2012-01-17 13:49 Message: The swap inside the zip should have 131072K. Sorry, my bad. A symbolic link was not resolved while creating the compressed archive. Thanks for your hands up. A new archive have uploaded now. (MD5 6bc9aa8e8ce84721c535a0d46476d6bd) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3474468&group_id=98788 |