util: revert last 2 commits, default mirrorliust is now always generated

This commit is contained in:
udeved 2017-03-21 21:17:42 +01:00
parent 3c43779e02
commit 7e3e0261b8
2 changed files with 0 additions and 2 deletions

View file

@ -160,7 +160,6 @@ chroot_api_mount() {
chroot_mount shm "$1/dev/shm" -t tmpfs -o mode=1777,nosuid,nodev &&
chroot_mount run "$1/run" -t tmpfs -o nosuid,nodev,mode=0755 &&
chroot_mount tmp "$1/tmp" -t tmpfs -o mode=1777,strictatime,nodev,nosuid
chroot_mount /etc/resolv.conf "$1/etc/resolv.conf" --bind
}
chroot_part_umount() {

View file

@ -721,7 +721,6 @@ create_min_fs(){
mkdir -m 0755 -p $1/var/{cache/pacman/pkg,lib/pacman,log} $1/{dev,run,etc}
mkdir -m 1777 -p $1/tmp
mkdir -m 0555 -p $1/{sys,proc}
touch $1/etc/resolv.conf
}
is_valid_init(){