]> git.plutz.net Git - blast/commitdiff
bugfixes
authorPaul Hänsch <paul@plutz.net>
Wed, 15 Jan 2020 14:58:10 +0000 (15:58 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 15 Jan 2020 14:58:10 +0000 (15:58 +0100)
modules/autoresize.mk
modules/default.mk

index 012aec9d4ea2a0757c5337d621f10223a35cdba1..ee00f52ab57edc726a11bd8df308a010ac058716 100644 (file)
@@ -24,7 +24,7 @@ if [ "$$before" = "$$after" ]; then
   case $$roottype in
     ext[234]) resize2fs "$$rootfs";;
     btrfs) btrfs filesystem resize max /;;
   case $$roottype in
     ext[234]) resize2fs "$$rootfs";;
     btrfs) btrfs filesystem resize max /;;
-    nilfs2) nilfs-resize "$$rootfs";;
+    nilfs2) nilfs-resize -y "$$rootfs";;
   esac
   systemctl disable autoresize
 else
   esac
   systemctl disable autoresize
 else
index ec3f2f43caabb1f4ba97585d42fd1452bf845ee8..f93fd24797b87a45d81e1129823f01435183be12 100644 (file)
@@ -122,6 +122,6 @@ ifdef wifi
     export wifi
     ${CFGROOT}/etc/network/interfaces.d/wifi: ${CFGROOT}
        printf 'auto wlan0\nallow-hotplug wlan0\n\niface wlan0 inet dhcp\n' >$@
     export wifi
     ${CFGROOT}/etc/network/interfaces.d/wifi: ${CFGROOT}
        printf 'auto wlan0\nallow-hotplug wlan0\n\niface wlan0 inet dhcp\n' >$@
-       printf '  wireless-ssid "%s"\n' "$$wifi" >>$@
+       printf '  wireless-essid "%s"\n' "$$wifi" >>$@
   endif
 endif
   endif
 endif