We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1960d5e commit 5990373Copy full SHA for 5990373
fs/debian/build
@@ -10,4 +10,4 @@ debootstrap --arch="$ARCH_DEB" "$SUITE" "$DESTDIR" https://deb.debian.org/debian
10
11
chroot "$DESTDIR" apt update
12
chroot "$DESTDIR" apt install -y qrtr-tools rmtfs
13
-chroot "$DESTDIR" systemctl disable rmtfs
+chroot "$DESTDIR" systemctl mask rmtfs
0 commit comments