Loading mkarchroot +4 −5 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ usage() { echo ' -C <file> Location of a pacman config file' echo ' -M <file> Location of a makepkg config file' echo ' -n Do not copy config files into the chroot' echo " -c <dir> Set pacman cache. Default: /var/cache/pacman/pkg" echo ' -c <dir> Set pacman cache. Default: /var/cache/pacman/pkg' echo ' -h This message' exit $1 } Loading Loading @@ -83,7 +83,6 @@ if echo "${host_mirror}" | grep -q 'file://'; then fi # {{{ functions chroot_mount() { [ -e "${working_dir}/sys" ] || mkdir "${working_dir}/sys" mount -t sysfs sysfs "${working_dir}/sys" Loading archbuild +2 −2 File changed.Contains only whitespace changes. Show changes Loading
mkarchroot +4 −5 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ usage() { echo ' -C <file> Location of a pacman config file' echo ' -M <file> Location of a makepkg config file' echo ' -n Do not copy config files into the chroot' echo " -c <dir> Set pacman cache. Default: /var/cache/pacman/pkg" echo ' -c <dir> Set pacman cache. Default: /var/cache/pacman/pkg' echo ' -h This message' exit $1 } Loading Loading @@ -83,7 +83,6 @@ if echo "${host_mirror}" | grep -q 'file://'; then fi # {{{ functions chroot_mount() { [ -e "${working_dir}/sys" ] || mkdir "${working_dir}/sys" mount -t sysfs sysfs "${working_dir}/sys" Loading