Browse Source

Fix update-grub script for real

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
e251b0860c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      customize.sh

+ 1
- 1
customize.sh View File

@@ -24,7 +24,7 @@ cat >> ${ISO}/preseed/nilmdbuntu.seed <<"EOF"
ubiquity ubiquity/success_command string \
echo "success_command running" >/target/var/log/installer/postinst.log; \
for i in /dev /dev/pts /dev/shm /sys /sys/kernel/security /proc /cdrom; do \
mount --bind $i target/$i; done; \
mount --bind $i /target/$i; done; \
sed -i -e 's/quiet splash//g' /target/etc/default/grub; \
chroot /target update-grub \
>>/target/var/log/installer/postinst.log 2>&1; \


Loading…
Cancel
Save