Skip to content

Commit

Permalink
fs/debian: i really don't want the default rmtfs service
Browse files Browse the repository at this point in the history
  • Loading branch information
Maccraft123 committed Nov 13, 2024
1 parent 1960d5e commit 5990373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/debian/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ debootstrap --arch="$ARCH_DEB" "$SUITE" "$DESTDIR" https://deb.debian.org/debian

chroot "$DESTDIR" apt update
chroot "$DESTDIR" apt install -y qrtr-tools rmtfs
chroot "$DESTDIR" systemctl disable rmtfs
chroot "$DESTDIR" systemctl mask rmtfs

0 comments on commit 5990373

Please sign in to comment.