3ba375bc14
bnc#839960 comment #7 fix mkinitrd script btrfs.sh OBS-URL: https://build.opensuse.org/request/show/202291 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=142
7 lines
136 B
Bash
7 lines
136 B
Bash
#!/bin/bash
|
|
#
|
|
#%stage: filesystem
|
|
|
|
mkdir -p $tmp_mnt/etc/udev/rules.d
|
|
cp /usr/lib/udev/rules.d/64-btrfs.rules $tmp_mnt/etc/udev/rules.d
|