Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Mount $rootfs/sys
Browse files Browse the repository at this point in the history
Mount $rootfs/sys at start of stage 3 to allow the installation
of packages that rely on it

Closes issue #1257
#1257
  • Loading branch information
Re4son committed Feb 28, 2019
1 parent e8df1c6 commit 19bba3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nethunter-fs/stages/stage3
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export DEBIAN_FRONTEND=noninteractive
mount -t proc proc "$rootfs/proc"
mount -o bind /dev "$rootfs/dev"
mount -o bind /dev/pts "$rootfs/dev/pts"
mount -t sysfs sys "$rootfs/sys"

cat << EOF > "$rootfs/debconf.set"
console-common console-data/keymap/policy select Select keymap from full list
Expand Down

0 comments on commit 19bba3e

Please sign in to comment.