[configs/releng] Add /run/aif/ignore_block_devices
This is just a symlink to /run/archiso/used_block_devices Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
5123b25aa1
commit
60aa7a1857
@ -0,0 +1,7 @@
|
|||||||
|
symlink_used_block_devices()
|
||||||
|
{
|
||||||
|
mkdir /run/aif
|
||||||
|
ln -s /run/archiso/used_block_devices /run/aif/ignore_block_devices
|
||||||
|
}
|
||||||
|
|
||||||
|
add_hook multi_end symlink_used_block_devices
|
Loading…
Reference in New Issue
Block a user