Skip to content

Commit

Permalink
Update linuxdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Apr 17, 2014
1 parent c63fbcd commit f71108d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/home/bin/linuxdeploy
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ install_system()
[ $? -ne 0 ] && return 1

msg "Mounting partitions: "
mount_system proc sys dev pts shm
mount_system proc sys selinux dev pts shm
;;
archlinux)
msg "Installing Arch Linux distribution: "
Expand Down Expand Up @@ -1134,7 +1134,7 @@ install_system()
done

msg "Mounting partitions: "
mount_system proc sys dev pts shm
mount_system proc sys selinux dev pts shm

msg "Preconfigure system: "
configure_system dns mtab repository
Expand Down Expand Up @@ -1211,7 +1211,7 @@ install_system()
done

msg "Mounting partitions: "
mount_system proc sys dev pts shm
mount_system proc sys selinux dev pts shm

msg "Installing base packages: "
chroot $MNT_TARGET /bin/rpm -iv --force --nosignature --nodeps /tmp/*.rpm 1>&3 2>&3
Expand Down Expand Up @@ -1287,7 +1287,7 @@ install_system()
done

msg "Mounting partitions: "
mount_system proc sys dev pts shm
mount_system proc sys selinux dev pts shm

msg "Installing base packages: "
chroot $MNT_TARGET /bin/rpm -iv --force --nosignature --nodeps /tmp/*.rpm 1>&3 2>&3
Expand Down Expand Up @@ -1326,7 +1326,7 @@ install_system()
[ $? -eq 0 ] && msg "done" || { msg "fail"; return 1; }

msg "Mounting partitions: "
mount_system proc sys dev pts shm
mount_system proc sys selinux dev pts shm

msg "Preconfigure system: "
configure_system dns mtab groups repository
Expand Down

0 comments on commit f71108d

Please sign in to comment.