Remove excess "sysfs" from sysfs mount command

This commit is contained in:
Julia Kreger 2015-03-06 13:10:56 -05:00
parent ce1374d186
commit ad6adf9274

View File

@ -26,7 +26,7 @@
- name: "Place grub device file map"
template: src=templates/device.map.j2 dest=/mnt/bootimg/boot/grub/device.map
- name: "Binding /sys into /mnt/bootimg/sys"
command: mount -t sysfs sysfs sysfs /mnt/bootimg/sys
command: mount -t sysfs sysfs /mnt/bootimg/sys
- name: "Binding /proc into /mnt/bootimg/proc"
command: mount -t proc proc /mnt/bootimg/proc
- name: "Binding /dev into /mnt/bootimg/dev"