Skip to content

Commit 5990373

Browse files
committed
fs/debian: i really don't want the default rmtfs service
1 parent 1960d5e commit 5990373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/debian/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ debootstrap --arch="$ARCH_DEB" "$SUITE" "$DESTDIR" https://deb.debian.org/debian
1010

1111
chroot "$DESTDIR" apt update
1212
chroot "$DESTDIR" apt install -y qrtr-tools rmtfs
13-
chroot "$DESTDIR" systemctl disable rmtfs
13+
chroot "$DESTDIR" systemctl mask rmtfs

0 commit comments

Comments
 (0)