Commit 33fb9beb authored by Leo Le Bouter's avatar Leo Le Bouter

debian.package: use xfs_io for online label update

parent 4ff8ab61
...@@ -10,5 +10,5 @@ fi ...@@ -10,5 +10,5 @@ fi
e2label "$ROOT_DEV" "ROOT" || true e2label "$ROOT_DEV" "ROOT" || true
btrfs filesystem label / "ROOT" || true btrfs filesystem label / "ROOT" || true
reiserfstune -l "ROOT" "$ROOT_DEV" || true reiserfstune -l "ROOT" "$ROOT_DEV" || true
xfs_admin -L "ROOT" "$ROOT_DEV" || true xfs_io -c "label -s ROOT" / || true
cryptsetup config --label="ROOT" "$ROOT_DEV" || true cryptsetup config --label="ROOT" "$ROOT_DEV" || true
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment