sure, because replace with the same file, you have already version 7.
djgera
https://bbs.archlinux.org/profile.php?id=21625
2012-10-31T03:55:36Z
Spaces in filenames is not a good idea...
djgera
https://bbs.archlinux.org/profile.php?id=21625
2012-07-24T23:39:41Z
See http://www.enderunix.org/docs/eng/daemon.php
djgera
https://bbs.archlinux.org/profile.php?id=21625
2012-09-27T05:37:13Z
PS: should note that in this simple way, /var/cache/pacman/pkg will be read-only. If you want read-write location, should first create an img.fs then compress it with squashfs
djgera
https://bbs.archlinux.org/profile.php?id=21625
2012-10-17T23:38:32Z
192.168.0.77 is my IP on my HOST and is set static, I am behind a router, so in guest or set via static or dynamic, just what your want.If you want to put in a script , sure you can do.
djgera
https://bbs.archlinux.org/profile.php?id=21625
2012-08-19T03:17:57Z
DSpider wrote: Finally, check that you actually have a "/boot/syslinux/chain.c32"I have copied it to /boot/syslinux but not symlinkt it.
Moosey_Linux
https://bbs.archlinux.org/profile.php?id=61495
2012-10-04T20:22:01Z
Which video driver? Open source, proprietary?https://wiki.archlinux.org/index.php/Sy … g_vesamenuPost your syslinux.cfg and mkinitcpio.conf:$ curl -F sprunge=@/boot/syslinux/syslinux.cfg http://sprunge.us
$ curl -F sprunge=@/etc/mkinitcpio.conf http://sprunge.us
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-09-17T20:07:41Z
Of course you can edit the grub.cfg manually. But you're probably looking for this: https://wiki.archlinux.org/index.php/GR … ious_entryPS: If you miss GRUB Legacy, Syslinux is very similar: https://wiki.archlinux.org/index.php/Be … bootloaderAnd don't forget to mark it as solved.
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-10-02T11:13:07Z
You may want to use strdup(3) instead of malloc(3)/strlen(3)/strncpy(3) is not ANSI but POSIX Also you may want to use fgets(3)/sscanf(3) when you are reading an integer otherwise surprises will be happens [#1] anyways I also recomends when reading strings strdup(3) calls malloc(3), so this memory needs to be freed with free(3).[#1] http://c-faq.com/stdio/scanfprobs.html
djgera
https://b