cabacdf6d1
- 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 - update to upstream master (f00dd8386a57d241d0f7c) OBS-URL: https://build.opensuse.org/request/show/184455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=30
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
|