Go to file
Dave Reisner b61c8cb366 move mangle to common, add unmangle, use in genfstab
The %b formatter is too generic for us to use, as a sequence such as
'\b' is invalid for hex escaping, but valid for %b. Port over the logic
from util-linux's mangle mini-lib and use this instead. This supports
both 3 digits hex as well as 3 digit octal escapes, and will ignore the
more generic ascii based single character escapes. Output is always in
octal format to comply with fstab(5).
2012-06-18 10:50:52 -04:00
.gitattributes Create a project Makefile 2012-06-18 11:17:42 +02:00
.gitignore Create a project Makefile 2012-06-18 11:17:42 +02:00
arch-chroot.in Mount /etc/resolv.conf into chroot environment 2012-06-18 11:58:30 +02:00
common move mangle to common, add unmangle, use in genfstab 2012-06-18 10:50:52 -04:00
genfstab.in move mangle to common, add unmangle, use in genfstab 2012-06-18 10:50:52 -04:00
Makefile Create a project Makefile 2012-06-18 11:17:42 +02:00
pacstrap.in Create a project Makefile 2012-06-18 11:17:42 +02:00