Remove excess "sysfs" from sysfs mount command
This commit is contained in:
parent
ce1374d186
commit
ad6adf9274
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user