minor fixes and documentation
[automated-distro-installer] / fai / config / files / boot / chboot / DEFAULT
index 021c74d42d4764d1391bc75f19c1a4c3c695134b..4dda460dbae5d3117860495dc940159b8ccdfe54 100755 (executable)
@@ -113,8 +113,7 @@ e grub-bios-setup -d $mount_point/grub/i386-pc -s -m $mount_point/grub/device.ma
 
 e umount $mount_point
 
-# i don't change the default subvolid, so the arg here is just being cautious
-e mount -o subvolid=0 $boot_disk$grub_extn $mount_point
+e mount $boot_disk$grub_extn $mount_point
 e grub-editenv $mount_point/grubenv set last_boot=/boot_$distro
 e grub-editenv $mount_point/grubenv set did_fai_check=true
 e umount $mount_point