commit 6524a48
chld
·
2025-12-20 18:41:12 +0000 UTC
parent faae057
roots/ +setup-rootfs
1 files changed,
+5,
-2
+5,
-2
1@@ -9,7 +9,10 @@ wget \
2 -O kiss.tar.xz
3
4 tar -xf kiss.tar.xz -C /mnt
5-sh util/kiss-mount /mnt
6
7-_inc '
8+# mwakatize the rootfs
9+rm -f /mnt/etc/fstab
10+rm -f /mnt/etc/os-release
11+rm -f /mnt/etc/mdev.conf # change later?
12
13+#sh util/kiss-mount /mnt