Jeff Mahoney
679e0a0c96
NOT tested with real btrfs root filesystem! - Simplify checks in mkinitrd scripts. They are always true because they come from the same package Use relative paths to binaries - Move udev rules to /usr. - Adjust rules to call binary from /usr - Simplify fsck.btrfs, its just a dummy until fixed OBS-URL: https://build.opensuse.org/request/show/184008 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=133
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/80-btrfs.rules $tmp_mnt/etc/udev/rules.d
|